2024-01-18T21:38:29.488 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-18T21:38:29.488 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi --verbose --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} --archive /home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520657 --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520657/orig.config.yaml 2024-01-18T21:38:29.519 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-18T21:38:29.599 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520657 branch: wip-yuri10-testing-2024-01-17-0759-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: null first_in_suite: false job_id: '7520657' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri10-testing-2024-01-17-0759-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: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 workunit: branch: wip-yuri10-testing-2024-01-17-0759-pacific sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 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: 2168 sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2024-01-17-0759-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 targets: smithi118.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAAXvEvC8iZs88dX9b9uVKXuaMjbwlGh5/l4LSHhMg32+SfRPsA+oEzWUq3Aj7EPdw/N+T63YC4eNDCMG6Dsk5o= smithi144.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO+OuuHy2B3D6pp/Rhuo/hkkB4fiImdMF/0yyfcsVeRmypJS4MKUbWmPby/esc/AiNwIPzfvTw6CMR4R/JbjthE= 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: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-18_15:15:19 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-18T21:38:29.599 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa; will attempt to use it 2024-01-18T21:38:29.600 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks 2024-01-18T21:38:29.600 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-18T21:38:29.601 INFO:teuthology.task.internal:Checking packages... 2024-01-18T21:38:29.625 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0' 2024-01-18T21:38:29.625 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-18T21:38:29.625 INFO:teuthology.packaging:ref: None 2024-01-18T21:38:29.625 INFO:teuthology.packaging:tag: None 2024-01-18T21:38:29.625 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-18T21:38:29.625 INFO:teuthology.packaging:sha1: 491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T21:38:29.626 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2024-01-17-0759-pacific 2024-01-18T21:38:29.769 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-454.g491b5e13 2024-01-18T21:38:29.770 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-18T21:38:29.777 INFO:teuthology.task.internal:no buildpackages task found 2024-01-18T21:38:29.777 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-18T21:38:29.800 INFO:teuthology.task.internal:Saving configuration 2024-01-18T21:38:29.813 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-18T21:38:29.818 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T21:38:29.838 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520657', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 21:32:50.127753', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAAXvEvC8iZs88dX9b9uVKXuaMjbwlGh5/l4LSHhMg32+SfRPsA+oEzWUq3Aj7EPdw/N+T63YC4eNDCMG6Dsk5o='} 2024-01-18T21:38:29.857 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi144.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520657', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 21:32:50.130963', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO+OuuHy2B3D6pp/Rhuo/hkkB4fiImdMF/0yyfcsVeRmypJS4MKUbWmPby/esc/AiNwIPzfvTw6CMR4R/JbjthE='} 2024-01-18T21:38:29.857 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-18T21:38:29.863 INFO:teuthology.task.internal:roles: ubuntu@smithi118.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2024-01-18T21:38:29.863 INFO:teuthology.task.internal:roles: ubuntu@smithi144.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2024-01-18T21:38:29.863 INFO:teuthology.run_tasks:Running task console_log... 2024-01-18T21:38:29.927 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f491d6410d0>, signals=[15]) 2024-01-18T21:38:29.928 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-18T21:38:29.933 INFO:teuthology.task.internal:Opening connections... 2024-01-18T21:38:29.933 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi118.front.sepia.ceph.com 2024-01-18T21:38:29.935 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T21:38:30.011 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi144.front.sepia.ceph.com 2024-01-18T21:38:30.012 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T21:38:30.087 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-18T21:38:30.093 DEBUG:teuthology.orchestra.run.smithi118:> uname -m 2024-01-18T21:38:30.115 INFO:teuthology.orchestra.run.smithi118.stdout:x86_64 2024-01-18T21:38:30.115 DEBUG:teuthology.orchestra.run.smithi118:> cat /etc/os-release 2024-01-18T21:38:30.175 INFO:teuthology.orchestra.run.smithi118.stdout:NAME="CentOS Stream" 2024-01-18T21:38:30.175 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION="8" 2024-01-18T21:38:30.175 INFO:teuthology.orchestra.run.smithi118.stdout:ID="centos" 2024-01-18T21:38:30.175 INFO:teuthology.orchestra.run.smithi118.stdout:ID_LIKE="rhel fedora" 2024-01-18T21:38:30.175 INFO:teuthology.orchestra.run.smithi118.stdout:VERSION_ID="8" 2024-01-18T21:38:30.175 INFO:teuthology.orchestra.run.smithi118.stdout:PLATFORM_ID="platform:el8" 2024-01-18T21:38:30.175 INFO:teuthology.orchestra.run.smithi118.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-18T21:38:30.175 INFO:teuthology.orchestra.run.smithi118.stdout:ANSI_COLOR="0;31" 2024-01-18T21:38:30.175 INFO:teuthology.orchestra.run.smithi118.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-18T21:38:30.175 INFO:teuthology.orchestra.run.smithi118.stdout:HOME_URL="https://centos.org/" 2024-01-18T21:38:30.176 INFO:teuthology.orchestra.run.smithi118.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-18T21:38:30.176 INFO:teuthology.orchestra.run.smithi118.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-18T21:38:30.176 INFO:teuthology.orchestra.run.smithi118.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-18T21:38:30.176 INFO:teuthology.lock.ops:Updating smithi118.front.sepia.ceph.com on lock server 2024-01-18T21:38:30.200 DEBUG:teuthology.orchestra.run.smithi144:> uname -m 2024-01-18T21:38:30.223 INFO:teuthology.orchestra.run.smithi144.stdout:x86_64 2024-01-18T21:38:30.223 DEBUG:teuthology.orchestra.run.smithi144:> cat /etc/os-release 2024-01-18T21:38:30.284 INFO:teuthology.orchestra.run.smithi144.stdout:NAME="CentOS Stream" 2024-01-18T21:38:30.284 INFO:teuthology.orchestra.run.smithi144.stdout:VERSION="8" 2024-01-18T21:38:30.284 INFO:teuthology.orchestra.run.smithi144.stdout:ID="centos" 2024-01-18T21:38:30.284 INFO:teuthology.orchestra.run.smithi144.stdout:ID_LIKE="rhel fedora" 2024-01-18T21:38:30.284 INFO:teuthology.orchestra.run.smithi144.stdout:VERSION_ID="8" 2024-01-18T21:38:30.284 INFO:teuthology.orchestra.run.smithi144.stdout:PLATFORM_ID="platform:el8" 2024-01-18T21:38:30.285 INFO:teuthology.orchestra.run.smithi144.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-18T21:38:30.285 INFO:teuthology.orchestra.run.smithi144.stdout:ANSI_COLOR="0;31" 2024-01-18T21:38:30.285 INFO:teuthology.orchestra.run.smithi144.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-18T21:38:30.285 INFO:teuthology.orchestra.run.smithi144.stdout:HOME_URL="https://centos.org/" 2024-01-18T21:38:30.285 INFO:teuthology.orchestra.run.smithi144.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-18T21:38:30.285 INFO:teuthology.orchestra.run.smithi144.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-18T21:38:30.285 INFO:teuthology.orchestra.run.smithi144.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-18T21:38:30.285 INFO:teuthology.lock.ops:Updating smithi144.front.sepia.ceph.com on lock server 2024-01-18T21:38:30.309 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-18T21:38:30.317 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-18T21:38:30.322 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-18T21:38:30.322 DEBUG:teuthology.orchestra.run.smithi118:> test '!' -e /home/ubuntu/cephtest 2024-01-18T21:38:30.325 DEBUG:teuthology.orchestra.run.smithi144:> test '!' -e /home/ubuntu/cephtest 2024-01-18T21:38:30.344 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-18T21:38:30.350 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-18T21:38:30.350 DEBUG:teuthology.orchestra.run.smithi118:> test -z $(ls -A /var/lib/ceph) 2024-01-18T21:38:30.385 DEBUG:teuthology.orchestra.run.smithi144:> test -z $(ls -A /var/lib/ceph) 2024-01-18T21:38:30.413 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-18T21:38:30.470 INFO:teuthology.run_tasks:Running task kernel... 2024-01-18T21:38:30.484 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-18T21:38:30.484 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-18T21:38:30.484 DEBUG:teuthology.orchestra.run.smithi118:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-18T21:38:30.485 DEBUG:teuthology.orchestra.run.smithi144:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-18T21:38:30.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T21:38:30.505 DEBUG:teuthology.orchestra.run.smithi144:> uname -r 2024-01-18T21:38:30.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T21:38:30.506 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2024-01-18T21:38:30.565 INFO:teuthology.orchestra.run.smithi144.stdout:4.18.0-489.el8.x86_64 2024-01-18T21:38:30.566 INFO:teuthology.task.kernel:Running kernel on smithi144: 4.18.0-489.el8.x86_64 2024-01-18T21:38:30.566 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum install -y kernel 2024-01-18T21:38:30.567 INFO:teuthology.orchestra.run.smithi118.stdout:4.18.0-489.el8.x86_64 2024-01-18T21:38:30.567 INFO:teuthology.task.kernel:Running kernel on smithi118: 4.18.0-489.el8.x86_64 2024-01-18T21:38:30.567 DEBUG:teuthology.orchestra.run.smithi118:> sudo yum install -y kernel 2024-01-18T21:38:34.776 INFO:teuthology.orchestra.run.smithi144.stdout:CentOS Stream 8 - AppStream 16 MB/s | 26 MB 00:01 2024-01-18T21:38:35.238 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 8 - AppStream 14 MB/s | 26 MB 00:01 2024-01-18T21:38:40.301 INFO:teuthology.orchestra.run.smithi144.stdout:CentOS Stream 8 - BaseOS 14 MB/s | 10 MB 00:00 2024-01-18T21:38:40.529 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 8 - BaseOS 18 MB/s | 10 MB 00:00 2024-01-18T21:38:42.260 INFO:teuthology.orchestra.run.smithi144.stdout:CentOS Stream 8 - Extras 48 kB/s | 18 kB 00:00 2024-01-18T21:38:42.496 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 8 - Extras 49 kB/s | 18 kB 00:00 2024-01-18T21:38:42.686 INFO:teuthology.orchestra.run.smithi144.stdout:CentOS Stream 8 - Extras common packages 22 kB/s | 6.9 kB 00:00 2024-01-18T21:38:42.780 INFO:teuthology.orchestra.run.smithi118.stdout:CentOS Stream 8 - Extras common packages 39 kB/s | 6.9 kB 00:00 2024-01-18T21:38:43.032 INFO:teuthology.orchestra.run.smithi118.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2024-01-18T21:38:43.063 INFO:teuthology.orchestra.run.smithi144.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2024-01-18T21:38:44.891 INFO:teuthology.orchestra.run.smithi118.stdout:Extra Packages for Enterprise Linux 9.1 MB/s | 16 MB 00:01 2024-01-18T21:38:48.591 INFO:teuthology.orchestra.run.smithi118.stdout:lab-extras 394 kB/s | 24 kB 00:00 2024-01-18T21:38:51.462 INFO:teuthology.orchestra.run.smithi118.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-18T21:38:51.462 INFO:teuthology.orchestra.run.smithi118.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-18T21:38:51.574 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-01-18T21:38:51.574 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-01-18T21:38:51.575 INFO:teuthology.orchestra.run.smithi118.stdout: Package Architecture Version Repository Size 2024-01-18T21:38:51.575 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-01-18T21:38:51.575 INFO:teuthology.orchestra.run.smithi118.stdout:Installing: 2024-01-18T21:38:51.575 INFO:teuthology.orchestra.run.smithi118.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-18T21:38:51.575 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2024-01-18T21:38:51.575 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-18T21:38:51.575 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-18T21:38:51.575 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:38:51.575 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-01-18T21:38:51.575 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-01-18T21:38:51.575 INFO:teuthology.orchestra.run.smithi118.stdout:Install 3 Packages 2024-01-18T21:38:51.575 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:38:51.576 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 89 M 2024-01-18T21:38:51.576 INFO:teuthology.orchestra.run.smithi118.stdout:Installed size: 96 M 2024-01-18T21:38:51.576 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-01-18T21:38:51.830 INFO:teuthology.orchestra.run.smithi118.stdout:[MIRROR] kernel-modules-4.18.0-535.el8.x86_64.rpm: Status code: 403 for http://distro.ibiblio.org/centos/8-stream/BaseOS/x86_64/os/Packages/kernel-modules-4.18.0-535.el8.x86_64.rpm (IP: 152.19.134.43) 2024-01-18T21:38:52.317 INFO:teuthology.orchestra.run.smithi118.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 19 MB/s | 10 MB 00:00 2024-01-18T21:38:53.558 INFO:teuthology.orchestra.run.smithi118.stdout:(2/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 20 MB/s | 36 MB 00:01 2024-01-18T21:38:54.017 INFO:teuthology.orchestra.run.smithi118.stdout:(3/3): kernel-core-4.18.0-535.el8.x86_64.rpm 19 MB/s | 43 MB 00:02 2024-01-18T21:38:54.017 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-01-18T21:38:54.017 INFO:teuthology.orchestra.run.smithi118.stdout:Total 37 MB/s | 89 MB 00:02 2024-01-18T21:38:54.700 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-01-18T21:38:55.128 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-01-18T21:38:55.128 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-01-18T21:38:55.981 INFO:teuthology.orchestra.run.smithi144.stdout:Extra Packages for Enterprise Linux 1.3 MB/s | 16 MB 00:12 2024-01-18T21:38:56.424 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-01-18T21:38:56.454 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-01-18T21:38:59.201 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-01-18T21:38:59.679 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-18T21:38:59.781 INFO:teuthology.orchestra.run.smithi144.stdout:lab-extras 268 kB/s | 24 kB 00:00 2024-01-18T21:39:02.716 INFO:teuthology.orchestra.run.smithi144.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-18T21:39:02.716 INFO:teuthology.orchestra.run.smithi144.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-18T21:39:02.814 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-01-18T21:39:02.815 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-01-18T21:39:02.815 INFO:teuthology.orchestra.run.smithi144.stdout: Package Architecture Version Repository Size 2024-01-18T21:39:02.815 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-01-18T21:39:02.815 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2024-01-18T21:39:02.815 INFO:teuthology.orchestra.run.smithi144.stdout: kernel x86_64 4.18.0-535.el8 baseos 10 M 2024-01-18T21:39:02.816 INFO:teuthology.orchestra.run.smithi144.stdout:Installing dependencies: 2024-01-18T21:39:02.816 INFO:teuthology.orchestra.run.smithi144.stdout: kernel-core x86_64 4.18.0-535.el8 baseos 43 M 2024-01-18T21:39:02.816 INFO:teuthology.orchestra.run.smithi144.stdout: kernel-modules x86_64 4.18.0-535.el8 baseos 36 M 2024-01-18T21:39:02.816 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-18T21:39:02.816 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-01-18T21:39:02.816 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-01-18T21:39:02.816 INFO:teuthology.orchestra.run.smithi144.stdout:Install 3 Packages 2024-01-18T21:39:02.816 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-18T21:39:02.817 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 89 M 2024-01-18T21:39:02.817 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 96 M 2024-01-18T21:39:02.817 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-01-18T21:39:03.240 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-18T21:39:03.636 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-18T21:39:04.846 INFO:teuthology.orchestra.run.smithi144.stdout:(1/3): kernel-4.18.0-535.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2024-01-18T21:39:06.096 INFO:teuthology.orchestra.run.smithi144.stdout:(2/3): kernel-modules-4.18.0-535.el8.x86_64.rpm 17 MB/s | 36 MB 00:02 2024-01-18T21:39:06.579 INFO:teuthology.orchestra.run.smithi144.stdout:(3/3): kernel-core-4.18.0-535.el8.x86_64.rpm 17 MB/s | 43 MB 00:02 2024-01-18T21:39:06.580 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-01-18T21:39:06.580 INFO:teuthology.orchestra.run.smithi144.stdout:Total 24 MB/s | 89 MB 00:03 2024-01-18T21:39:07.061 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-18T21:39:07.257 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-01-18T21:39:07.333 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-18T21:39:07.678 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-01-18T21:39:07.678 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-01-18T21:39:08.918 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-01-18T21:39:08.941 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-01-18T21:39:11.705 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-01-18T21:39:12.219 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-18T21:39:15.812 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 1/3 2024-01-18T21:39:16.201 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-18T21:39:19.629 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 2/3 2024-01-18T21:39:19.914 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : kernel-4.18.0-535.el8.x86_64 3/3 2024-01-18T21:39:29.155 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-18T21:39:29.177 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-18T21:39:29.891 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-18T21:39:29.891 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-18T21:39:29.891 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-18T21:39:30.374 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-18T21:39:30.374 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:39:30.374 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-01-18T21:39:30.374 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-18T21:39:30.374 INFO:teuthology.orchestra.run.smithi118.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-18T21:39:30.374 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:39:30.374 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-01-18T21:39:30.521 DEBUG:teuthology.orchestra.run.smithi118:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T21:39:30.738 INFO:teuthology.orchestra.run.smithi118.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-18T21:39:30.738 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-18T21:39:30.738 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-18T21:39:30.739 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-18T21:39:30.739 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-18T21:39:30.739 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-01-18T21:39:30.739 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi118.front.sepia.ceph.com, path=None, version=distro) 2024-01-18T21:39:30.739 DEBUG:teuthology.orchestra.run.smithi118:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T21:39:30.948 INFO:teuthology.orchestra.run.smithi118.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-18T21:39:30.948 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-18T21:39:30.948 DEBUG:teuthology.orchestra.run.smithi118:> sudo rpm -qi grub2-tools 2024-01-18T21:39:30.981 INFO:teuthology.orchestra.run.smithi118.stdout:Name : grub2-tools 2024-01-18T21:39:30.981 INFO:teuthology.orchestra.run.smithi118.stdout:Epoch : 1 2024-01-18T21:39:30.981 INFO:teuthology.orchestra.run.smithi118.stdout:Version : 2.02 2024-01-18T21:39:30.981 INFO:teuthology.orchestra.run.smithi118.stdout:Release : 129.el8 2024-01-18T21:39:30.982 INFO:teuthology.orchestra.run.smithi118.stdout:Architecture: x86_64 2024-01-18T21:39:30.982 INFO:teuthology.orchestra.run.smithi118.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-18T21:39:30.982 INFO:teuthology.orchestra.run.smithi118.stdout:Group : System Environment/Base 2024-01-18T21:39:30.982 INFO:teuthology.orchestra.run.smithi118.stdout:Size : 9265586 2024-01-18T21:39:30.982 INFO:teuthology.orchestra.run.smithi118.stdout:License : GPLv3+ 2024-01-18T21:39:30.982 INFO:teuthology.orchestra.run.smithi118.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-18T21:39:30.982 INFO:teuthology.orchestra.run.smithi118.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-18T21:39:30.982 INFO:teuthology.orchestra.run.smithi118.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-18T21:39:30.982 INFO:teuthology.orchestra.run.smithi118.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-18T21:39:30.982 INFO:teuthology.orchestra.run.smithi118.stdout:Relocations : (not relocatable) 2024-01-18T21:39:30.982 INFO:teuthology.orchestra.run.smithi118.stdout:Packager : CentOS BuildSystem 2024-01-18T21:39:30.982 INFO:teuthology.orchestra.run.smithi118.stdout:Vendor : CentOS 2024-01-18T21:39:30.982 INFO:teuthology.orchestra.run.smithi118.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-18T21:39:30.982 INFO:teuthology.orchestra.run.smithi118.stdout:Summary : Support tools for GRUB. 2024-01-18T21:39:30.982 INFO:teuthology.orchestra.run.smithi118.stdout:Description : 2024-01-18T21:39:30.983 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:39:30.983 INFO:teuthology.orchestra.run.smithi118.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-18T21:39:30.983 INFO:teuthology.orchestra.run.smithi118.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-18T21:39:30.983 INFO:teuthology.orchestra.run.smithi118.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-18T21:39:30.983 INFO:teuthology.orchestra.run.smithi118.stdout:hardware devices. 2024-01-18T21:39:30.983 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:39:30.983 INFO:teuthology.orchestra.run.smithi118.stdout:This subpackage provides tools for support of all platforms. 2024-01-18T21:39:30.984 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-18T21:39:30.984 INFO:teuthology.task.kernel:Updating grub on smithi118 to boot 4.18.0-535.el8.x86_64 2024-01-18T21:39:30.984 DEBUG:teuthology.orchestra.run.smithi118:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-18T21:39:33.234 INFO:teuthology.orchestra.run.smithi118.stderr:Generating grub configuration file ... 2024-01-18T21:39:35.062 INFO:teuthology.orchestra.run.smithi118.stderr:done 2024-01-18T21:39:35.064 DEBUG:teuthology.orchestra.run.smithi118:> mktemp 2024-01-18T21:39:35.127 INFO:teuthology.orchestra.run.smithi118.stdout:/tmp/tmp.gFY90vjJBS 2024-01-18T21:39:35.128 DEBUG:teuthology.orchestra.run.smithi118:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.gFY90vjJBS 2024-01-18T21:39:35.206 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 0666 /tmp/tmp.gFY90vjJBS 2024-01-18T21:39:35.360 DEBUG:teuthology.orchestra.remote:smithi118:/tmp/tmp.gFY90vjJBS is 6KB 2024-01-18T21:39:35.408 DEBUG:teuthology.orchestra.run.smithi118:> rm -fr /tmp/tmp.gFY90vjJBS 2024-01-18T21:39:35.426 DEBUG:teuthology.orchestra.run.smithi118:> sudo /bin/ls /boot/loader/entries || true 2024-01-18T21:39:35.491 INFO:teuthology.orchestra.run.smithi118.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-18T21:39:35.491 INFO:teuthology.orchestra.run.smithi118.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-18T21:39:35.491 INFO:teuthology.orchestra.run.smithi118.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-18T21:39:35.491 INFO:teuthology.orchestra.run.smithi118.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-18T21:39:35.492 DEBUG:teuthology.orchestra.run.smithi118:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-18T21:39:35.674 DEBUG:teuthology.orchestra.run.smithi118:> sudo shutdown -r now 2024-01-18T21:39:42.205 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: kernel-core-4.18.0-535.el8.x86_64 3/3 2024-01-18T21:39:42.230 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-18T21:39:42.576 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: kernel-4.18.0-535.el8.x86_64 3/3 2024-01-18T21:39:42.576 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : kernel-4.18.0-535.el8.x86_64 1/3 2024-01-18T21:39:42.577 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : kernel-core-4.18.0-535.el8.x86_64 2/3 2024-01-18T21:39:43.071 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : kernel-modules-4.18.0-535.el8.x86_64 3/3 2024-01-18T21:39:43.071 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-18T21:39:43.071 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-01-18T21:39:43.071 INFO:teuthology.orchestra.run.smithi144.stdout: kernel-4.18.0-535.el8.x86_64 kernel-core-4.18.0-535.el8.x86_64 2024-01-18T21:39:43.071 INFO:teuthology.orchestra.run.smithi144.stdout: kernel-modules-4.18.0-535.el8.x86_64 2024-01-18T21:39:43.071 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-18T21:39:43.071 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-01-18T21:39:43.204 DEBUG:teuthology.orchestra.run.smithi144:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T21:39:43.421 INFO:teuthology.orchestra.run.smithi144.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-18T21:39:43.421 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-18T21:39:43.421 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-535.el8.x86_64 2024-01-18T21:39:43.421 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-18T21:39:43.421 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-18T21:39:43.421 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-01-18T21:39:43.422 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi144.front.sepia.ceph.com, path=None, version=distro) 2024-01-18T21:39:43.422 DEBUG:teuthology.orchestra.run.smithi144:> rpm -q kernel | sort -rV | head -n 1 2024-01-18T21:39:43.633 INFO:teuthology.orchestra.run.smithi144.stdout:kernel-4.18.0-535.el8.x86_64 2024-01-18T21:39:43.633 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-535.el8.x86_64 2024-01-18T21:39:43.633 DEBUG:teuthology.orchestra.run.smithi144:> sudo rpm -qi grub2-tools 2024-01-18T21:39:43.666 INFO:teuthology.orchestra.run.smithi144.stdout:Name : grub2-tools 2024-01-18T21:39:43.666 INFO:teuthology.orchestra.run.smithi144.stdout:Epoch : 1 2024-01-18T21:39:43.666 INFO:teuthology.orchestra.run.smithi144.stdout:Version : 2.02 2024-01-18T21:39:43.667 INFO:teuthology.orchestra.run.smithi144.stdout:Release : 129.el8 2024-01-18T21:39:43.667 INFO:teuthology.orchestra.run.smithi144.stdout:Architecture: x86_64 2024-01-18T21:39:43.667 INFO:teuthology.orchestra.run.smithi144.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-18T21:39:43.667 INFO:teuthology.orchestra.run.smithi144.stdout:Group : System Environment/Base 2024-01-18T21:39:43.667 INFO:teuthology.orchestra.run.smithi144.stdout:Size : 9265586 2024-01-18T21:39:43.667 INFO:teuthology.orchestra.run.smithi144.stdout:License : GPLv3+ 2024-01-18T21:39:43.667 INFO:teuthology.orchestra.run.smithi144.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-18T21:39:43.667 INFO:teuthology.orchestra.run.smithi144.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-18T21:39:43.667 INFO:teuthology.orchestra.run.smithi144.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-18T21:39:43.667 INFO:teuthology.orchestra.run.smithi144.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-18T21:39:43.667 INFO:teuthology.orchestra.run.smithi144.stdout:Relocations : (not relocatable) 2024-01-18T21:39:43.667 INFO:teuthology.orchestra.run.smithi144.stdout:Packager : CentOS BuildSystem 2024-01-18T21:39:43.667 INFO:teuthology.orchestra.run.smithi144.stdout:Vendor : CentOS 2024-01-18T21:39:43.667 INFO:teuthology.orchestra.run.smithi144.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-18T21:39:43.667 INFO:teuthology.orchestra.run.smithi144.stdout:Summary : Support tools for GRUB. 2024-01-18T21:39:43.668 INFO:teuthology.orchestra.run.smithi144.stdout:Description : 2024-01-18T21:39:43.668 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-18T21:39:43.668 INFO:teuthology.orchestra.run.smithi144.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-18T21:39:43.668 INFO:teuthology.orchestra.run.smithi144.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-18T21:39:43.668 INFO:teuthology.orchestra.run.smithi144.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-18T21:39:43.668 INFO:teuthology.orchestra.run.smithi144.stdout:hardware devices. 2024-01-18T21:39:43.668 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-18T21:39:43.668 INFO:teuthology.orchestra.run.smithi144.stdout:This subpackage provides tools for support of all platforms. 2024-01-18T21:39:43.669 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-18T21:39:43.669 INFO:teuthology.task.kernel:Updating grub on smithi144 to boot 4.18.0-535.el8.x86_64 2024-01-18T21:39:43.669 DEBUG:teuthology.orchestra.run.smithi144:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-18T21:39:44.953 INFO:teuthology.orchestra.run.smithi144.stderr:Generating grub configuration file ... 2024-01-18T21:39:46.986 INFO:teuthology.orchestra.run.smithi144.stderr:done 2024-01-18T21:39:46.988 DEBUG:teuthology.orchestra.run.smithi144:> mktemp 2024-01-18T21:39:47.018 INFO:teuthology.orchestra.run.smithi144.stdout:/tmp/tmp.sVYYezVL2M 2024-01-18T21:39:47.018 DEBUG:teuthology.orchestra.run.smithi144:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.sVYYezVL2M 2024-01-18T21:39:47.092 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 0666 /tmp/tmp.sVYYezVL2M 2024-01-18T21:39:47.243 DEBUG:teuthology.orchestra.remote:smithi144:/tmp/tmp.sVYYezVL2M is 6KB 2024-01-18T21:39:47.292 DEBUG:teuthology.orchestra.run.smithi144:> rm -fr /tmp/tmp.sVYYezVL2M 2024-01-18T21:39:47.309 DEBUG:teuthology.orchestra.run.smithi144:> sudo /bin/ls /boot/loader/entries || true 2024-01-18T21:39:47.375 INFO:teuthology.orchestra.run.smithi144.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-18T21:39:47.375 INFO:teuthology.orchestra.run.smithi144.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-18T21:39:47.375 INFO:teuthology.orchestra.run.smithi144.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-18T21:39:47.375 INFO:teuthology.orchestra.run.smithi144.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64.conf 2024-01-18T21:39:47.376 DEBUG:teuthology.orchestra.run.smithi144:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-535.el8.x86_64 2024-01-18T21:39:47.517 DEBUG:teuthology.orchestra.run.smithi144:> sudo shutdown -r now 2024-01-18T21:40:05.688 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-01-18T21:40:05.689 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-01-18T21:40:05.690 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T21:40:17.531 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-01-18T21:40:17.531 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-01-18T21:40:17.532 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T21:40:24.252 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-01-18T21:40:33.261 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-01-18T21:40:33.261 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T21:40:36.028 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.144 2024-01-18T21:40:36.316 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-01-18T21:40:45.036 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-01-18T21:40:45.037 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T21:40:48.092 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.144 2024-01-18T21:40:48.317 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-01-18T21:40:48.317 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T21:40:51.392 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.118 2024-01-18T21:41:00.100 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-01-18T21:41:00.101 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T21:41:06.396 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-01-18T21:41:06.397 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T21:41:32.507 DEBUG:teuthology.orchestra.run.smithi144:> true 2024-01-18T21:41:33.279 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-01-18T21:41:33.279 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "4.18.0-535.el8.x86_64"... 2024-01-18T21:41:33.280 DEBUG:teuthology.orchestra.run.smithi144:> uname -r 2024-01-18T21:41:33.340 INFO:teuthology.orchestra.run.smithi144.stdout:4.18.0-535.el8.x86_64 2024-01-18T21:41:33.341 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-18T21:41:33.341 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-18T21:41:33.341 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-18T21:41:34.341 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-01-18T21:41:34.342 DEBUG:teuthology.orchestra.run.smithi144:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-18T21:41:34.400 INFO:teuthology.orchestra.run.smithi144.stdout:ttyS1 2024-01-18T21:41:34.412 DEBUG:teuthology.parallel:result is None 2024-01-18T21:41:38.352 DEBUG:teuthology.orchestra.run.smithi118:> true 2024-01-18T21:41:38.645 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-01-18T21:41:38.645 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "4.18.0-535.el8.x86_64"... 2024-01-18T21:41:38.645 DEBUG:teuthology.orchestra.run.smithi118:> uname -r 2024-01-18T21:41:38.666 INFO:teuthology.orchestra.run.smithi118.stdout:4.18.0-535.el8.x86_64 2024-01-18T21:41:38.666 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-535.el8.x86_64 vs 4.18.0-535.el8.x86_64 2024-01-18T21:41:38.666 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-18T21:41:38.666 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-18T21:41:39.667 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-01-18T21:41:39.667 DEBUG:teuthology.orchestra.run.smithi118:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-18T21:41:39.743 INFO:teuthology.orchestra.run.smithi118.stdout:ttyS1 2024-01-18T21:41:39.756 DEBUG:teuthology.parallel:result is None 2024-01-18T21:41:39.756 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-18T21:41:39.764 INFO:teuthology.task.internal:Creating test directory... 2024-01-18T21:41:39.764 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-18T21:41:39.766 DEBUG:teuthology.orchestra.run.smithi144:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-18T21:41:39.788 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-18T21:41:39.795 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-18T21:41:39.805 INFO:teuthology.task.internal:Creating archive directory... 2024-01-18T21:41:39.806 DEBUG:teuthology.orchestra.run.smithi118:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-18T21:41:39.828 DEBUG:teuthology.orchestra.run.smithi144:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-18T21:41:39.864 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-18T21:41:39.871 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-18T21:41:39.871 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 2024-01-18T21:41:39.894 DEBUG:teuthology.orchestra.run.smithi144:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-18T21:41:39.935 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T21:41:39.936 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T21:41:39.947 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T21:41:39.947 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-18T21:41:39.952 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-18T21:41:39.959 INFO:teuthology.task.internal:Configuring sudo... 2024-01-18T21:41:39.960 DEBUG:teuthology.orchestra.run.smithi118:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-18T21:41:39.991 DEBUG:teuthology.orchestra.run.smithi144:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-18T21:41:40.023 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-18T21:41:40.032 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-18T21:41:40.032 DEBUG:teuthology.orchestra.run.smithi118:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-18T21:41:40.065 DEBUG:teuthology.orchestra.run.smithi144:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-18T21:41:40.085 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T21:41:40.174 DEBUG:teuthology.orchestra.run.smithi118:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T21:41:40.233 DEBUG:teuthology.orchestra.run.smithi118:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T21:41:40.280 DEBUG:teuthology.orchestra.run.smithi118:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T21:41:40.323 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-18T21:41:40.323 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-18T21:41:40.392 DEBUG:teuthology.orchestra.run.smithi144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T21:41:40.441 DEBUG:teuthology.orchestra.run.smithi144:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-18T21:41:40.491 DEBUG:teuthology.orchestra.run.smithi144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T21:41:40.578 DEBUG:teuthology.orchestra.run.smithi144:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-18T21:41:40.622 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-18T21:41:40.622 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-18T21:41:40.690 DEBUG:teuthology.orchestra.run.smithi118:> sudo service rsyslog restart 2024-01-18T21:41:40.693 DEBUG:teuthology.orchestra.run.smithi144:> sudo service rsyslog restart 2024-01-18T21:41:40.754 INFO:teuthology.orchestra.run.smithi118.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T21:41:40.793 INFO:teuthology.orchestra.run.smithi144.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T21:41:41.205 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-18T21:41:41.213 INFO:teuthology.task.internal:Starting timer... 2024-01-18T21:41:41.213 INFO:teuthology.run_tasks:Running task pcp... 2024-01-18T21:41:41.223 INFO:teuthology.run_tasks:Running task selinux... 2024-01-18T21:41:41.232 DEBUG:teuthology.orchestra.run.smithi118:> sudo service auditd rotate 2024-01-18T21:41:41.309 INFO:teuthology.orchestra.run.smithi118.stdout:Rotating logs: 2024-01-18T21:41:41.311 DEBUG:teuthology.orchestra.run.smithi144:> sudo service auditd rotate 2024-01-18T21:41:41.405 INFO:teuthology.orchestra.run.smithi144.stdout:Rotating logs: 2024-01-18T21:41:41.407 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-18T21:41:41.407 DEBUG:teuthology.orchestra.run.smithi118:> /usr/sbin/getenforce 2024-01-18T21:41:41.432 INFO:teuthology.orchestra.run.smithi118.stdout:Permissive 2024-01-18T21:41:41.432 DEBUG:teuthology.orchestra.run.smithi144:> /usr/sbin/getenforce 2024-01-18T21:41:41.470 INFO:teuthology.orchestra.run.smithi144.stdout:Permissive 2024-01-18T21:41:41.471 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi118.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi144.front.sepia.ceph.com': 'permissive'} 2024-01-18T21:41:41.471 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 2024-01-18T21:41:41.500 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T21:41:41.500 DEBUG:teuthology.orchestra.run.smithi144:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-18T21:41:41.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T21:41:41.539 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-18T21:41:41.539 DEBUG:teuthology.orchestra.run.smithi118:> sudo /usr/sbin/setenforce permissive 2024-01-18T21:41:41.567 DEBUG:teuthology.orchestra.run.smithi144:> sudo /usr/sbin/setenforce permissive 2024-01-18T21:41:41.607 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-18T21:41:41.617 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-01-18T21:41:41.622 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-01-18T21:41:41.772 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-18T21:41:41.786 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-18T21:41:41.788 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi118.front.sepia.ceph.com,smithi144.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-18T21:47:15.593 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi118.front.sepia.ceph.com'), Remote(name='ubuntu@smithi144.front.sepia.ceph.com')] 2024-01-18T21:47:15.594 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-01-18T21:47:15.595 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi118.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T21:47:15.670 DEBUG:teuthology.orchestra.run.smithi118:> true 2024-01-18T21:47:15.737 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi118.front.sepia.ceph.com' 2024-01-18T21:47:15.737 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-01-18T21:47:15.738 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-18T21:47:15.812 DEBUG:teuthology.orchestra.run.smithi144:> true 2024-01-18T21:47:15.880 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-01-18T21:47:15.880 INFO:teuthology.run_tasks:Running task clock... 2024-01-18T21:47:15.891 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-18T21:47:15.891 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-18T21:47:15.891 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 2024-01-18T21:47:15.894 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-18T21:47:15.894 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T21:47:15.922 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-18T21:47:15.936 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-18T21:47:15.954 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-18T21:47:15.969 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-18T21:47:15.995 INFO:teuthology.orchestra.run.smithi118.stderr:sudo: ntpd: command not found 2024-01-18T21:47:16.006 INFO:teuthology.orchestra.run.smithi118.stdout:506 Cannot talk to daemon 2024-01-18T21:47:16.019 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-18T21:47:16.032 INFO:teuthology.orchestra.run.smithi118.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-18T21:47:16.046 INFO:teuthology.orchestra.run.smithi144.stderr:sudo: ntpd: command not found 2024-01-18T21:47:16.057 INFO:teuthology.orchestra.run.smithi144.stdout:506 Cannot talk to daemon 2024-01-18T21:47:16.071 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-18T21:47:16.084 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-18T21:47:16.103 INFO:teuthology.orchestra.run.smithi118.stderr:bash: ntpq: command not found 2024-01-18T21:47:16.107 INFO:teuthology.orchestra.run.smithi118.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T21:47:16.107 INFO:teuthology.orchestra.run.smithi118.stdout:=============================================================================== 2024-01-18T21:47:16.107 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T21:47:16.107 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T21:47:16.107 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T21:47:16.107 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T21:47:16.152 INFO:teuthology.orchestra.run.smithi144.stderr:bash: ntpq: command not found 2024-01-18T21:47:16.156 INFO:teuthology.orchestra.run.smithi144.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T21:47:16.156 INFO:teuthology.orchestra.run.smithi144.stdout:=============================================================================== 2024-01-18T21:47:16.156 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T21:47:16.156 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T21:47:16.156 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T21:47:16.156 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T21:47:16.157 INFO:teuthology.run_tasks:Running task pexec... 2024-01-18T21:47:16.166 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-18T21:47:16.167 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi118.front.sepia.ceph.com 2024-01-18T21:47:16.167 DEBUG:teuthology.orchestra.run.smithi118:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-18T21:47:16.167 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi144.front.sepia.ceph.com 2024-01-18T21:47:16.167 DEBUG:teuthology.orchestra.run.smithi144:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-18T21:47:16.915 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:01:20 ago on Thu 18 Jan 2024 09:45:56 PM UTC. 2024-01-18T21:47:16.949 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:21 ago on Thu 18 Jan 2024 09:45:55 PM UTC. 2024-01-18T21:47:18.840 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-01-18T21:47:18.841 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-01-18T21:47:18.841 INFO:teuthology.orchestra.run.smithi118.stdout: Package Architecture Version Repository Size 2024-01-18T21:47:18.842 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-01-18T21:47:18.842 INFO:teuthology.orchestra.run.smithi118.stdout:Resetting modules: 2024-01-18T21:47:18.842 INFO:teuthology.orchestra.run.smithi118.stdout: container-tools 2024-01-18T21:47:18.842 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:47:18.842 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-01-18T21:47:18.842 INFO:teuthology.orchestra.run.smithi118.stdout:================================================================================ 2024-01-18T21:47:18.842 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:47:18.886 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-01-18T21:47:18.887 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-01-18T21:47:18.887 INFO:teuthology.orchestra.run.smithi144.stdout: Package Architecture Version Repository Size 2024-01-18T21:47:18.887 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-01-18T21:47:18.887 INFO:teuthology.orchestra.run.smithi144.stdout:Resetting modules: 2024-01-18T21:47:18.887 INFO:teuthology.orchestra.run.smithi144.stdout: container-tools 2024-01-18T21:47:18.888 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-18T21:47:18.888 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-01-18T21:47:18.888 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-01-18T21:47:18.888 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-18T21:47:19.111 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-01-18T21:47:19.142 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-01-18T21:47:19.915 INFO:teuthology.orchestra.run.smithi118.stdout:Last metadata expiration check: 0:01:23 ago on Thu 18 Jan 2024 09:45:56 PM UTC. 2024-01-18T21:47:19.964 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:24 ago on Thu 18 Jan 2024 09:45:55 PM UTC. 2024-01-18T21:47:21.859 INFO:teuthology.orchestra.run.smithi118.stdout:Dependencies resolved. 2024-01-18T21:47:21.861 INFO:teuthology.orchestra.run.smithi118.stdout:=========================================================================================== 2024-01-18T21:47:21.861 INFO:teuthology.orchestra.run.smithi118.stdout: Package Arch Version Repo Size 2024-01-18T21:47:21.861 INFO:teuthology.orchestra.run.smithi118.stdout:=========================================================================================== 2024-01-18T21:47:21.862 INFO:teuthology.orchestra.run.smithi118.stdout:Upgrading: 2024-01-18T21:47:21.862 INFO:teuthology.orchestra.run.smithi118.stdout: conmon x86_64 3:2.1.8-1.module_el8+712+4cd1bd69 appstream 57 k 2024-01-18T21:47:21.862 INFO:teuthology.orchestra.run.smithi118.stdout: container-selinux noarch 2:2.224.0-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-18T21:47:21.862 INFO:teuthology.orchestra.run.smithi118.stdout: containernetworking-plugins x86_64 1:1.3.0-5.module_el8+712+4cd1bd69 appstream 21 M 2024-01-18T21:47:21.862 INFO:teuthology.orchestra.run.smithi118.stdout: containers-common x86_64 2:1-57.module_el8+712+4cd1bd69 appstream 144 k 2024-01-18T21:47:21.862 INFO:teuthology.orchestra.run.smithi118.stdout: criu x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 564 k 2024-01-18T21:47:21.862 INFO:teuthology.orchestra.run.smithi118.stdout: fuse-overlayfs x86_64 1.13-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-18T21:47:21.862 INFO:teuthology.orchestra.run.smithi118.stdout: libslirp x86_64 4.4.0-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-18T21:47:21.862 INFO:teuthology.orchestra.run.smithi118.stdout: runc x86_64 1:1.1.9-1.module_el8+712+4cd1bd69 appstream 3.1 M 2024-01-18T21:47:21.862 INFO:teuthology.orchestra.run.smithi118.stdout: slirp4netns x86_64 1.2.2-1.module_el8+712+4cd1bd69 appstream 56 k 2024-01-18T21:47:21.862 INFO:teuthology.orchestra.run.smithi118.stdout:Installing group/module packages: 2024-01-18T21:47:21.862 INFO:teuthology.orchestra.run.smithi118.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-18T21:47:21.862 INFO:teuthology.orchestra.run.smithi118.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-18T21:47:21.862 INFO:teuthology.orchestra.run.smithi118.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-18T21:47:21.862 INFO:teuthology.orchestra.run.smithi118.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-18T21:47:21.863 INFO:teuthology.orchestra.run.smithi118.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-18T21:47:21.863 INFO:teuthology.orchestra.run.smithi118.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-18T21:47:21.863 INFO:teuthology.orchestra.run.smithi118.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-18T21:47:21.863 INFO:teuthology.orchestra.run.smithi118.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-18T21:47:21.863 INFO:teuthology.orchestra.run.smithi118.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-18T21:47:21.863 INFO:teuthology.orchestra.run.smithi118.stdout:Installing dependencies: 2024-01-18T21:47:21.863 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-18T21:47:21.863 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-18T21:47:21.863 INFO:teuthology.orchestra.run.smithi118.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-18T21:47:21.863 INFO:teuthology.orchestra.run.smithi118.stdout:Installing weak dependencies: 2024-01-18T21:47:21.863 INFO:teuthology.orchestra.run.smithi118.stdout: criu-libs x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 39 k 2024-01-18T21:47:21.863 INFO:teuthology.orchestra.run.smithi118.stdout:Installing module profiles: 2024-01-18T21:47:21.863 INFO:teuthology.orchestra.run.smithi118.stdout: container-tools/common 2024-01-18T21:47:21.863 INFO:teuthology.orchestra.run.smithi118.stdout:Enabling module streams: 2024-01-18T21:47:21.863 INFO:teuthology.orchestra.run.smithi118.stdout: container-tools rhel8 2024-01-18T21:47:21.864 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:47:21.864 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction Summary 2024-01-18T21:47:21.864 INFO:teuthology.orchestra.run.smithi118.stdout:=========================================================================================== 2024-01-18T21:47:21.864 INFO:teuthology.orchestra.run.smithi118.stdout:Install 13 Packages 2024-01-18T21:47:21.864 INFO:teuthology.orchestra.run.smithi118.stdout:Upgrade 9 Packages 2024-01-18T21:47:21.864 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:47:21.864 INFO:teuthology.orchestra.run.smithi118.stdout:Total download size: 52 M 2024-01-18T21:47:21.865 INFO:teuthology.orchestra.run.smithi118.stdout:Downloading Packages: 2024-01-18T21:47:21.924 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-01-18T21:47:21.926 INFO:teuthology.orchestra.run.smithi144.stdout:=========================================================================================== 2024-01-18T21:47:21.927 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repo Size 2024-01-18T21:47:21.927 INFO:teuthology.orchestra.run.smithi144.stdout:=========================================================================================== 2024-01-18T21:47:21.927 INFO:teuthology.orchestra.run.smithi144.stdout:Upgrading: 2024-01-18T21:47:21.927 INFO:teuthology.orchestra.run.smithi144.stdout: conmon x86_64 3:2.1.8-1.module_el8+712+4cd1bd69 appstream 57 k 2024-01-18T21:47:21.927 INFO:teuthology.orchestra.run.smithi144.stdout: container-selinux noarch 2:2.224.0-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-18T21:47:21.927 INFO:teuthology.orchestra.run.smithi144.stdout: containernetworking-plugins x86_64 1:1.3.0-5.module_el8+712+4cd1bd69 appstream 21 M 2024-01-18T21:47:21.927 INFO:teuthology.orchestra.run.smithi144.stdout: containers-common x86_64 2:1-57.module_el8+712+4cd1bd69 appstream 144 k 2024-01-18T21:47:21.927 INFO:teuthology.orchestra.run.smithi144.stdout: criu x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 564 k 2024-01-18T21:47:21.927 INFO:teuthology.orchestra.run.smithi144.stdout: fuse-overlayfs x86_64 1.13-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-18T21:47:21.927 INFO:teuthology.orchestra.run.smithi144.stdout: libslirp x86_64 4.4.0-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-18T21:47:21.927 INFO:teuthology.orchestra.run.smithi144.stdout: runc x86_64 1:1.1.9-1.module_el8+712+4cd1bd69 appstream 3.1 M 2024-01-18T21:47:21.927 INFO:teuthology.orchestra.run.smithi144.stdout: slirp4netns x86_64 1.2.2-1.module_el8+712+4cd1bd69 appstream 56 k 2024-01-18T21:47:21.927 INFO:teuthology.orchestra.run.smithi144.stdout:Installing group/module packages: 2024-01-18T21:47:21.927 INFO:teuthology.orchestra.run.smithi144.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-18T21:47:21.927 INFO:teuthology.orchestra.run.smithi144.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-18T21:47:21.928 INFO:teuthology.orchestra.run.smithi144.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-18T21:47:21.928 INFO:teuthology.orchestra.run.smithi144.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-18T21:47:21.928 INFO:teuthology.orchestra.run.smithi144.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-18T21:47:21.928 INFO:teuthology.orchestra.run.smithi144.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-18T21:47:21.928 INFO:teuthology.orchestra.run.smithi144.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-18T21:47:21.928 INFO:teuthology.orchestra.run.smithi144.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-18T21:47:21.928 INFO:teuthology.orchestra.run.smithi144.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-18T21:47:21.928 INFO:teuthology.orchestra.run.smithi144.stdout:Installing dependencies: 2024-01-18T21:47:21.928 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-18T21:47:21.928 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-18T21:47:21.928 INFO:teuthology.orchestra.run.smithi144.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-18T21:47:21.928 INFO:teuthology.orchestra.run.smithi144.stdout:Installing weak dependencies: 2024-01-18T21:47:21.928 INFO:teuthology.orchestra.run.smithi144.stdout: criu-libs x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 39 k 2024-01-18T21:47:21.928 INFO:teuthology.orchestra.run.smithi144.stdout:Installing module profiles: 2024-01-18T21:47:21.928 INFO:teuthology.orchestra.run.smithi144.stdout: container-tools/common 2024-01-18T21:47:21.929 INFO:teuthology.orchestra.run.smithi144.stdout:Enabling module streams: 2024-01-18T21:47:21.929 INFO:teuthology.orchestra.run.smithi144.stdout: container-tools rhel8 2024-01-18T21:47:21.929 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-18T21:47:21.929 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-01-18T21:47:21.929 INFO:teuthology.orchestra.run.smithi144.stdout:=========================================================================================== 2024-01-18T21:47:21.929 INFO:teuthology.orchestra.run.smithi144.stdout:Install 13 Packages 2024-01-18T21:47:21.929 INFO:teuthology.orchestra.run.smithi144.stdout:Upgrade 9 Packages 2024-01-18T21:47:21.929 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-18T21:47:21.929 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 52 M 2024-01-18T21:47:21.929 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-01-18T21:47:22.327 INFO:teuthology.orchestra.run.smithi118.stdout:(1/22): cockpit-podman-78-1.module_el8+712+4cd1 2.8 MB/s | 750 kB 00:00 2024-01-18T21:47:22.360 INFO:teuthology.orchestra.run.smithi118.stdout:(2/22): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.4 MB/s | 1.0 MB 00:00 2024-01-18T21:47:22.386 INFO:teuthology.orchestra.run.smithi118.stdout:(3/22): criu-libs-3.18-4.module_el8+712+4cd1bd6 672 kB/s | 39 kB 00:00 2024-01-18T21:47:22.389 INFO:teuthology.orchestra.run.smithi144.stdout:(1/22): cockpit-podman-78-1.module_el8+712+4cd1 2.7 MB/s | 750 kB 00:00 2024-01-18T21:47:22.419 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 2024-01-18T21:47:22.432 INFO:teuthology.orchestra.run.smithi144.stdout:(2/22): aardvark-dns-1.8.0-1.module_el8+712+4cd 3.2 MB/s | 1.0 MB 00:00 2024-01-18T21:47:22.449 INFO:teuthology.orchestra.run.smithi144.stdout:(3/22): criu-libs-3.18-4.module_el8+712+4cd1bd6 655 kB/s | 39 kB 00:00 2024-01-18T21:47:22.478 INFO:teuthology.orchestra.run.smithi118.stdout:(5/22): python3-podman-4.7.0-1.module_el8+712+4 3.0 MB/s | 178 kB 00:00 2024-01-18T21:47:22.491 INFO:teuthology.orchestra.run.smithi144.stdout:(4/22): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.0 MB/s | 241 kB 00:00 2024-01-18T21:47:22.536 INFO:teuthology.orchestra.run.smithi118.stdout:(6/22): python3-pytoml-0.1.14-5.git7dea353.el8. 425 kB/s | 25 kB 00:00 2024-01-18T21:47:22.549 INFO:teuthology.orchestra.run.smithi144.stdout:(5/22): python3-podman-4.7.0-1.module_el8+712+4 3.0 MB/s | 178 kB 00:00 2024-01-18T21:47:22.600 INFO:teuthology.orchestra.run.smithi144.stdout:(6/22): python3-pytoml-0.1.14-5.git7dea353.el8. 494 kB/s | 25 kB 00:00 2024-01-18T21:47:22.612 INFO:teuthology.orchestra.run.smithi118.stdout:(7/22): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2024-01-18T21:47:22.659 INFO:teuthology.orchestra.run.smithi144.stdout:(7/22): python3-pyxdg-0.25-16.el8.noarch.rpm 1.6 MB/s | 94 kB 00:00 2024-01-18T21:47:22.750 INFO:teuthology.orchestra.run.smithi144.stdout:(8/22): netavark-1.8.0-2.module_el8+712+4cd1bd6 13 MB/s | 3.9 MB 00:00 2024-01-18T21:47:22.804 INFO:teuthology.orchestra.run.smithi118.stdout:(8/22): netavark-1.8.0-2.module_el8+712+4cd1bd6 9.4 MB/s | 3.9 MB 00:00 2024-01-18T21:47:22.929 INFO:teuthology.orchestra.run.smithi118.stdout:(9/22): buildah-1.32.0-1.module_el8+712+4cd1bd6 11 MB/s | 9.6 MB 00:00 2024-01-18T21:47:22.967 INFO:teuthology.orchestra.run.smithi144.stdout:(9/22): buildah-1.32.0-1.module_el8+712+4cd1bd6 11 MB/s | 9.6 MB 00:00 2024-01-18T21:47:22.979 INFO:teuthology.orchestra.run.smithi118.stdout:(10/22): udica-0.2.6-20.module_el8+712+4cd1bd69 1.0 MB/s | 53 kB 00:00 2024-01-18T21:47:23.021 INFO:teuthology.orchestra.run.smithi118.stdout:(11/22): yajl-2.1.0-12.el8.x86_64.rpm 983 kB/s | 41 kB 00:00 2024-01-18T21:47:23.026 INFO:teuthology.orchestra.run.smithi144.stdout:(10/22): toolbox-0.0.99.4-6.module_el8+712+4cd1 9.2 MB/s | 2.5 MB 00:00 2024-01-18T21:47:23.051 INFO:teuthology.orchestra.run.smithi144.stdout:(11/22): udica-0.2.6-20.module_el8+712+4cd1bd69 630 kB/s | 53 kB 00:00 2024-01-18T21:47:23.072 INFO:teuthology.orchestra.run.smithi118.stdout:(12/22): conmon-2.1.8-1.module_el8+712+4cd1bd69 1.1 MB/s | 57 kB 00:00 2024-01-18T21:47:23.085 INFO:teuthology.orchestra.run.smithi144.stdout:(12/22): yajl-2.1.0-12.el8.x86_64.rpm 697 kB/s | 41 kB 00:00 2024-01-18T21:47:23.110 INFO:teuthology.orchestra.run.smithi144.stdout:(13/22): conmon-2.1.8-1.module_el8+712+4cd1bd69 980 kB/s | 57 kB 00:00 2024-01-18T21:47:23.155 INFO:teuthology.orchestra.run.smithi118.stdout:(13/22): toolbox-0.0.99.4-6.module_el8+712+4cd1 7.2 MB/s | 2.5 MB 00:00 2024-01-18T21:47:23.160 INFO:teuthology.orchestra.run.smithi144.stdout:(14/22): container-selinux-2.224.0-1.module_el8 930 kB/s | 70 kB 00:00 2024-01-18T21:47:23.181 INFO:teuthology.orchestra.run.smithi118.stdout:(14/22): container-selinux-2.224.0-1.module_el8 643 kB/s | 70 kB 00:00 2024-01-18T21:47:23.219 INFO:teuthology.orchestra.run.smithi144.stdout:(15/22): containers-common-1-57.module_el8+712+ 2.4 MB/s | 144 kB 00:00 2024-01-18T21:47:23.273 INFO:teuthology.orchestra.run.smithi118.stdout:(15/22): skopeo-1.13.3-1.module_el8+712+4cd1bd6 12 MB/s | 8.1 MB 00:00 2024-01-18T21:47:23.286 INFO:teuthology.orchestra.run.smithi144.stdout:(16/22): criu-3.18-4.module_el8+712+4cd1bd69.x8 8.3 MB/s | 564 kB 00:00 2024-01-18T21:47:23.298 INFO:teuthology.orchestra.run.smithi118.stdout:(16/22): containers-common-1-57.module_el8+712+ 1.2 MB/s | 144 kB 00:00 2024-01-18T21:47:23.332 INFO:teuthology.orchestra.run.smithi118.stdout:(17/22): criu-3.18-4.module_el8+712+4cd1bd69.x8 9.4 MB/s | 564 kB 00:00 2024-01-18T21:47:23.344 INFO:teuthology.orchestra.run.smithi144.stdout:(17/22): fuse-overlayfs-1.13-1.module_el8+712+4 1.2 MB/s | 70 kB 00:00 2024-01-18T21:47:23.381 INFO:teuthology.orchestra.run.smithi118.stdout:(18/22): fuse-overlayfs-1.13-1.module_el8+712+4 841 kB/s | 70 kB 00:00 2024-01-18T21:47:23.407 INFO:teuthology.orchestra.run.smithi118.stdout:(19/22): libslirp-4.4.0-1.module_el8+712+4cd1bd 932 kB/s | 70 kB 00:00 2024-01-18T21:47:23.458 INFO:teuthology.orchestra.run.smithi118.stdout:(20/22): slirp4netns-1.2.2-1.module_el8+712+4cd 1.1 MB/s | 56 kB 00:00 2024-01-18T21:47:23.503 INFO:teuthology.orchestra.run.smithi144.stdout:(18/22): skopeo-1.13.3-1.module_el8+712+4cd1bd6 9.6 MB/s | 8.1 MB 00:00 2024-01-18T21:47:23.528 INFO:teuthology.orchestra.run.smithi144.stdout:(19/22): libslirp-4.4.0-1.module_el8+712+4cd1bd 383 kB/s | 70 kB 00:00 2024-01-18T21:47:23.579 INFO:teuthology.orchestra.run.smithi144.stdout:(20/22): slirp4netns-1.2.2-1.module_el8+712+4cd 1.1 MB/s | 56 kB 00:00 2024-01-18T21:47:23.717 INFO:teuthology.orchestra.run.smithi118.stdout:(21/22): runc-1.1.9-1.module_el8+712+4cd1bd69.x 9.2 MB/s | 3.1 MB 00:00 2024-01-18T21:47:23.963 INFO:teuthology.orchestra.run.smithi144.stdout:(21/22): runc-1.1.9-1.module_el8+712+4cd1bd69.x 6.7 MB/s | 3.1 MB 00:00 2024-01-18T21:47:24.263 INFO:teuthology.orchestra.run.smithi144.stdout:(22/22): containernetworking-plugins-1.3.0-5.mo 19 MB/s | 21 MB 00:01 2024-01-18T21:47:24.263 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-01-18T21:47:24.264 INFO:teuthology.orchestra.run.smithi144.stdout:Total 22 MB/s | 52 MB 00:02 2024-01-18T21:47:24.747 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-01-18T21:47:24.793 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-01-18T21:47:24.793 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-01-18T21:47:24.950 INFO:teuthology.orchestra.run.smithi118.stdout:(22/22): containernetworking-plugins-1.3.0-5.mo 12 MB/s | 21 MB 00:01 2024-01-18T21:47:24.950 INFO:teuthology.orchestra.run.smithi118.stdout:-------------------------------------------------------------------------------- 2024-01-18T21:47:24.951 INFO:teuthology.orchestra.run.smithi118.stdout:Total 17 MB/s | 52 MB 00:03 2024-01-18T21:47:25.285 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-01-18T21:47:25.288 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-01-18T21:47:25.435 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction check 2024-01-18T21:47:25.482 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction check succeeded. 2024-01-18T21:47:25.483 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction test 2024-01-18T21:47:25.967 INFO:teuthology.orchestra.run.smithi118.stdout:Transaction test succeeded. 2024-01-18T21:47:25.970 INFO:teuthology.orchestra.run.smithi118.stdout:Running transaction 2024-01-18T21:47:26.518 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-01-18T21:47:26.602 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/1 2024-01-18T21:47:26.812 INFO:teuthology.orchestra.run.smithi144.stdout: Upgrading : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/31 2024-01-18T21:47:26.834 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-18T21:47:27.052 INFO:teuthology.orchestra.run.smithi144.stdout: Upgrading : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-18T21:47:27.184 INFO:teuthology.orchestra.run.smithi118.stdout: Preparing : 1/1 2024-01-18T21:47:27.261 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/1 2024-01-18T21:47:27.458 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/31 2024-01-18T21:47:27.483 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-18T21:47:27.710 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-18T21:47:45.682 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-18T21:47:45.804 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-18T21:47:45.949 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 3/31 2024-01-18T21:47:46.025 INFO:teuthology.orchestra.run.smithi144.stdout: Upgrading : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 3/31 2024-01-18T21:47:46.113 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2024-01-18T21:47:46.180 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2024-01-18T21:47:46.314 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 5/31 2024-01-18T21:47:46.364 INFO:teuthology.orchestra.run.smithi144.stdout: Upgrading : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 5/31 2024-01-18T21:47:46.566 INFO:teuthology.orchestra.run.smithi144.stdout: Upgrading : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 6/31 2024-01-18T21:47:46.567 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 6/31 2024-01-18T21:47:46.749 INFO:teuthology.orchestra.run.smithi144.stdout: Upgrading : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2024-01-18T21:47:46.757 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2024-01-18T21:47:48.501 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2024-01-18T21:47:48.534 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2024-01-18T21:47:48.739 INFO:teuthology.orchestra.run.smithi144.stdout: Upgrading : containernetworking-plugins-1:1.3.0-5.module_el8+7 8/31 2024-01-18T21:47:48.790 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : containernetworking-plugins-1:1.3.0-5.module_el8+7 8/31 2024-01-18T21:47:48.935 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : yajl-2.1.0-12.el8.x86_64 9/31 2024-01-18T21:47:49.010 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : yajl-2.1.0-12.el8.x86_64 9/31 2024-01-18T21:47:49.108 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 10/31 2024-01-18T21:47:49.202 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 10/31 2024-01-18T21:47:49.386 INFO:teuthology.orchestra.run.smithi144.stdout: Upgrading : containers-common-2:1-57.module_el8+712+4cd1bd69.x 11/31 2024-01-18T21:47:49.450 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : containers-common-2:1-57.module_el8+712+4cd1bd69.x 11/31 2024-01-18T21:47:49.564 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 12/31 2024-01-18T21:47:49.656 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 12/31 2024-01-18T21:47:49.832 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 13/31 2024-01-18T21:47:49.949 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 13/31 2024-01-18T21:47:50.368 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 14/31 2024-01-18T21:47:50.524 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 14/31 2024-01-18T21:47:51.328 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 15/31 2024-01-18T21:47:51.497 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 15/31 2024-01-18T21:47:51.622 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 16/31 2024-01-18T21:47:51.778 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 16/31 2024-01-18T21:47:52.584 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 17/31 2024-01-18T21:47:52.743 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 17/31 2024-01-18T21:47:52.949 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 18/31 2024-01-18T21:47:53.141 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 18/31 2024-01-18T21:47:53.159 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 19/31 2024-01-18T21:47:53.321 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 20/31 2024-01-18T21:47:53.393 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 19/31 2024-01-18T21:47:53.544 INFO:teuthology.orchestra.run.smithi144.stdout: Upgrading : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 21/31 2024-01-18T21:47:53.563 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 20/31 2024-01-18T21:47:53.724 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 22/31 2024-01-18T21:47:53.794 INFO:teuthology.orchestra.run.smithi118.stdout: Upgrading : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 21/31 2024-01-18T21:47:53.916 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : containers-common-2:1-49.module_el8.8.0+1254+78119 23/31 2024-01-18T21:47:53.974 INFO:teuthology.orchestra.run.smithi118.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 22/31 2024-01-18T21:47:54.057 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 24/31 2024-01-18T21:47:54.180 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : containers-common-2:1-49.module_el8.8.0+1254+78119 23/31 2024-01-18T21:47:54.232 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 25/31 2024-01-18T21:47:54.232 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-01-18T21:47:54.358 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 24/31 2024-01-18T21:47:54.466 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-01-18T21:47:54.540 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 25/31 2024-01-18T21:47:54.540 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-01-18T21:47:54.691 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 27/31 2024-01-18T21:47:54.733 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-01-18T21:47:54.873 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 28/31 2024-01-18T21:47:54.988 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 27/31 2024-01-18T21:47:55.060 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 29/31 2024-01-18T21:47:55.149 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 28/31 2024-01-18T21:47:55.273 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : containernetworking-plugins-1:1.1.1-3.module_el8.7 30/31 2024-01-18T21:47:55.337 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 29/31 2024-01-18T21:47:55.448 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-01-18T21:47:55.531 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : containernetworking-plugins-1:1.1.1-3.module_el8.7 30/31 2024-01-18T21:47:55.739 INFO:teuthology.orchestra.run.smithi118.stdout: Cleanup : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-01-18T21:48:14.795 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 31/31 2024-01-18T21:48:15.254 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-01-18T21:48:15.254 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/31 2024-01-18T21:48:15.254 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/31 2024-01-18T21:48:15.254 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/31 2024-01-18T21:48:15.255 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2024-01-18T21:48:15.255 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/31 2024-01-18T21:48:15.255 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/31 2024-01-18T21:48:15.255 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/31 2024-01-18T21:48:15.255 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/31 2024-01-18T21:48:15.255 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/31 2024-01-18T21:48:15.255 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/31 2024-01-18T21:48:15.255 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/31 2024-01-18T21:48:15.255 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/31 2024-01-18T21:48:15.255 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/31 2024-01-18T21:48:15.255 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 14/31 2024-01-18T21:48:15.255 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 15/31 2024-01-18T21:48:15.255 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 16/31 2024-01-18T21:48:15.255 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 17/31 2024-01-18T21:48:15.256 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : containernetworking-plugins-1:1.3.0-5.module_el8+7 18/31 2024-01-18T21:48:15.256 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : containernetworking-plugins-1:1.1.1-3.module_el8.7 19/31 2024-01-18T21:48:15.256 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : containers-common-2:1-57.module_el8+712+4cd1bd69.x 20/31 2024-01-18T21:48:15.256 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : containers-common-2:1-49.module_el8.8.0+1254+78119 21/31 2024-01-18T21:48:15.256 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 22/31 2024-01-18T21:48:15.256 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 23/31 2024-01-18T21:48:15.256 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 24/31 2024-01-18T21:48:15.256 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 25/31 2024-01-18T21:48:15.256 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 26/31 2024-01-18T21:48:15.256 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 27/31 2024-01-18T21:48:15.256 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 28/31 2024-01-18T21:48:15.256 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 29/31 2024-01-18T21:48:15.256 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 30/31 2024-01-18T21:48:15.446 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 31/31 2024-01-18T21:48:15.905 INFO:teuthology.orchestra.run.smithi118.stdout: Running scriptlet: conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-01-18T21:48:15.905 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/31 2024-01-18T21:48:15.905 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/31 2024-01-18T21:48:15.905 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/31 2024-01-18T21:48:15.905 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2024-01-18T21:48:15.905 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/31 2024-01-18T21:48:15.905 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/31 2024-01-18T21:48:15.905 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/31 2024-01-18T21:48:15.905 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/31 2024-01-18T21:48:15.906 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/31 2024-01-18T21:48:15.906 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/31 2024-01-18T21:48:15.906 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/31 2024-01-18T21:48:15.906 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/31 2024-01-18T21:48:15.906 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/31 2024-01-18T21:48:15.906 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 14/31 2024-01-18T21:48:15.906 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 15/31 2024-01-18T21:48:15.906 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 16/31 2024-01-18T21:48:15.906 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 17/31 2024-01-18T21:48:15.906 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : containernetworking-plugins-1:1.3.0-5.module_el8+7 18/31 2024-01-18T21:48:15.906 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : containernetworking-plugins-1:1.1.1-3.module_el8.7 19/31 2024-01-18T21:48:15.906 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : containers-common-2:1-57.module_el8+712+4cd1bd69.x 20/31 2024-01-18T21:48:15.906 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : containers-common-2:1-49.module_el8.8.0+1254+78119 21/31 2024-01-18T21:48:15.906 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 22/31 2024-01-18T21:48:15.906 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 23/31 2024-01-18T21:48:15.906 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 24/31 2024-01-18T21:48:15.907 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 25/31 2024-01-18T21:48:15.907 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 26/31 2024-01-18T21:48:15.907 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 27/31 2024-01-18T21:48:15.907 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 28/31 2024-01-18T21:48:15.907 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 29/31 2024-01-18T21:48:15.907 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 30/31 2024-01-18T21:48:15.958 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 31/31 2024-01-18T21:48:15.958 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-18T21:48:15.958 INFO:teuthology.orchestra.run.smithi144.stdout:Upgraded: 2024-01-18T21:48:15.958 INFO:teuthology.orchestra.run.smithi144.stdout: conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:15.958 INFO:teuthology.orchestra.run.smithi144.stdout: container-selinux-2:2.224.0-1.module_el8+712+4cd1bd69.noarch 2024-01-18T21:48:15.958 INFO:teuthology.orchestra.run.smithi144.stdout: containernetworking-plugins-1:1.3.0-5.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:15.958 INFO:teuthology.orchestra.run.smithi144.stdout: containers-common-2:1-57.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:15.958 INFO:teuthology.orchestra.run.smithi144.stdout: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:15.958 INFO:teuthology.orchestra.run.smithi144.stdout: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:15.958 INFO:teuthology.orchestra.run.smithi144.stdout: libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:15.958 INFO:teuthology.orchestra.run.smithi144.stdout: runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:15.959 INFO:teuthology.orchestra.run.smithi144.stdout: slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:15.959 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-01-18T21:48:15.959 INFO:teuthology.orchestra.run.smithi144.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:15.959 INFO:teuthology.orchestra.run.smithi144.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:15.959 INFO:teuthology.orchestra.run.smithi144.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-18T21:48:15.959 INFO:teuthology.orchestra.run.smithi144.stdout: criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:15.959 INFO:teuthology.orchestra.run.smithi144.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:15.959 INFO:teuthology.orchestra.run.smithi144.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:15.959 INFO:teuthology.orchestra.run.smithi144.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-18T21:48:15.959 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-18T21:48:15.959 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-18T21:48:15.959 INFO:teuthology.orchestra.run.smithi144.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:15.959 INFO:teuthology.orchestra.run.smithi144.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:15.959 INFO:teuthology.orchestra.run.smithi144.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-18T21:48:15.959 INFO:teuthology.orchestra.run.smithi144.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-18T21:48:15.960 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-18T21:48:15.960 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-01-18T21:48:16.255 DEBUG:teuthology.parallel:result is None 2024-01-18T21:48:16.543 INFO:teuthology.orchestra.run.smithi118.stdout: Verifying : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 31/31 2024-01-18T21:48:16.543 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:48:16.544 INFO:teuthology.orchestra.run.smithi118.stdout:Upgraded: 2024-01-18T21:48:16.544 INFO:teuthology.orchestra.run.smithi118.stdout: conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:16.544 INFO:teuthology.orchestra.run.smithi118.stdout: container-selinux-2:2.224.0-1.module_el8+712+4cd1bd69.noarch 2024-01-18T21:48:16.544 INFO:teuthology.orchestra.run.smithi118.stdout: containernetworking-plugins-1:1.3.0-5.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:16.544 INFO:teuthology.orchestra.run.smithi118.stdout: containers-common-2:1-57.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:16.544 INFO:teuthology.orchestra.run.smithi118.stdout: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:16.544 INFO:teuthology.orchestra.run.smithi118.stdout: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:16.544 INFO:teuthology.orchestra.run.smithi118.stdout: libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:16.544 INFO:teuthology.orchestra.run.smithi118.stdout: runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:16.544 INFO:teuthology.orchestra.run.smithi118.stdout: slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:16.544 INFO:teuthology.orchestra.run.smithi118.stdout:Installed: 2024-01-18T21:48:16.544 INFO:teuthology.orchestra.run.smithi118.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:16.544 INFO:teuthology.orchestra.run.smithi118.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:16.544 INFO:teuthology.orchestra.run.smithi118.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-18T21:48:16.545 INFO:teuthology.orchestra.run.smithi118.stdout: criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:16.545 INFO:teuthology.orchestra.run.smithi118.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:16.545 INFO:teuthology.orchestra.run.smithi118.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:16.545 INFO:teuthology.orchestra.run.smithi118.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-18T21:48:16.545 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-18T21:48:16.545 INFO:teuthology.orchestra.run.smithi118.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-18T21:48:16.545 INFO:teuthology.orchestra.run.smithi118.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:16.545 INFO:teuthology.orchestra.run.smithi118.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-18T21:48:16.545 INFO:teuthology.orchestra.run.smithi118.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-18T21:48:16.545 INFO:teuthology.orchestra.run.smithi118.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-18T21:48:16.545 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:48:16.545 INFO:teuthology.orchestra.run.smithi118.stdout:Complete! 2024-01-18T21:48:16.847 DEBUG:teuthology.parallel:result is None 2024-01-18T21:48:16.847 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-18T21:48:16.918 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': '491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0'} 2024-01-18T21:48:16.918 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15.2.0 2024-01-18T21:48:16.919 INFO:tasks.cephadm:Cluster fsid is 49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:48:16.919 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-18T21:48:16.919 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.118', 'mon.c': '[v2:172.21.15.118:3301,v1:172.21.15.118:6790]', 'mon.b': '172.21.15.144'} 2024-01-18T21:48:16.919 INFO:tasks.cephadm:First mon is mon.a on smithi118 2024-01-18T21:48:16.920 INFO:tasks.cephadm:First mgr is y 2024-01-18T21:48:16.920 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-18T21:48:16.920 DEBUG:teuthology.orchestra.run.smithi118:> sudo hostname $(hostname -s) 2024-01-18T21:48:16.947 DEBUG:teuthology.orchestra.run.smithi144:> sudo hostname $(hostname -s) 2024-01-18T21:48:16.977 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v15.2.0)... 2024-01-18T21:48:16.977 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 2024-01-18T21:48:17.206 INFO:teuthology.orchestra.run.smithi118.stdout:-rw-rw-r--. 1 ubuntu ubuntu 151122 Jan 18 21:48 /home/ubuntu/cephtest/cephadm 2024-01-18T21:48:17.206 DEBUG:teuthology.orchestra.run.smithi144:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v15.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-18T21:48:17.323 INFO:teuthology.orchestra.run.smithi144.stdout:-rw-rw-r--. 1 ubuntu ubuntu 151122 Jan 18 21:48 /home/ubuntu/cephtest/cephadm 2024-01-18T21:48:17.323 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 2024-01-18T21:48:17.341 DEBUG:teuthology.orchestra.run.smithi144:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-18T21:48:17.372 DEBUG:teuthology.orchestra.run.smithi118:> sudo mkdir -p /etc/ceph 2024-01-18T21:48:17.409 DEBUG:teuthology.orchestra.run.smithi144:> sudo mkdir -p /etc/ceph 2024-01-18T21:48:17.437 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 777 /etc/ceph 2024-01-18T21:48:17.475 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 777 /etc/ceph 2024-01-18T21:48:17.503 INFO:tasks.cephadm:Writing seed config... 2024-01-18T21:48:17.504 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-01-18T21:48:17.505 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-18T21:48:17.505 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-18T21:48:17.505 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-18T21:48:17.505 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-18T21:48:17.505 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-18T21:48:17.505 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-18T21:48:17.505 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-18T21:48:17.506 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-18T21:48:17.506 DEBUG:teuthology.orchestra.run.smithi118:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-18T21:48:17.533 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 = 49a198c6-b64b-11ee-95ae-87774f69a715 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-18T21:48:17.533 DEBUG:teuthology.orchestra.run.smithi118:mon.a> sudo journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.a.service 2024-01-18T21:48:17.575 DEBUG:teuthology.orchestra.run.smithi118:mgr.y> sudo journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mgr.y.service 2024-01-18T21:48:17.601 INFO:journalctl@ceph.mon.a.smithi118.stdout:-- Logs begin at Thu 2024-01-18 21:41:13 UTC. -- 2024-01-18T21:48:17.602 INFO:tasks.cephadm:Bootstrapping... 2024-01-18T21:48:17.602 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 -v bootstrap --fsid 49a198c6-b64b-11ee-95ae-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.118 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-18T21:48:17.627 INFO:journalctl@ceph.mgr.y.smithi118.stdout:-- Logs begin at Thu 2024-01-18 21:41:13 UTC. -- 2024-01-18T21:48:17.746 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Verifying podman|docker is present... 2024-01-18T21:48:17.746 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Verifying lvm2 is present... 2024-01-18T21:48:17.746 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Verifying time synchronization is in place... 2024-01-18T21:48:17.746 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-01-18T21:48:17.752 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-01-18T21:48:17.752 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-01-18T21:48:17.757 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-18T21:48:17.757 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-01-18T21:48:17.762 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-01-18T21:48:17.762 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-01-18T21:48:17.767 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:systemctl:stdout active 2024-01-18T21:48:17.767 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2024-01-18T21:48:17.767 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Repeating the final host check... 2024-01-18T21:48:17.767 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:podman|docker (/bin/podman) is present 2024-01-18T21:48:17.767 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:systemctl is present 2024-01-18T21:48:17.768 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:lvcreate is present 2024-01-18T21:48:17.768 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-01-18T21:48:17.771 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-01-18T21:48:17.771 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-01-18T21:48:17.776 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-18T21:48:17.776 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-01-18T21:48:17.781 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-01-18T21:48:17.781 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-01-18T21:48:17.786 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:systemctl:stdout active 2024-01-18T21:48:17.786 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2024-01-18T21:48:17.786 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Host looks OK 2024-01-18T21:48:17.787 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:root:Cluster fsid: 49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:48:17.787 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Acquiring lock 139965046806680 on /run/cephadm/49a198c6-b64b-11ee-95ae-87774f69a715.lock 2024-01-18T21:48:17.787 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Lock 139965046806680 acquired on /run/cephadm/49a198c6-b64b-11ee-95ae-87774f69a715.lock 2024-01-18T21:48:17.787 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Verifying IP 172.21.15.118 port 3300 ... 2024-01-18T21:48:17.787 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Verifying IP 172.21.15.118 port 6789 ... 2024-01-18T21:48:17.787 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Base mon IP is 172.21.15.118, final addrv is [v2:172.21.15.118:3300,v1:172.21.15.118:6789] 2024-01-18T21:48:17.787 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /sbin/ip route ls 2024-01-18T21:48:17.788 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/sbin/ip:stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.118 metric 100 2024-01-18T21:48:17.789 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/sbin/ip:stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.118 metric 100 2024-01-18T21:48:17.789 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Mon IP 172.21.15.118 is in CIDR network 172.21.0.0/20 2024-01-18T21:48:17.790 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0 container... 2024-01-18T21:48:17.790 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman pull docker.io/ceph/ceph:v15.2.0 2024-01-18T21:48:20.245 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/bin/podman:stderr Trying to pull docker.io/ceph/ceph:v15.2.0... 2024-01-18T21:48:26.847 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/bin/podman:stderr Getting image source signatures 2024-01-18T21:48:26.874 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:8a29a15cefaeccf6545f7ecf11298f9672d2f0cdaf9e357a95133ac3ad3e1f07 2024-01-18T21:48:26.874 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:120f0bd0d532e2094e4c344cda2d32931787ee8c2e5d6b9ddd4698dfe3ef6110 2024-01-18T21:48:38.692 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/bin/podman:stderr Copying config sha256:204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2024-01-18T21:48:38.750 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/bin/podman:stderr Writing manifest to image destination 2024-01-18T21:48:39.051 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/bin/podman:stdout 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2024-01-18T21:48:39.061 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Extracting ceph user uid/gid from container image... 2024-01-18T21:48:39.061 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '--entrypoint', 'stat', 'docker.io/ceph/ceph:v15.2.0', '-c', '%u %g', '/var/lib/ceph'] 2024-01-18T21:48:39.061 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 --entrypoint stat docker.io/ceph/ceph:v15.2.0 -c %u %g /var/lib/ceph 2024-01-18T21:48:39.425 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:stat:stdout 167 167 2024-01-18T21:48:39.759 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Creating initial keys... 2024-01-18T21:48:39.759 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-01-18T21:48:39.759 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-01-18T21:48:39.975 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQC3nKll0Tn1ORAAJLM4SV2NyWnbzBz6xB4pfw== 2024-01-18T21:48:40.307 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-01-18T21:48:40.307 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-01-18T21:48:40.541 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQC4nKll6bEdIBAAMrgIFfgH2mxWLMWmxsJyew== 2024-01-18T21:48:40.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-01-18T21:48:40.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-01-18T21:48:41.161 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQC5nKllGb4/BxAALfkfjU7/I1DKpL0h4RRZDQ== 2024-01-18T21:48:41.476 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Creating initial monmap... 2024-01-18T21:48:41.476 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/tmp/ceph-tmprdfj3mwb:/tmp/monmap:z', '--entrypoint', '/usr/bin/monmaptool', 'docker.io/ceph/ceph:v15.2.0', '--create', '--clobber', '--fsid', '49a198c6-b64b-11ee-95ae-87774f69a715', '--addv', 'a', '[v2:172.21.15.118:3300,v1:172.21.15.118:6789]', '/tmp/monmap'] 2024-01-18T21:48:41.476 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /tmp/ceph-tmprdfj3mwb:/tmp/monmap:z --entrypoint /usr/bin/monmaptool docker.io/ceph/ceph:v15.2.0 --create --clobber --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 --addv a [v2:172.21.15.118:3300,v1:172.21.15.118:6789] /tmp/monmap 2024-01-18T21:48:41.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-18T21:48:41.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: set fsid to 49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:48:41.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-18T21:48:42.070 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Creating mon... 2024-01-18T21:48:42.072 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/var/lib/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '-v', '/tmp/ceph-tmpiduy7fdy:/tmp/keyring:z', '-v', '/tmp/ceph-tmprdfj3mwb:/tmp/monmap:z', '--entrypoint', '/usr/bin/ceph-mon', 'docker.io/ceph/ceph:v15.2.0', '--mkfs', '-i', 'a', '--fsid', '49a198c6-b64b-11ee-95ae-87774f69a715', '-c', '/dev/null', '--monmap', '/tmp/monmap', '--keyring', '/tmp/keyring', '--setuser', 'ceph', '--setgroup', 'ceph', '--default-log-to-file=false', '--default-log-to-stderr=true', '--default-log-stderr-prefix="debug "', '--default-mon-cluster-log-to-file=false', '--default-mon-cluster-log-to-stderr=true'] 2024-01-18T21:48:42.072 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmpiduy7fdy:/tmp/keyring:z -v /tmp/ceph-tmprdfj3mwb:/tmp/monmap:z --entrypoint /usr/bin/ceph-mon docker.io/ceph/ceph:v15.2.0 --mkfs -i a --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix="debug " --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2024-01-18T21:48:42.350 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.329+0000 7fe37bd3a6c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T21:48:42.350 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.329+0000 7fe37bd3a6c0 1 imported monmap: 2024-01-18T21:48:42.351 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr epoch 0 2024-01-18T21:48:42.351 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr fsid 49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:48:42.351 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr last_changed 2024-01-18T21:48:41.727420+0000 2024-01-18T21:48:42.351 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr created 2024-01-18T21:48:41.727420+0000 2024-01-18T21:48:42.351 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr min_mon_release 0 (unknown) 2024-01-18T21:48:42.351 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 0: [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] mon.a 2024-01-18T21:48:42.351 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-18T21:48:42.351 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.329+0000 7fe37bd3a6c0 0 /usr/bin/ceph-mon: set fsid to 49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:48:42.351 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 0 set rocksdb option compression = kNoCompression 2024-01-18T21:48:42.351 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-18T21:48:42.351 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-18T21:48:42.351 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 0 set rocksdb option compression = kNoCompression 2024-01-18T21:48:42.351 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-18T21:48:42.351 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-18T21:48:42.352 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: RocksDB version: 6.1.2 2024-01-18T21:48:42.352 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-18T21:48:42.352 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T21:48:42.352 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Compile date Mar 23 2020 2024-01-18T21:48:42.352 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: DB SUMMARY 2024-01-18T21:48:42.352 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-18T21:48:42.352 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-01-18T21:48:42.352 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-18T21:48:42.352 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-01-18T21:48:42.352 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-18T21:48:42.352 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.error_if_exists: 0 2024-01-18T21:48:42.352 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.create_if_missing: 1 2024-01-18T21:48:42.352 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T21:48:42.352 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.env: 0x5644c7c611a0 2024-01-18T21:48:42.353 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.info_log: 0x5644c8f07a80 2024-01-18T21:48:42.353 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T21:48:42.353 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.statistics: (nil) 2024-01-18T21:48:42.353 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.use_fsync: 0 2024-01-18T21:48:42.353 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T21:48:42.353 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T21:48:42.353 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T21:48:42.353 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T21:48:42.353 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T21:48:42.353 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T21:48:42.353 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T21:48:42.353 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T21:48:42.353 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T21:48:42.353 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T21:48:42.353 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T21:48:42.353 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.db_log_dir: 2024-01-18T21:48:42.354 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-01-18T21:48:42.354 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T21:48:42.354 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T21:48:42.354 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T21:48:42.354 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T21:48:42.354 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T21:48:42.354 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T21:48:42.354 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T21:48:42.354 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T21:48:42.354 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T21:48:42.354 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.write_buffer_manager: 0x5644c9aa6120 2024-01-18T21:48:42.354 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T21:48:42.354 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T21:48:42.354 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T21:48:42.355 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T21:48:42.355 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T21:48:42.355 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T21:48:42.355 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T21:48:42.355 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T21:48:42.355 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T21:48:42.355 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T21:48:42.355 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T21:48:42.355 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T21:48:42.355 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T21:48:42.355 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.row_cache: None 2024-01-18T21:48:42.355 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.wal_filter: None 2024-01-18T21:48:42.355 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T21:48:42.355 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T21:48:42.355 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T21:48:42.356 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.two_write_queues: 0 2024-01-18T21:48:42.356 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T21:48:42.356 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.atomic_flush: 0 2024-01-18T21:48:42.356 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T21:48:42.356 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T21:48:42.356 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T21:48:42.356 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T21:48:42.356 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T21:48:42.356 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T21:48:42.356 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T21:48:42.356 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T21:48:42.356 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T21:48:42.356 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T21:48:42.356 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T21:48:42.356 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.max_open_files: -1 2024-01-18T21:48:42.357 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T21:48:42.357 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T21:48:42.357 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T21:48:42.357 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Compression algorithms supported: 2024-01-18T21:48:42.357 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T21:48:42.357 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: kZSTD supported: 0 2024-01-18T21:48:42.357 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: kXpressCompression supported: 0 2024-01-18T21:48:42.357 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T21:48:42.357 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T21:48:42.357 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T21:48:42.357 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: kZlibCompression supported: 1 2024-01-18T21:48:42.357 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T21:48:42.357 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T21:48:42.357 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.330+0000 7fe37bd3a6c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2024-01-18T21:48:42.357 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-18T21:48:42.358 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-01-18T21:48:42.358 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-18T21:48:42.358 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-01-18T21:48:42.358 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-18T21:48:42.358 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T21:48:42.358 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.merge_operator: 2024-01-18T21:48:42.358 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.compaction_filter: None 2024-01-18T21:48:42.358 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T21:48:42.358 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T21:48:42.358 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T21:48:42.358 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5644c8e2c130) 2024-01-18T21:48:42.358 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks: 1 2024-01-18T21:48:42.358 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks_with_high_priority: 1 2024-01-18T21:48:42.358 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T21:48:42.359 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_top_level_index_and_filter: 1 2024-01-18T21:48:42.359 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_type: 0 2024-01-18T21:48:42.359 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_index_type: 0 2024-01-18T21:48:42.359 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_hash_table_util_ratio: 0.750000 2024-01-18T21:48:42.359 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr hash_index_allow_collision: 1 2024-01-18T21:48:42.359 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr checksum: 1 2024-01-18T21:48:42.359 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr no_block_cache: 0 2024-01-18T21:48:42.359 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache: 0x5644c8e66510 2024-01-18T21:48:42.359 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_name: BinnedLRUCache 2024-01-18T21:48:42.359 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_options: 2024-01-18T21:48:42.359 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr capacity : 536870912 2024-01-18T21:48:42.359 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr num_shard_bits : 4 2024-01-18T21:48:42.359 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr strict_capacity_limit : 0 2024-01-18T21:48:42.359 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr high_pri_pool_ratio: 0.000 2024-01-18T21:48:42.359 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_compressed: (nil) 2024-01-18T21:48:42.359 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr persistent_cache: (nil) 2024-01-18T21:48:42.360 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size: 4096 2024-01-18T21:48:42.360 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size_deviation: 10 2024-01-18T21:48:42.360 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_restart_interval: 16 2024-01-18T21:48:42.360 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_block_restart_interval: 1 2024-01-18T21:48:42.360 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr metadata_block_size: 4096 2024-01-18T21:48:42.360 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr partition_filters: 0 2024-01-18T21:48:42.360 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr use_delta_encoding: 1 2024-01-18T21:48:42.360 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T21:48:42.360 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr whole_key_filtering: 1 2024-01-18T21:48:42.360 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr verify_compression: 0 2024-01-18T21:48:42.360 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr read_amp_bytes_per_bit: 0 2024-01-18T21:48:42.360 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr format_version: 2 2024-01-18T21:48:42.360 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr enable_index_compression: 1 2024-01-18T21:48:42.360 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_align: 0 2024-01-18T21:48:42.360 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-18T21:48:42.361 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T21:48:42.361 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T21:48:42.361 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.compression: NoCompression 2024-01-18T21:48:42.361 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T21:48:42.361 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T21:48:42.361 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T21:48:42.361 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.num_levels: 7 2024-01-18T21:48:42.361 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T21:48:42.361 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T21:48:42.361 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T21:48:42.361 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T21:48:42.361 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T21:48:42.361 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T21:48:42.362 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T21:48:42.362 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T21:48:42.362 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T21:48:42.362 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T21:48:42.362 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T21:48:42.362 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T21:48:42.362 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T21:48:42.362 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T21:48:42.362 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T21:48:42.362 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T21:48:42.362 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T21:48:42.362 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T21:48:42.362 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T21:48:42.362 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T21:48:42.362 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T21:48:42.363 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T21:48:42.363 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T21:48:42.363 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T21:48:42.363 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T21:48:42.363 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T21:48:42.363 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T21:48:42.363 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T21:48:42.363 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T21:48:42.363 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T21:48:42.363 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T21:48:42.363 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T21:48:42.363 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T21:48:42.363 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T21:48:42.363 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T21:48:42.363 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T21:48:42.364 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T21:48:42.364 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T21:48:42.364 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T21:48:42.364 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T21:48:42.364 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T21:48:42.364 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T21:48:42.364 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T21:48:42.364 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T21:48:42.364 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T21:48:42.364 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T21:48:42.364 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.table_properties_collectors: 2024-01-18T21:48:42.364 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T21:48:42.364 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T21:48:42.364 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T21:48:42.365 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T21:48:42.365 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T21:48:42.365 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.bloom_locality: 0 2024-01-18T21:48:42.365 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T21:48:42.365 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T21:48:42.365 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T21:48:42.365 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T21:48:42.365 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T21:48:42.365 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: Options.ttl: 0 2024-01-18T21:48:42.365 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-18T21:48:42.365 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-18T21:48:42.365 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.331+0000 7fe37bd3a6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-01-18T21:48:42.365 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-18T21:48:42.365 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.332+0000 7fe37bd3a6c0 4 rocksdb: DB pointer 0x5644c8f01200 2024-01-18T21:48:42.365 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.332+0000 7fe364efb700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-01-18T21:48:42.366 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.332+0000 7fe364efb700 4 rocksdb: [db/db_impl.cc:778] 2024-01-18T21:48:42.366 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** DB Stats ** 2024-01-18T21:48:42.366 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T21:48:42.366 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-18T21:48:42.366 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T21:48:42.366 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T21:48:42.366 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-18T21:48:42.366 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T21:48:42.366 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T21:48:42.366 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-18T21:48:42.366 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-01-18T21:48:42.366 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T21:48:42.366 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T21:48:42.366 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T21:48:42.366 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T21:48:42.367 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-18T21:48:42.367 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-01-18T21:48:42.367 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T21:48:42.367 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T21:48:42.367 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T21:48:42.367 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T21:48:42.367 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T21:48:42.367 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-01-18T21:48:42.367 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T21:48:42.367 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-01-18T21:48:42.367 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T21:48:42.367 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T21:48:42.367 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T21:48:42.367 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-18T21:48:42.367 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-01-18T21:48:42.367 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-18T21:48:42.368 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-01-18T21:48:42.368 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T21:48:42.368 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T21:48:42.368 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T21:48:42.368 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T21:48:42.368 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-18T21:48:42.368 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-01-18T21:48:42.368 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T21:48:42.368 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T21:48:42.368 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T21:48:42.368 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T21:48:42.368 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T21:48:42.368 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-01-18T21:48:42.368 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T21:48:42.369 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-01-18T21:48:42.369 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T21:48:42.369 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T21:48:42.369 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T21:48:42.369 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-18T21:48:42.369 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-01-18T21:48:42.369 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-18T21:48:42.369 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.333+0000 7fe37bd3a6c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2024-01-18T21:48:42.369 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.334+0000 7fe37bd3a6c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2024-01-18T21:48:42.369 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-18T21:48:42.334+0000 7fe37bd3a6c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-01-18T21:48:42.704 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:48:42.708 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl disable ceph.target 2024-01-18T21:48:42.798 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl enable ceph.target 2024-01-18T21:48:42.803 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-18T21:48:42.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl start ceph.target 2024-01-18T21:48:42.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-49a198c6-b64b-11ee-95ae-87774f69a715.target 2024-01-18T21:48:42.895 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-49a198c6-b64b-11ee-95ae-87774f69a715.target → /etc/systemd/system/ceph-49a198c6-b64b-11ee-95ae-87774f69a715.target. 2024-01-18T21:48:42.895 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-49a198c6-b64b-11ee-95ae-87774f69a715.target → /etc/systemd/system/ceph-49a198c6-b64b-11ee-95ae-87774f69a715.target. 2024-01-18T21:48:42.975 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl start ceph-49a198c6-b64b-11ee-95ae-87774f69a715.target 2024-01-18T21:48:42.989 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-01-18T21:48:43.072 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.a 2024-01-18T21:48:43.101 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.a 2024-01-18T21:48:43.106 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.a.service: Unit ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.a.service not loaded. 2024-01-18T21:48:43.106 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.a 2024-01-18T21:48:43.112 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-49a198c6-b64b-11ee-95ae-87774f69a715.target.wants/ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.a.service → /etc/systemd/system/ceph-49a198c6-b64b-11ee-95ae-87774f69a715@.service. 2024-01-18T21:48:43.188 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl start ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.a 2024-01-18T21:48:43.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:43 smithi118 podman[34720]: Error: no container with ID or name "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon.a" found: no such container 2024-01-18T21:48:43.237 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2024-01-18T21:48:43.245 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:systemctl:stdout disabled 2024-01-18T21:48:43.245 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2024-01-18T21:48:43.252 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-18T21:48:43.253 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:firewalld.service is not enabled 2024-01-18T21:48:43.253 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Waiting for mon to start... 2024-01-18T21:48:43.253 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Waiting for mon... 2024-01-18T21:48:43.254 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/lib/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status 2024-01-18T21:48:43.489 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:43 smithi118 systemd[1]: Started Ceph mon.a for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:48:43.860 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout cluster: 2024-01-18T21:48:43.860 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout id: 49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:48:43.860 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout health: HEALTH_OK 2024-01-18T21:48:43.860 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-18T21:48:43.860 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout services: 2024-01-18T21:48:43.860 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon: 1 daemons, quorum a (age 0.294296s) 2024-01-18T21:48:43.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr: no daemons active 2024-01-18T21:48:43.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd: 0 osds: 0 up, 0 in 2024-01-18T21:48:43.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-18T21:48:43.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout data: 2024-01-18T21:48:43.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pools: 0 pools, 0 pgs 2024-01-18T21:48:43.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout objects: 0 objects, 0 B 2024-01-18T21:48:43.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout usage: 0 B used, 0 B / 0 B avail 2024-01-18T21:48:43.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pgs: 2024-01-18T21:48:43.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-18T21:48:43.894 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:43 smithi118 bash[34736]: cluster 2024-01-18T21:48:43.569862+0000 mon.a (mon.0) 0 : [INF] mkfs 49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:48:43.894 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:43 smithi118 bash[34736]: cluster 2024-01-18T21:48:43.554709+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-01-18T21:48:44.259 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Assimilating anything we can from ceph.conf... 2024-01-18T21:48:44.260 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'assimilate-conf', '-i', '/var/lib/ceph/mon/ceph-a/config'] 2024-01-18T21:48:44.260 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z -v /var/lib/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config assimilate-conf -i /var/lib/ceph/mon/ceph-a/config 2024-01-18T21:48:44.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-18T21:48:44.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [global] 2024-01-18T21:48:44.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout fsid = 49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:48:44.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_election_default_strategy = 1 2024-01-18T21:48:44.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_host = [v2:172.21.15.118:3300,v1:172.21.15.118:6789] 2024-01-18T21:48:44.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_pg_remap = true 2024-01-18T21:48:44.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_primary_affinity = true 2024-01-18T21:48:44.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_no_sortbitwise = false 2024-01-18T21:48:44.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_crush_chooseleaf_type = 0 2024-01-18T21:48:44.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-18T21:48:44.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mgr] 2024-01-18T21:48:44.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr/telemetry/nag = false 2024-01-18T21:48:44.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-18T21:48:44.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mon] 2024-01-18T21:48:44.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim = false 2024-01-18T21:48:44.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-01-18T21:48:44.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-18T21:48:44.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [osd] 2024-01-18T21:48:44.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_map_max_advance = 10 2024-01-18T21:48:44.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_memory_target_autotune = true 2024-01-18T21:48:44.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_sloppy_crc = true 2024-01-18T21:48:44.842 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:44 smithi118 bash[34736]: cluster 2024-01-18T21:48:43.569299+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-01-18T21:48:44.842 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:44 smithi118 bash[34736]: cluster 2024-01-18T21:48:43.569479+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0]} 2024-01-18T21:48:44.842 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:44 smithi118 bash[34736]: cluster 2024-01-18T21:48:43.571155+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-01-18T21:48:44.842 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:44 smithi118 bash[34736]: cluster 2024-01-18T21:48:43.572794+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-18T21:48:44.842 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:44 smithi118 bash[34736]: cluster 2024-01-18T21:48:43.573196+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-18T21:48:44.842 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:44 smithi118 bash[34736]: audit 2024-01-18T21:48:43.863560+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.118:0/686476131' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-18T21:48:45.034 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Generating new minimal ceph.conf... 2024-01-18T21:48:45.034 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'generate-minimal-conf', '-o', '/var/lib/ceph/mon/ceph-a/config'] 2024-01-18T21:48:45.034 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z -v /var/lib/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-a/config 2024-01-18T21:48:45.762 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:45 smithi118 bash[34736]: audit 2024-01-18T21:48:44.675436+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.118:0/1696496862' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T21:48:45.762 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:45 smithi118 bash[34736]: audit 2024-01-18T21:48:44.677812+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.118:0/1696496862' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-18T21:48:45.763 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:45 smithi118 bash[34736]: audit 2024-01-18T21:48:45.469114+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.118:0/4159565826' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:48:45.827 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Restarting the monitor... 2024-01-18T21:48:45.827 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl restart ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.a 2024-01-18T21:48:46.073 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:45 smithi118 systemd[1]: Stopping Ceph mon.a for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:48:46.073 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:45 smithi118 bash[34736]: debug 2024-01-18T21:48:45.900+0000 7f423315e700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-18T21:48:46.073 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:45 smithi118 bash[34736]: debug 2024-01-18T21:48:45.900+0000 7f423315e700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-01-18T21:48:46.329 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 podman[35067]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon.a 2024-01-18T21:48:46.329 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.a.service: Succeeded. 2024-01-18T21:48:46.329 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 systemd[1]: Stopped Ceph mon.a for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:48:46.329 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 systemd[1]: Starting Ceph mon.a for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:48:46.342 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Setting mon public_network... 2024-01-18T21:48:46.343 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'set', 'mon', 'public_network', '172.21.0.0/20'] 2024-01-18T21:48:46.343 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config set mon public_network 172.21.0.0/20 2024-01-18T21:48:46.634 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 podman[35109]: Error: no container with ID or name "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon.a" found: no such container 2024-01-18T21:48:46.634 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 systemd[1]: Started Ceph mon.a for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:48:46.634 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.560+0000 7f7ef80fb6c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T21:48:46.634 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.560+0000 7f7ef80fb6c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-01-18T21:48:46.634 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.561+0000 7f7ef80fb6c0 0 pidfile_write: ignore empty --pid-file 2024-01-18T21:48:46.634 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.565+0000 7f7ef80fb6c0 0 load: jerasure load: lrc load: isa 2024-01-18T21:48:46.634 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.565+0000 7f7ef80fb6c0 0 set rocksdb option compression = kNoCompression 2024-01-18T21:48:46.635 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.565+0000 7f7ef80fb6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-18T21:48:46.635 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.565+0000 7f7ef80fb6c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-18T21:48:46.635 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.565+0000 7f7ef80fb6c0 0 set rocksdb option compression = kNoCompression 2024-01-18T21:48:46.635 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.565+0000 7f7ef80fb6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-18T21:48:46.635 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.565+0000 7f7ef80fb6c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-18T21:48:46.635 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.565+0000 7f7ef80fb6c0 1 rocksdb: do_open column families: [default] 2024-01-18T21:48:46.635 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: RocksDB version: 6.1.2 2024-01-18T21:48:46.635 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T21:48:46.635 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Compile date Mar 23 2020 2024-01-18T21:48:46.635 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: DB SUMMARY 2024-01-18T21:48:46.635 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: CURRENT file: CURRENT 2024-01-18T21:48:46.635 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: IDENTITY file: IDENTITY 2024-01-18T21:48:46.635 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 109 Bytes 2024-01-18T21:48:46.635 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2024-01-18T21:48:46.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 64621 ; 2024-01-18T21:48:46.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.error_if_exists: 0 2024-01-18T21:48:46.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.create_if_missing: 0 2024-01-18T21:48:46.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T21:48:46.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.env: 0x55dd2e8a81a0 2024-01-18T21:48:46.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.info_log: 0x55dd304ee9a0 2024-01-18T21:48:46.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T21:48:46.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.statistics: (nil) 2024-01-18T21:48:46.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.use_fsync: 0 2024-01-18T21:48:46.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T21:48:46.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T21:48:46.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T21:48:46.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T21:48:46.636 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T21:48:46.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T21:48:46.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T21:48:46.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T21:48:46.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T21:48:46.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T21:48:46.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T21:48:46.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.db_log_dir: 2024-01-18T21:48:46.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-01-18T21:48:46.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T21:48:46.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T21:48:46.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T21:48:46.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T21:48:46.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T21:48:46.637 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T21:48:46.638 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T21:48:46.638 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T21:48:46.638 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T21:48:46.638 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.write_buffer_manager: 0x55dd31086a80 2024-01-18T21:48:46.638 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T21:48:46.638 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T21:48:46.638 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T21:48:46.638 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T21:48:46.638 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T21:48:46.638 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T21:48:46.638 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T21:48:46.638 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T21:48:46.638 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T21:48:46.638 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T21:48:46.638 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T21:48:46.638 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T21:48:46.639 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T21:48:46.639 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.row_cache: None 2024-01-18T21:48:46.639 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.wal_filter: None 2024-01-18T21:48:46.639 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T21:48:46.639 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T21:48:46.639 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T21:48:46.639 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.two_write_queues: 0 2024-01-18T21:48:46.639 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T21:48:46.639 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.atomic_flush: 0 2024-01-18T21:48:46.639 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T21:48:46.639 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T21:48:46.639 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T21:48:46.639 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T21:48:46.639 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T21:48:46.639 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T21:48:46.639 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T21:48:46.640 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T21:48:46.640 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T21:48:46.640 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T21:48:46.640 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T21:48:46.640 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_open_files: -1 2024-01-18T21:48:46.640 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T21:48:46.640 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T21:48:46.640 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T21:48:46.640 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Compression algorithms supported: 2024-01-18T21:48:46.640 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T21:48:46.640 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: kZSTD supported: 0 2024-01-18T21:48:46.640 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: kXpressCompression supported: 0 2024-01-18T21:48:46.640 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T21:48:46.640 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T21:48:46.640 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T21:48:46.641 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: kZlibCompression supported: 1 2024-01-18T21:48:46.641 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T21:48:46.641 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T21:48:46.641 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2024-01-18T21:48:46.641 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-01-18T21:48:46.641 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T21:48:46.641 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.merge_operator: 2024-01-18T21:48:46.641 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.compaction_filter: None 2024-01-18T21:48:46.641 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T21:48:46.641 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T21:48:46.641 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T21:48:46.641 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55dd3040a138) 2024-01-18T21:48:46.641 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: cache_index_and_filter_blocks: 1 2024-01-18T21:48:46.641 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: cache_index_and_filter_blocks_with_high_priority: 1 2024-01-18T21:48:46.641 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T21:48:46.642 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: pin_top_level_index_and_filter: 1 2024-01-18T21:48:46.642 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: index_type: 0 2024-01-18T21:48:46.642 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: data_block_index_type: 0 2024-01-18T21:48:46.642 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: data_block_hash_table_util_ratio: 0.750000 2024-01-18T21:48:46.642 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: hash_index_allow_collision: 1 2024-01-18T21:48:46.642 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: checksum: 1 2024-01-18T21:48:46.642 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: no_block_cache: 0 2024-01-18T21:48:46.642 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: block_cache: 0x55dd30444610 2024-01-18T21:48:46.642 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: block_cache_name: BinnedLRUCache 2024-01-18T21:48:46.642 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: block_cache_options: 2024-01-18T21:48:46.642 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: capacity : 536870912 2024-01-18T21:48:46.642 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: num_shard_bits : 4 2024-01-18T21:48:46.642 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: strict_capacity_limit : 0 2024-01-18T21:48:46.642 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: high_pri_pool_ratio: 0.000 2024-01-18T21:48:46.642 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: block_cache_compressed: (nil) 2024-01-18T21:48:46.643 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: persistent_cache: (nil) 2024-01-18T21:48:46.643 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: block_size: 4096 2024-01-18T21:48:46.643 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: block_size_deviation: 10 2024-01-18T21:48:46.643 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: block_restart_interval: 16 2024-01-18T21:48:46.643 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: index_block_restart_interval: 1 2024-01-18T21:48:46.643 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: metadata_block_size: 4096 2024-01-18T21:48:46.643 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: partition_filters: 0 2024-01-18T21:48:46.643 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: use_delta_encoding: 1 2024-01-18T21:48:46.643 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T21:48:46.643 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: whole_key_filtering: 1 2024-01-18T21:48:46.643 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: verify_compression: 0 2024-01-18T21:48:46.643 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: read_amp_bytes_per_bit: 0 2024-01-18T21:48:46.643 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: format_version: 2 2024-01-18T21:48:46.643 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: enable_index_compression: 1 2024-01-18T21:48:46.643 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: block_align: 0 2024-01-18T21:48:46.644 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T21:48:46.644 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T21:48:46.644 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.compression: NoCompression 2024-01-18T21:48:46.644 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T21:48:46.644 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T21:48:46.644 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T21:48:46.644 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.num_levels: 7 2024-01-18T21:48:46.644 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T21:48:46.644 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T21:48:46.644 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T21:48:46.644 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T21:48:46.644 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T21:48:46.644 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T21:48:46.644 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T21:48:46.645 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T21:48:46.645 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T21:48:46.645 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T21:48:46.646 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T21:48:46.646 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T21:48:46.646 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T21:48:46.646 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T21:48:46.646 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T21:48:46.646 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T21:48:46.646 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T21:48:46.646 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T21:48:46.646 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T21:48:46.646 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T21:48:46.646 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T21:48:46.646 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T21:48:46.646 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T21:48:46.646 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T21:48:46.647 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T21:48:46.647 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T21:48:46.647 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T21:48:46.647 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T21:48:46.647 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T21:48:46.647 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T21:48:46.647 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T21:48:46.647 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T21:48:46.647 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T21:48:46.647 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T21:48:46.647 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T21:48:46.647 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T21:48:46.647 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T21:48:46.647 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T21:48:46.647 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T21:48:46.647 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T21:48:46.648 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T21:48:46.648 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T21:48:46.648 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T21:48:46.648 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T21:48:46.648 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T21:48:46.648 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T21:48:46.648 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.table_properties_collectors: 2024-01-18T21:48:46.648 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T21:48:46.648 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T21:48:46.648 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T21:48:46.648 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T21:48:46.648 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T21:48:46.648 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.bloom_locality: 0 2024-01-18T21:48:46.648 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T21:48:46.649 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T21:48:46.649 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T21:48:46.649 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T21:48:46.649 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T21:48:46.649 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.566+0000 7f7ef80fb6c0 4 rocksdb: Options.ttl: 0 2024-01-18T21:48:46.649 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.567+0000 7f7ef80fb6c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-18T21:48:46.649 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.567+0000 7f7ef80fb6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 4 2024-01-18T21:48:46.649 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.567+0000 7f7ef80fb6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705614526567990, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-18T21:48:46.649 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.567+0000 7f7ef80fb6c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #6 mode 2 2024-01-18T21:48:46.649 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.567+0000 7f7ef80fb6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705614526568689, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 61863, "table_properties": {"data_size": 60185, "index_size": 283, "filter_size": 581, "raw_key_size": 8582, "raw_average_key_size": 47, "raw_value_size": 55259, "raw_average_value_size": 303, "num_data_blocks": 9, "num_entries": 182, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-01-18T21:48:46.649 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.567+0000 7f7ef80fb6c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 8 2024-01-18T21:48:46.649 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.568+0000 7f7ef80fb6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705614526569047, "job": 1, "event": "recovery_finished"} 2024-01-18T21:48:46.649 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.569+0000 7f7ef80fb6c0 4 rocksdb: DB pointer 0x55dd304e0400 2024-01-18T21:48:46.649 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.569+0000 7f7edf248700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-01-18T21:48:46.649 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.569+0000 7f7edf248700 4 rocksdb: [db/db_impl.cc:778] 2024-01-18T21:48:46.650 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: ** DB Stats ** 2024-01-18T21:48:46.650 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T21:48:46.650 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-18T21:48:46.650 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T21:48:46.650 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T21:48:46.650 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-18T21:48:46.650 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T21:48:46.650 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T21:48:46.650 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: ** Compaction Stats [default] ** 2024-01-18T21:48:46.650 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T21:48:46.650 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T21:48:46.650 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: L0 2/0 62.03 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.7 0.00 0.00 1 0.000 0 0 2024-01-18T21:48:46.650 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Sum 2/0 62.03 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.7 0.00 0.00 1 0.000 0 0 2024-01-18T21:48:46.650 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.7 0.00 0.00 1 0.000 0 0 2024-01-18T21:48:46.650 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: ** Compaction Stats [default] ** 2024-01-18T21:48:46.651 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T21:48:46.651 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T21:48:46.651 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 129.7 0.00 0.00 1 0.000 0 0 2024-01-18T21:48:46.651 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T21:48:46.651 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T21:48:46.651 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T21:48:46.651 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T21:48:46.651 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T21:48:46.651 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T21:48:46.651 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Cumulative compaction: 0.00 GB write, 22.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T21:48:46.651 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Interval compaction: 0.00 GB write, 22.31 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T21:48:46.651 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T21:48:46.651 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T21:48:46.651 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: ** Compaction Stats [default] ** 2024-01-18T21:48:46.651 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T21:48:46.651 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T21:48:46.652 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: L0 2/0 62.03 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.7 0.00 0.00 1 0.000 0 0 2024-01-18T21:48:46.652 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Sum 2/0 62.03 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.7 0.00 0.00 1 0.000 0 0 2024-01-18T21:48:46.652 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T21:48:46.652 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: ** Compaction Stats [default] ** 2024-01-18T21:48:46.652 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T21:48:46.652 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T21:48:46.652 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 129.7 0.00 0.00 1 0.000 0 0 2024-01-18T21:48:46.652 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T21:48:46.652 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-18T21:48:46.652 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T21:48:46.652 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T21:48:46.652 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T21:48:46.652 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T21:48:46.652 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Cumulative compaction: 0.00 GB write, 22.08 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T21:48:46.652 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T21:48:46.653 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T21:48:46.653 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T21:48:46.653 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.569+0000 7f7ef80fb6c0 0 starting mon.a rank 0 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-a fsid 49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:48:46.653 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.570+0000 7f7ef80fb6c0 1 mon.a@-1(???) e1 preinit fsid 49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:48:46.653 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.570+0000 7f7ef80fb6c0 0 mon.a@-1(???).mds e1 new map 2024-01-18T21:48:46.653 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.570+0000 7f7ef80fb6c0 0 mon.a@-1(???).mds e1 print_map 2024-01-18T21:48:46.653 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: e1 2024-01-18T21:48:46.653 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: enable_multiple, ever_enabled_multiple: 0,0 2024-01-18T21:48:46.653 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-18T21:48:46.653 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: legacy client fscid: -1 2024-01-18T21:48:46.653 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: 2024-01-18T21:48:46.653 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: No filesystems configured 2024-01-18T21:48:46.653 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.570+0000 7f7ef80fb6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T21:48:46.653 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.570+0000 7f7ef80fb6c0 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-18T21:48:46.653 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.570+0000 7f7ef80fb6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-18T21:48:46.654 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: audit 2024-01-18T21:48:44.675436+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.118:0/1696496862' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-18T21:48:46.654 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: audit 2024-01-18T21:48:44.677812+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.118:0/1696496862' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-18T21:48:46.654 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: audit 2024-01-18T21:48:45.469114+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.118:0/4159565826' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:48:46.654 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: debug 2024-01-18T21:48:46.571+0000 7f7ef80fb6c0 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-18T21:48:46.654 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: cluster 2024-01-18T21:48:46.587466+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-01-18T21:48:46.654 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: cluster 2024-01-18T21:48:46.587534+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0]} 2024-01-18T21:48:46.654 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: cluster 2024-01-18T21:48:46.587578+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-01-18T21:48:46.654 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: cluster 2024-01-18T21:48:46.587606+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-18T21:48:46.654 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:46 smithi118 bash[35127]: cluster 2024-01-18T21:48:46.587921+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-18T21:48:47.151 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Creating mgr... 2024-01-18T21:48:47.153 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-01-18T21:48:47.242 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mgr.y 2024-01-18T21:48:47.263 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mgr.y 2024-01-18T21:48:47.268 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mgr.y.service: Unit ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mgr.y.service not loaded. 2024-01-18T21:48:47.268 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mgr.y 2024-01-18T21:48:47.273 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-49a198c6-b64b-11ee-95ae-87774f69a715.target.wants/ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mgr.y.service → /etc/systemd/system/ceph-49a198c6-b64b-11ee-95ae-87774f69a715@.service. 2024-01-18T21:48:47.350 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl start ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mgr.y 2024-01-18T21:48:47.356 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:48:47 smithi118 systemd[1]: Starting Ceph mgr.y for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:48:47.386 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2024-01-18T21:48:47.395 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:systemctl:stdout disabled 2024-01-18T21:48:47.395 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2024-01-18T21:48:47.402 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-18T21:48:47.403 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:firewalld.service is not enabled 2024-01-18T21:48:47.403 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-18T21:48:47.403 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Wrote config to /etc/ceph/ceph.conf 2024-01-18T21:48:47.404 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Waiting for mgr to start... 2024-01-18T21:48:47.404 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Waiting for mgr... 2024-01-18T21:48:47.404 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-01-18T21:48:47.404 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-01-18T21:48:47.634 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:48:47 smithi118 podman[35343]: Error: no container with ID or name "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr.y" found: no such container 2024-01-18T21:48:47.634 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:48:47 smithi118 systemd[1]: Started Ceph mgr.y for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:48:47.839 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-18T21:48:47.839 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:47.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "49a198c6-b64b-11ee-95ae-87774f69a715", 2024-01-18T21:48:47.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-01-18T21:48:47.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-01-18T21:48:47.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-01-18T21:48:47.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-01-18T21:48:47.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:47.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-01-18T21:48:47.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-01-18T21:48:47.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-01-18T21:48:47.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:47.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-01-18T21:48:47.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-01-18T21:48:47.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:47.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 1, 2024-01-18T21:48:47.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-01-18T21:48:47.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-18T21:48:47.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-01-18T21:48:47.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-01-18T21:48:47.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:47.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-01-18T21:48:47.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-18T21:48:47.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-01-18T21:48:47.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-01-18T21:48:47.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-01-18T21:48:47.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-01-18T21:48:47.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-01-18T21:48:47.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-01-18T21:48:47.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:47.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-01-18T21:48:47.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-01-18T21:48:47.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-01-18T21:48:47.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-01-18T21:48:47.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-01-18T21:48:47.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-01-18T21:48:47.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-01-18T21:48:47.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-01-18T21:48:47.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-01-18T21:48:47.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:47.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-01-18T21:48:47.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-18T21:48:47.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-01-18T21:48:47.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-01-18T21:48:47.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:47.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-01-18T21:48:47.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-01-18T21:48:47.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-01-18T21:48:47.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-18T21:48:47.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-18T21:48:47.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-18T21:48:47.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:47.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-18T21:48:47.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:47.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-01-18T21:48:47.844 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-18T21:48:47.844 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-01-18T21:48:43.570262+0000", 2024-01-18T21:48:47.844 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-18T21:48:47.844 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:47.844 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-01-18T21:48:47.844 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:47.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:47 smithi118 bash[35127]: audit 2024-01-18T21:48:46.789626+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.118:0/2188664382' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]: dispatch 2024-01-18T21:48:47.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:47 smithi118 bash[35127]: audit 2024-01-18T21:48:46.791565+0000 mon.a (mon.0) 7 : audit [INF] from='client.? 172.21.15.118:0/2188664382' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]': finished 2024-01-18T21:48:48.225 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:mgr not available, waiting (1/10)... 2024-01-18T21:48:48.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:48 smithi118 bash[35127]: audit 2024-01-18T21:48:47.844018+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.118:0/3719420269' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T21:48:49.227 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-01-18T21:48:49.227 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-01-18T21:48:49.657 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-18T21:48:49.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:49.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "49a198c6-b64b-11ee-95ae-87774f69a715", 2024-01-18T21:48:49.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-01-18T21:48:49.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-01-18T21:48:49.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-01-18T21:48:49.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-01-18T21:48:49.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:49.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-01-18T21:48:49.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-01-18T21:48:49.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-01-18T21:48:49.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:49.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-01-18T21:48:49.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-01-18T21:48:49.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:49.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 3, 2024-01-18T21:48:49.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-01-18T21:48:49.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-18T21:48:49.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-01-18T21:48:49.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-01-18T21:48:49.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:49.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-01-18T21:48:49.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-18T21:48:49.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-01-18T21:48:49.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-01-18T21:48:49.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-01-18T21:48:49.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-01-18T21:48:49.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-01-18T21:48:49.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-01-18T21:48:49.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:49.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-01-18T21:48:49.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-01-18T21:48:49.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-01-18T21:48:49.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-01-18T21:48:49.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-01-18T21:48:49.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-01-18T21:48:49.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-01-18T21:48:49.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-01-18T21:48:49.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-01-18T21:48:49.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:49.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-01-18T21:48:49.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-18T21:48:49.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-01-18T21:48:49.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-01-18T21:48:49.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:49.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-01-18T21:48:49.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-01-18T21:48:49.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-01-18T21:48:49.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-18T21:48:49.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-18T21:48:49.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-18T21:48:49.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:49.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-18T21:48:49.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:49.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-01-18T21:48:49.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-18T21:48:49.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-01-18T21:48:43.570262+0000", 2024-01-18T21:48:49.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-18T21:48:49.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:49.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-01-18T21:48:49.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:49.945 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:49 smithi118 bash[35127]: audit 2024-01-18T21:48:49.657062+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.118:0/2335437266' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T21:48:50.017 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:mgr not available, waiting (2/10)... 2024-01-18T21:48:51.018 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-01-18T21:48:51.018 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-01-18T21:48:51.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:51 smithi118 bash[35127]: cluster 2024-01-18T21:48:51.225050+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon y 2024-01-18T21:48:51.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:51 smithi118 bash[35127]: cluster 2024-01-18T21:48:51.227540+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00257758s) 2024-01-18T21:48:51.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:51 smithi118 bash[35127]: audit 2024-01-18T21:48:51.228128+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.118:0/634755320' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T21:48:51.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:51 smithi118 bash[35127]: audit 2024-01-18T21:48:51.228249+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.118:0/634755320' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T21:48:51.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:51 smithi118 bash[35127]: audit 2024-01-18T21:48:51.228406+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.118:0/634755320' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T21:48:51.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:51 smithi118 bash[35127]: audit 2024-01-18T21:48:51.228795+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.118:0/634755320' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-18T21:48:51.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:51 smithi118 bash[35127]: audit 2024-01-18T21:48:51.229008+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.118:0/634755320' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-18T21:48:51.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:51 smithi118 bash[35127]: cluster 2024-01-18T21:48:51.230718+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon y is now available 2024-01-18T21:48:51.881 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-18T21:48:51.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:51.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "49a198c6-b64b-11ee-95ae-87774f69a715", 2024-01-18T21:48:51.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-01-18T21:48:51.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-01-18T21:48:51.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-01-18T21:48:51.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-01-18T21:48:51.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:51.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-01-18T21:48:51.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-01-18T21:48:51.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-01-18T21:48:51.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:51.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-01-18T21:48:51.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-01-18T21:48:51.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:51.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 5, 2024-01-18T21:48:51.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-01-18T21:48:51.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-18T21:48:51.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-01-18T21:48:51.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-01-18T21:48:51.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:51.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-01-18T21:48:51.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 2, 2024-01-18T21:48:51.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-01-18T21:48:51.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-01-18T21:48:51.886 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-01-18T21:48:51.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-01-18T21:48:51.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-01-18T21:48:51.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-01-18T21:48:51.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:51.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-01-18T21:48:51.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-01-18T21:48:51.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-01-18T21:48:51.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-01-18T21:48:51.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-01-18T21:48:51.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-01-18T21:48:51.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-01-18T21:48:51.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-01-18T21:48:51.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-01-18T21:48:51.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:51.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-01-18T21:48:51.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-18T21:48:51.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-01-18T21:48:51.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-01-18T21:48:51.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:51.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-01-18T21:48:51.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-01-18T21:48:51.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-01-18T21:48:51.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-18T21:48:51.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-18T21:48:51.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-18T21:48:51.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:51.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-18T21:48:51.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:51.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-01-18T21:48:51.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-18T21:48:51.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-01-18T21:48:43.570262+0000", 2024-01-18T21:48:51.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-18T21:48:51.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:51.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-01-18T21:48:51.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:52.208 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:mgr not available, waiting (3/10)... 2024-01-18T21:48:52.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:52 smithi118 bash[35127]: audit 2024-01-18T21:48:51.239346+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.118:0/634755320' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-01-18T21:48:52.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:52 smithi118 bash[35127]: audit 2024-01-18T21:48:51.468781+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.118:0/634755320' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-01-18T21:48:52.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:52 smithi118 bash[35127]: cluster 2024-01-18T21:48:51.468825+0000 mon.a (mon.0) 20 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-18T21:48:52.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:52 smithi118 bash[35127]: audit 2024-01-18T21:48:51.471656+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.118:0/634755320' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T21:48:52.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:52 smithi118 bash[35127]: audit 2024-01-18T21:48:51.475845+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.118:0/634755320' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"65782b96-e08a-4bab-8349-6662b0fbe01f"}]: dispatch 2024-01-18T21:48:52.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:52 smithi118 bash[35127]: audit 2024-01-18T21:48:51.477331+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.118:0/634755320' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"65782b96-e08a-4bab-8349-6662b0fbe01f"}]': finished 2024-01-18T21:48:52.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:52 smithi118 bash[35127]: audit 2024-01-18T21:48:51.477629+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.118:0/634755320' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"e2eb1370-25dd-49fc-a063-dcb80b21c054"}]: dispatch 2024-01-18T21:48:52.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:52 smithi118 bash[35127]: audit 2024-01-18T21:48:51.478825+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.118:0/634755320' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"e2eb1370-25dd-49fc-a063-dcb80b21c054"}]': finished 2024-01-18T21:48:52.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:52 smithi118 bash[35127]: audit 2024-01-18T21:48:51.884823+0000 mon.a (mon.0) 26 : audit [DBG] from='client.? 172.21.15.118:0/827318404' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T21:48:52.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:52 smithi118 bash[35127]: cluster 2024-01-18T21:48:52.230112+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e3: y(active, since 1.00516s) 2024-01-18T21:48:53.210 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-01-18T21:48:53.210 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-01-18T21:48:53.721 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-18T21:48:53.721 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:53.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "49a198c6-b64b-11ee-95ae-87774f69a715", 2024-01-18T21:48:53.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-01-18T21:48:53.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-01-18T21:48:53.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-01-18T21:48:53.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-01-18T21:48:53.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:53.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-01-18T21:48:53.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-01-18T21:48:53.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-01-18T21:48:53.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:53.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-01-18T21:48:53.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-01-18T21:48:53.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:53.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 7, 2024-01-18T21:48:53.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-01-18T21:48:53.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-18T21:48:53.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-01-18T21:48:53.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-01-18T21:48:53.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:53.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-01-18T21:48:53.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 3, 2024-01-18T21:48:53.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-01-18T21:48:53.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-01-18T21:48:53.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-01-18T21:48:53.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-01-18T21:48:53.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-01-18T21:48:53.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-01-18T21:48:53.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:53.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-01-18T21:48:53.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-01-18T21:48:53.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-01-18T21:48:53.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-01-18T21:48:53.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-01-18T21:48:53.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-01-18T21:48:53.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-01-18T21:48:53.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-01-18T21:48:53.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-01-18T21:48:53.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:53.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-01-18T21:48:53.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-18T21:48:53.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-01-18T21:48:53.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-01-18T21:48:53.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:53.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-01-18T21:48:53.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-01-18T21:48:53.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-01-18T21:48:53.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-18T21:48:53.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-18T21:48:53.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-18T21:48:53.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:53.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-18T21:48:53.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:53.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-01-18T21:48:53.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-18T21:48:53.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-01-18T21:48:43.570262+0000", 2024-01-18T21:48:53.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-18T21:48:53.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:53.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-01-18T21:48:53.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:53.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:53 smithi118 bash[35127]: audit 2024-01-18T21:48:52.471075+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.118:0/634755320' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-18T21:48:53.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:53 smithi118 bash[35127]: cluster 2024-01-18T21:48:52.471109+0000 mon.a (mon.0) 29 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-18T21:48:53.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:53 smithi118 bash[35127]: audit 2024-01-18T21:48:52.475112+0000 mon.a (mon.0) 30 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-18T21:48:53.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:53 smithi118 bash[35127]: audit 2024-01-18T21:48:52.948303+0000 mon.a (mon.0) 31 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-18T21:48:54.058 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Enabling cephadm module... 2024-01-18T21:48:54.058 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'cephadm'] 2024-01-18T21:48:54.058 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable cephadm 2024-01-18T21:48:54.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:54 smithi118 bash[35127]: cluster 2024-01-18T21:48:53.476060+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e4: y(active, since 2s) 2024-01-18T21:48:54.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:54 smithi118 bash[35127]: audit 2024-01-18T21:48:53.722122+0000 mon.a (mon.0) 33 : audit [DBG] from='client.? 172.21.15.118:0/1807306879' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-18T21:48:55.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:55 smithi118 bash[35127]: audit 2024-01-18T21:48:54.552955+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.118:0/2076208289' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-18T21:48:55.739 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:48:55 smithi118 bash[35359]: ignoring --setuser ceph since I am not root 2024-01-18T21:48:55.739 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:48:55 smithi118 bash[35359]: ignoring --setgroup ceph since I am not root 2024-01-18T21:48:55.824 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-01-18T21:48:55.825 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-01-18T21:48:56.605 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.605 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 5, 2024-01-18T21:48:56.605 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14100, 2024-01-18T21:48:56.605 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-01-18T21:48:56.605 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-01-18T21:48:56.605 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-18T21:48:56.605 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.605 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-18T21:48:56.605 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.118:6800", 2024-01-18T21:48:56.605 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 733986471 2024-01-18T21:48:56.605 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.605 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.606 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-01-18T21:48:56.606 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.118:6801", 2024-01-18T21:48:56.606 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 733986471 2024-01-18T21:48:56.606 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.606 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-18T21:48:56.606 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.606 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.118:6801/733986471", 2024-01-18T21:48:56.606 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-01-18T21:48:51.224949+0000", 2024-01-18T21:48:56.606 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-01-18T21:48:56.606 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-01-18T21:48:56.606 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-01-18T21:48:56.606 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-18T21:48:56.606 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-01-18T21:48:56.606 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-18T21:48:56.606 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-18T21:48:56.607 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.607 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-01-18T21:48:56.607 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.607 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-01-18T21:48:56.607 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.607 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.607 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.607 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-18T21:48:56.607 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-18T21:48:56.607 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:48:56.607 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.607 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.607 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-18T21:48:56.607 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.607 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.608 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.608 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-01-18T21:48:56.608 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.608 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.608 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.608 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.608 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.608 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.608 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.608 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.608 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.608 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.608 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.608 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.608 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.609 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.609 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.609 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.609 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.609 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.609 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.609 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.609 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.609 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.609 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.609 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.609 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.609 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.609 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.609 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.609 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.610 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.610 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.610 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.610 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.610 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.610 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.610 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.610 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.610 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.610 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.610 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.610 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.610 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.610 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.610 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.611 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.611 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.611 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.611 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.611 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.611 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.611 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.611 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.611 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.611 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.611 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.611 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.611 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.611 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.611 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.612 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.612 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.612 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.612 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.612 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.612 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.612 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.612 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.612 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.612 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.612 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.612 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.612 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.612 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.612 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.613 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-01-18T21:48:56.613 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-01-18T21:48:56.613 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.613 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.613 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.613 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.613 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.613 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.613 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.613 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-01-18T21:48:56.613 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.613 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.613 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.613 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.613 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-01-18T21:48:56.614 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-01-18T21:48:56.614 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.614 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.614 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.614 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-01-18T21:48:56.614 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.614 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.614 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.614 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-01-18T21:48:56.614 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.614 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.614 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.614 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.614 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-01-18T21:48:56.614 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-01-18T21:48:56.615 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.615 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.615 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.615 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.615 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.615 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.615 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.615 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-01-18T21:48:56.615 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.615 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.615 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.615 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.615 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-01-18T21:48:56.615 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-01-18T21:48:56.615 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.615 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.616 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.616 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.616 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.616 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.616 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.616 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-01-18T21:48:56.616 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.616 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.616 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.616 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.616 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-01-18T21:48:56.616 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-01-18T21:48:56.616 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.616 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.616 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.617 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-01-18T21:48:56.617 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.617 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.617 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.617 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-01-18T21:48:56.617 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.617 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.617 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.617 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.617 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-01-18T21:48:56.617 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-01-18T21:48:56.617 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.617 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.617 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.617 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.617 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.618 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.618 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.618 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-01-18T21:48:56.618 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.618 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.618 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.618 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.618 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-01-18T21:48:56.618 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-01-18T21:48:56.618 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.618 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.618 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.618 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.618 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.618 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.618 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.619 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-01-18T21:48:56.619 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.619 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.619 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.619 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.619 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-01-18T21:48:56.619 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-01-18T21:48:56.619 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.619 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.619 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.619 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.619 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.619 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.619 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.619 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-01-18T21:48:56.619 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.620 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.620 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.620 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.620 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.620 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.620 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.620 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-01-18T21:48:56.620 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.620 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.620 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.620 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-01-18T21:48:56.620 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-01-18T21:48:56.620 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.620 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.620 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.621 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.621 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.621 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.621 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.621 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-01-18T21:48:56.621 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.621 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.621 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.621 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.621 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-01-18T21:48:56.621 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-01-18T21:48:56.621 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.621 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.621 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.621 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-01-18T21:48:56.622 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.622 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.622 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.622 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-01-18T21:48:56.622 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-18T21:48:56.622 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.622 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.622 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.622 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-01-18T21:48:56.622 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-01-18T21:48:56.622 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-18T21:48:56.622 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.622 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.622 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-18T21:48:56.622 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-01-18T21:48:56.622 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-01-18T21:48:56.623 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.623 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-01-18T21:48:56.623 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-18T21:48:56.623 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.623 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.623 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.623 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-01-18T21:48:56.623 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-01-18T21:48:56.623 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-18T21:48:56.623 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.623 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.623 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-01-18T21:48:56.623 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-01-18T21:48:56.623 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-01-18T21:48:56.623 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.624 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-01-18T21:48:56.624 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.624 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.624 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.624 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.624 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-01-18T21:48:56.624 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-01-18T21:48:56.624 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.624 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.624 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.624 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-01-18T21:48:56.624 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.624 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.624 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.624 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-01-18T21:48:56.624 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2024-01-18T21:48:56.625 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.625 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.625 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.625 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-01-18T21:48:56.625 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-01-18T21:48:56.625 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-18T21:48:56.625 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.625 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.625 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-01-18T21:48:56.625 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-01-18T21:48:56.625 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-01-18T21:48:56.625 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.625 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-01-18T21:48:56.625 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-01-18T21:48:56.625 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.626 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.626 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.626 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-01-18T21:48:56.626 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-01-18T21:48:56.626 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.626 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.626 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.626 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-01-18T21:48:56.626 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.626 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.626 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.626 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-01-18T21:48:56.626 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-18T21:48:56.626 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.626 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.626 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-01-18T21:48:56.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-01-18T21:48:56.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-18T21:48:56.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-01-18T21:48:56.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-01-18T21:48:56.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-01-18T21:48:56.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-01-18T21:48:56.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-18T21:48:56.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.630 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.630 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.630 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.630 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.630 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.630 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.630 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.630 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.630 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.630 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.630 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.630 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.630 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.630 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.630 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.631 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.631 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.631 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.631 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.631 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.631 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.631 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.631 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.631 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.631 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.631 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.631 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.631 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.631 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.631 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.631 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.632 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.632 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.632 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.632 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.632 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.632 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.632 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.632 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-01-18T21:48:56.632 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-01-18T21:48:56.632 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-18T21:48:56.632 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.632 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.632 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-18T21:48:56.632 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.632 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.632 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.633 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-01-18T21:48:56.633 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.633 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.633 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.633 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.633 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-01-18T21:48:56.633 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-01-18T21:48:56.633 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.633 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.633 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.633 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-01-18T21:48:56.633 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.633 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.633 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.633 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-01-18T21:48:56.633 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-01-18T21:48:56.634 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-01-18T21:48:56.634 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.634 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-01-18T21:48:56.634 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.634 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.634 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.634 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.634 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-01-18T21:48:56.634 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-01-18T21:48:56.634 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.634 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.634 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.634 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.634 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.634 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.634 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.635 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-01-18T21:48:56.635 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.635 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.635 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.635 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.635 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-18T21:48:56.635 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-18T21:48:56.635 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:48:56.635 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.635 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.635 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-18T21:48:56.635 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.635 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.635 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.635 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-01-18T21:48:56.636 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.636 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.636 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.636 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.636 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-01-18T21:48:56.636 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-01-18T21:48:56.636 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.636 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.636 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.636 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-18T21:48:56.636 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-01-18T21:48:56.636 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.636 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.636 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-01-18T21:48:56.636 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-01-18T21:48:56.637 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.637 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.637 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.637 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-01-18T21:48:56.637 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-01-18T21:48:56.637 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-18T21:48:56.637 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.637 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.637 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-18T21:48:56.637 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.637 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.637 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.637 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-01-18T21:48:56.637 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.637 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.637 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.638 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.638 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.638 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.638 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.638 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-01-18T21:48:56.638 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.638 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.638 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.638 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-01-18T21:48:56.638 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-01-18T21:48:56.638 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.638 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.638 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.638 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.638 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.638 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.639 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.639 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-01-18T21:48:56.639 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.", 2024-01-18T21:48:56.639 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.639 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.639 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.639 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-01-18T21:48:56.639 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-01-18T21:48:56.639 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.639 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.639 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.639 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-01-18T21:48:56.639 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.639 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.639 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.640 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-01-18T21:48:56.640 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.640 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.640 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.640 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.640 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-01-18T21:48:56.640 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-01-18T21:48:56.640 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:48:56.640 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.640 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.640 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-18T21:48:56.640 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.640 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.640 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.640 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-01-18T21:48:56.640 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.641 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.641 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.641 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.641 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-01-18T21:48:56.641 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-01-18T21:48:56.641 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:48:56.641 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.641 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.641 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-01-18T21:48:56.641 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.641 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.641 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.641 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-01-18T21:48:56.641 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.641 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.641 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.642 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.642 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-01-18T21:48:56.642 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-01-18T21:48:56.642 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:48:56.642 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.642 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.642 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-18T21:48:56.642 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.642 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.642 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.642 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-01-18T21:48:56.642 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.642 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.642 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.642 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.643 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.643 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.643 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.643 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.643 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.643 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.643 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.643 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.643 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.643 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.643 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.643 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.643 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.643 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.643 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.643 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.644 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.644 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.644 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.644 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.644 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.644 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.644 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.644 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.644 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.644 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.644 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.644 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.644 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.644 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.644 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-01-18T21:48:56.645 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.645 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.645 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.645 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.645 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.645 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.645 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.645 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.645 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.645 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.645 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.645 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.645 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.645 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.646 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.646 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.646 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.646 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.646 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.646 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.646 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.646 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.646 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.646 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.646 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.646 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.646 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.646 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.646 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.646 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.647 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.647 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.647 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.647 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.647 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.647 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.647 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.647 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.647 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.647 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-01-18T21:48:56.647 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-01-18T21:48:56.647 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.647 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.647 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.647 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-01-18T21:48:56.648 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.648 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.648 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.648 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-01-18T21:48:56.648 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-01-18T21:48:56.648 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.648 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-01-18T21:48:56.648 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.648 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.648 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.648 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.648 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-01-18T21:48:56.648 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-01-18T21:48:56.648 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.648 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.649 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.649 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-18T21:48:56.649 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.649 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.649 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.649 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-01-18T21:48:56.649 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.649 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.649 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.649 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.649 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-01-18T21:48:56.649 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-01-18T21:48:56.649 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.649 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.649 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.650 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.650 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.650 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.650 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.650 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-01-18T21:48:56.650 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.650 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.650 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.650 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.650 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-01-18T21:48:56.650 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-01-18T21:48:56.650 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.650 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.650 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.650 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.650 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.651 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.651 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.651 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-01-18T21:48:56.651 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.651 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.651 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.651 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.651 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-01-18T21:48:56.651 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-01-18T21:48:56.651 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.651 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.651 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.651 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.651 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.651 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.652 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.652 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2024-01-18T21:48:56.652 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.652 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.652 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.652 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.652 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.652 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.652 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.652 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-01-18T21:48:56.652 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.652 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.652 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.652 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.652 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.652 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.653 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.653 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.653 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.653 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.653 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.653 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.653 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.653 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.653 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.653 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.653 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.653 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.653 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.653 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.653 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.654 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.654 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.654 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.654 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.654 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.654 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.654 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.654 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.654 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.654 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.654 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.654 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.654 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.654 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.654 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.654 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.655 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.655 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.655 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.655 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.655 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.655 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.655 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.655 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.655 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.655 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.655 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.655 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.655 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.655 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.655 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.655 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.656 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.656 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.656 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.656 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.656 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.656 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.656 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.656 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.656 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.656 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.656 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.656 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.656 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.656 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.656 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.657 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.657 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.657 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.657 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.657 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.657 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-01-18T21:48:56.657 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-01-18T21:48:56.657 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:48:56.657 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.657 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.657 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-01-18T21:48:56.657 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.657 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.657 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.657 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-01-18T21:48:56.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-01-18T21:48:56.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-01-18T21:48:56.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:48:56.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-01-18T21:48:56.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-01-18T21:48:56.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.658 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-01-18T21:48:56.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-01-18T21:48:56.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-01-18T21:48:56.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.659 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-01-18T21:48:56.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-01-18T21:48:56.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.660 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-01-18T21:48:56.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-01-18T21:48:56.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.661 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.662 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.662 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.662 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.662 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.662 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-01-18T21:48:56.662 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-01-18T21:48:56.662 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.662 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.662 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.662 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.662 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.662 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.662 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.662 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.662 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.663 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.663 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.663 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.663 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-01-18T21:48:56.663 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-01-18T21:48:56.663 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.663 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.663 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.663 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.663 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.663 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.663 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.663 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.663 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.663 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.663 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.664 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.664 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-01-18T21:48:56.664 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-01-18T21:48:56.664 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.664 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.664 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.664 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.664 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.664 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.664 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.664 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.664 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.664 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.664 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.665 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.665 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-01-18T21:48:56.665 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-01-18T21:48:56.665 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.665 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.665 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.665 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.665 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.665 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.665 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.665 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.665 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.665 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.665 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.665 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.666 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-01-18T21:48:56.666 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-01-18T21:48:56.666 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.666 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.666 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.666 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.666 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.666 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.666 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.666 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.666 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.666 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.666 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.666 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.666 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-01-18T21:48:56.667 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-01-18T21:48:56.667 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.667 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.667 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.667 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.667 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.667 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.667 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.667 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.667 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.667 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.667 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.667 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.667 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-01-18T21:48:56.667 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-01-18T21:48:56.667 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.668 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.668 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.668 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.668 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.668 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.668 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.668 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.668 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.668 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.668 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.668 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.668 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-01-18T21:48:56.668 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-01-18T21:48:56.668 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.668 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.669 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.669 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.669 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.669 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.669 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.669 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.669 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.669 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.669 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.669 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.669 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-01-18T21:48:56.669 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-01-18T21:48:56.669 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.669 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.669 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.670 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-18T21:48:56.670 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.670 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.670 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.670 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.670 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.670 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.670 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.670 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.670 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-01-18T21:48:56.670 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-01-18T21:48:56.670 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.670 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.670 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.670 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.670 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.671 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.671 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.671 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.671 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.671 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.671 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.671 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.671 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-01-18T21:48:56.671 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-01-18T21:48:56.671 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.671 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.671 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.671 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.671 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.671 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.672 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.672 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.672 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.672 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.672 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.672 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.672 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-01-18T21:48:56.672 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-01-18T21:48:56.672 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.672 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.672 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.672 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-18T21:48:56.672 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.672 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.672 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.673 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.673 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.673 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.673 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.673 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.673 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-01-18T21:48:56.673 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-01-18T21:48:56.673 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.673 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.673 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.673 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.673 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.673 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.673 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.673 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.674 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.674 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.674 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.674 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.674 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-01-18T21:48:56.674 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-01-18T21:48:56.674 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.674 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.674 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.674 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.674 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.674 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.674 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.674 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.674 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.674 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.675 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.675 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.675 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-01-18T21:48:56.675 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-01-18T21:48:56.675 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.675 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.675 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.675 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.675 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.675 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.675 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.675 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.675 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.675 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.675 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.675 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-01-18T21:48:56.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-01-18T21:48:56.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.676 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-01-18T21:48:56.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-01-18T21:48:56.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-01-18T21:48:56.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-01-18T21:48:56.677 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.678 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.678 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.678 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.678 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.678 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.678 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.678 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.678 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.678 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.678 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.678 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.678 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-01-18T21:48:56.678 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-01-18T21:48:56.678 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.678 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.678 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.679 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.679 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.679 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.679 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.679 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.679 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.679 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.679 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.679 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.679 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-01-18T21:48:56.679 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-01-18T21:48:56.679 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.679 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.679 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.679 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.680 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.680 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.680 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.680 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.680 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.680 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.680 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.680 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.680 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-01-18T21:48:56.680 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-01-18T21:48:56.680 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.680 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.680 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.680 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.680 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.681 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.681 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.681 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.681 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.681 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.681 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.681 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.681 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-01-18T21:48:56.681 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-01-18T21:48:56.681 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.681 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.681 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.681 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.681 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.681 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.681 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.682 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.682 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.682 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.682 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.682 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.682 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-01-18T21:48:56.682 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-01-18T21:48:56.682 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.682 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.682 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.682 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.682 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.682 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.682 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.682 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.683 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.683 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.683 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.683 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.683 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-01-18T21:48:56.683 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-01-18T21:48:56.683 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.683 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.683 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.683 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-01-18T21:48:56.683 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.683 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.683 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.683 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.683 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.683 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.684 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.684 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.684 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-01-18T21:48:56.684 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-01-18T21:48:56.684 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.684 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.684 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.684 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-18T21:48:56.684 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.684 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.684 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.684 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.684 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.684 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.684 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.685 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.685 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-01-18T21:48:56.685 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-01-18T21:48:56.685 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.685 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.685 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.685 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-01-18T21:48:56.685 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.685 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.685 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.685 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.685 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.685 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.685 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.685 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.685 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-01-18T21:48:56.686 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-01-18T21:48:56.686 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.686 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.686 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.686 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-01-18T21:48:56.686 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.686 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.686 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.686 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.686 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.686 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.686 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.686 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.686 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-01-18T21:48:56.686 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-01-18T21:48:56.687 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.687 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.687 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.687 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.687 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.687 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.687 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.687 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.687 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.687 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.687 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.687 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.687 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-01-18T21:48:56.687 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-01-18T21:48:56.687 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.687 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.688 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.688 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-18T21:48:56.688 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.688 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.688 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.688 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.688 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.688 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.688 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.688 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.688 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-01-18T21:48:56.688 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-01-18T21:48:56.688 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.688 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.688 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.689 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.689 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.689 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.689 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.689 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.689 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.689 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.689 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.689 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.689 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-01-18T21:48:56.689 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-01-18T21:48:56.689 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.689 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.689 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.689 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-01-18T21:48:56.689 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.690 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.690 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.690 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.690 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.690 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.690 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.690 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.690 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-01-18T21:48:56.690 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-01-18T21:48:56.690 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.690 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.690 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.690 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-01-18T21:48:56.690 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.690 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.690 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.691 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.691 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.691 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.691 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.691 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.691 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-01-18T21:48:56.691 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-01-18T21:48:56.691 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.691 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.691 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.691 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.691 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.691 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.691 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.691 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.692 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.692 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.692 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.692 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.692 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-01-18T21:48:56.692 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-01-18T21:48:56.692 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.692 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.692 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.692 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.692 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.692 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.692 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.692 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.692 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.693 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.693 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.693 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.693 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-01-18T21:48:56.693 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-01-18T21:48:56.693 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.693 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.693 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.693 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.693 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.693 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.693 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.693 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.693 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.693 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.693 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.694 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.694 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-01-18T21:48:56.694 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-01-18T21:48:56.694 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.694 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.694 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.694 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-18T21:48:56.694 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.694 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.694 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.694 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.694 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.694 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.694 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.694 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.695 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-01-18T21:48:56.695 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-01-18T21:48:56.695 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.695 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.695 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.695 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-18T21:48:56.695 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.695 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.695 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.695 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.695 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.695 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.695 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.695 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.695 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-01-18T21:48:56.695 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-01-18T21:48:56.696 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.696 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.696 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.696 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-18T21:48:56.696 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.696 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.696 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.696 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.696 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.696 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.696 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.696 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.696 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-01-18T21:48:56.696 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-01-18T21:48:56.697 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.697 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.697 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.697 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.697 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.697 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.697 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.697 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.697 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.697 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.697 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.697 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.697 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-01-18T21:48:56.697 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-01-18T21:48:56.697 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.697 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.698 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.698 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.698 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.698 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.698 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.698 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-01-18T21:48:56.698 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.698 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.698 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.698 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.698 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-01-18T21:48:56.698 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-01-18T21:48:56.698 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.698 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.698 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.698 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-01-18T21:48:56.699 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.699 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.699 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.699 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.699 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.699 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.699 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.699 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.699 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-01-18T21:48:56.699 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-01-18T21:48:56.699 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.699 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.699 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.699 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.699 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.700 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.700 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.700 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.700 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.700 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.700 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.700 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.700 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.700 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.700 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.700 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.700 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.700 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.700 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.700 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.700 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.701 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.701 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.701 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.701 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.701 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.701 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.701 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.701 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.701 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.701 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.701 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.701 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.701 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.701 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.701 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.702 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.702 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.702 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.702 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.702 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.702 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.702 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.702 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.702 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.702 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.702 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.702 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.702 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.702 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.702 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.703 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.703 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.703 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.703 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.703 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.703 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.703 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.703 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.703 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.703 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.703 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.703 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.703 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.703 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.703 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.703 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.704 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.704 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.704 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.704 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.704 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.704 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.704 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.704 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.704 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.704 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.704 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.704 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.704 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.704 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.705 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.705 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-01-18T21:48:56.705 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-01-18T21:48:56.705 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.705 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.705 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.705 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.705 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.705 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.705 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.705 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.705 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.705 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.705 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.705 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.705 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-18T21:48:56.706 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-18T21:48:56.706 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.706 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.706 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.706 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-01-18T21:48:56.706 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.706 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.706 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.706 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.706 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.706 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.706 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.706 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.706 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-18T21:48:56.706 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-18T21:48:56.707 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.707 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.707 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.707 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-01-18T21:48:56.707 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.707 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.707 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.707 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.707 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.707 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.707 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.707 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.707 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-01-18T21:48:56.707 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-01-18T21:48:56.707 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.707 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.708 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.708 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.708 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.708 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.708 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.708 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.708 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.708 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.708 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.708 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.708 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-01-18T21:48:56.708 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-01-18T21:48:56.708 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.708 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.708 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.709 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-01-18T21:48:56.709 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.709 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.709 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.709 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.709 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.709 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.709 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.709 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.709 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-01-18T21:48:56.709 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-01-18T21:48:56.709 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.709 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.709 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.709 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-01-18T21:48:56.710 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.710 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.710 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.710 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.710 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-01-18T21:48:56.710 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.710 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.710 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.710 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.710 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.710 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.710 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-01-18T21:48:56.710 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-01-18T21:48:56.710 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.710 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.711 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.711 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-01-18T21:48:56.711 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-01-18T21:48:56.711 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-01-18T21:48:56.711 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.711 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.711 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.711 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.711 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.711 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.711 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-01-18T21:48:56.711 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-01-18T21:48:56.711 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.711 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.711 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.711 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.712 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.712 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.712 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.712 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.712 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.712 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.712 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.712 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.712 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-01-18T21:48:56.712 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-01-18T21:48:56.712 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.712 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.712 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.712 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.712 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.713 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.713 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.713 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.713 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.713 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.713 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.713 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.713 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.713 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.713 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.713 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-01-18T21:48:56.713 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.713 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.713 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.713 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-01-18T21:48:56.714 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-01-18T21:48:56.714 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.714 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.714 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.714 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.714 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.714 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.714 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.714 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-01-18T21:48:56.714 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.714 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.714 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.714 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.714 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.714 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.714 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.715 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.715 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.715 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.715 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.715 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.715 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.715 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.715 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.715 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.715 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.715 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.715 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.715 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.715 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.715 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.715 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.716 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.716 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.716 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.716 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.716 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.716 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.716 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.716 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.716 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.716 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.716 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.716 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.716 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.716 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.716 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.717 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.717 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.717 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.717 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.717 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.717 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.717 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.717 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.717 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.717 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.717 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.717 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.717 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.717 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.717 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.718 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.718 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.718 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.718 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.718 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.718 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.718 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.718 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.718 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.718 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.718 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.718 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.718 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.718 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.718 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.719 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.719 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.719 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.719 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.719 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.719 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.719 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-01-18T21:48:56.719 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-01-18T21:48:56.719 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:48:56.719 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.719 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.719 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-01-18T21:48:56.719 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.719 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.719 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.719 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-01-18T21:48:56.719 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.720 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.720 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.720 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.720 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-01-18T21:48:56.720 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-01-18T21:48:56.720 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.720 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.720 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.720 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-01-18T21:48:56.720 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.720 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.720 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.720 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-01-18T21:48:56.720 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.721 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.721 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.721 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.721 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-01-18T21:48:56.721 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-01-18T21:48:56.721 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:48:56.721 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.721 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.721 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-01-18T21:48:56.721 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.721 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.721 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.721 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-01-18T21:48:56.721 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.721 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.721 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-01-18T21:48:56.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-01-18T21:48:56.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:48:56.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-01-18T21:48:56.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-01-18T21:48:56.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.722 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-01-18T21:48:56.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-01-18T21:48:56.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-01-18T21:48:56.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.723 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-18T21:48:56.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-18T21:48:56.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:48:56.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-18T21:48:56.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-01-18T21:48:56.724 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-01-18T21:48:56.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-01-18T21:48:56.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:48:56.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-01-18T21:48:56.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-01-18T21:48:56.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.725 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-01-18T21:48:56.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.726 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.727 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.727 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.727 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.727 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.727 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.727 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.727 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.727 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.727 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.727 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.727 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.727 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.727 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.727 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.727 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.727 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.728 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.728 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.728 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.728 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.728 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.728 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.728 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.728 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.728 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.728 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.728 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.728 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.728 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.728 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.728 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.729 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.729 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.729 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.729 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.729 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.729 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.729 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.729 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.729 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.729 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.729 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.729 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.729 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.729 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.729 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.730 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.730 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.730 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.730 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.730 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.730 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.730 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.730 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.730 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.730 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.730 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.730 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.730 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.730 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.730 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.731 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.731 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.731 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-01-18T21:48:56.731 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-01-18T21:48:56.731 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.731 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.731 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.731 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-01-18T21:48:56.731 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.731 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.731 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.731 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.731 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.731 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.731 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.731 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.732 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-01-18T21:48:56.732 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-01-18T21:48:56.732 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.732 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.732 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.732 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-01-18T21:48:56.732 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.732 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.732 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.732 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.732 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.732 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.732 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.733 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.733 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-18T21:48:56.733 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-18T21:48:56.733 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.733 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.733 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.733 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-18T21:48:56.733 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.733 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.733 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.733 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.733 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.733 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.733 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.733 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.734 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.734 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.734 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.734 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-01-18T21:48:56.734 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-01-18T21:48:56.734 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-01-18T21:48:56.734 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.734 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-01-18T21:48:56.734 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-01-18T21:48:56.734 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.734 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.734 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.734 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-01-18T21:48:56.734 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.734 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.735 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.735 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.735 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.735 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.735 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.735 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.735 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-01-18T21:48:56.735 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-01-18T21:48:56.735 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.735 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.735 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.735 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-01-18T21:48:56.735 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.735 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.735 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.735 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.736 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.736 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.736 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.736 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.736 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-01-18T21:48:56.736 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-01-18T21:48:56.736 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.736 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.736 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.736 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-18T21:48:56.736 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.736 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.736 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.736 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.737 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.737 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.737 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.737 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.737 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-18T21:48:56.737 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-18T21:48:56.737 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.737 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.737 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.737 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-01-18T21:48:56.737 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.737 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.737 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.737 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.737 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.737 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.737 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.738 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.738 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.738 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.738 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.738 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.738 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.738 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.738 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.738 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.738 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.738 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.738 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.738 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.738 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.738 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.739 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.739 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.739 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.739 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.739 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.739 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.739 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.739 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.739 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.739 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.739 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.739 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.739 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.739 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.739 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.739 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.740 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.740 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.740 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.740 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.740 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.740 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.740 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.740 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.740 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.740 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.740 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.740 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.740 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.740 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.741 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.741 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.741 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.741 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.741 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.741 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.741 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.741 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.741 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.741 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.741 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.741 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.741 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.741 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.741 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.742 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.742 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.742 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.742 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.742 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.742 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.742 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.742 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.742 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.742 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.742 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.742 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-01-18T21:48:56.742 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-01-18T21:48:56.742 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.742 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.743 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.743 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-18T21:48:56.743 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.743 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.743 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.743 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.743 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.743 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.743 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.743 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.743 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-01-18T21:48:56.743 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-01-18T21:48:56.743 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.743 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.743 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.744 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-01-18T21:48:56.744 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.744 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.744 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.744 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.744 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.744 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.744 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.744 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.744 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-01-18T21:48:56.744 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-01-18T21:48:56.744 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.744 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.744 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.744 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-01-18T21:48:56.745 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.745 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.745 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.745 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.745 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.745 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.745 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.745 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.745 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-01-18T21:48:56.745 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-01-18T21:48:56.745 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.745 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.745 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.745 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-18T21:48:56.745 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.746 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.746 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.746 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.746 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.746 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.746 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.746 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.746 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-01-18T21:48:56.746 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-01-18T21:48:56.746 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.746 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.746 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.746 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-18T21:48:56.746 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.746 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.747 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.747 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.747 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.747 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.747 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.747 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.747 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-01-18T21:48:56.747 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-01-18T21:48:56.747 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.747 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.747 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.747 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-01-18T21:48:56.747 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.747 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.747 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.747 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.748 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.748 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.748 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.748 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.748 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.748 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.748 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.748 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-01-18T21:48:56.748 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.748 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.748 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.748 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.748 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.748 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.749 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.749 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.749 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.749 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.749 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.749 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.749 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.749 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.749 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.749 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.749 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.749 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.749 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.749 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.749 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.749 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.750 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.750 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.750 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.750 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.750 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.750 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.750 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.750 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.750 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.750 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.750 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.750 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.750 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.750 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.750 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.750 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.751 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.751 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.751 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.751 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.751 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.751 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.751 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.751 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.751 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.751 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.751 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.751 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.751 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.751 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.751 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.752 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.752 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.752 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.752 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.752 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.752 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.752 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.752 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.752 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.752 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.752 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.752 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.752 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.752 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.752 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.752 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.753 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.753 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.753 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.753 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.753 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.753 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.753 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.753 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-01-18T21:48:56.753 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.753 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.753 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.753 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.753 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.753 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.753 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.754 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.754 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.754 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.754 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.754 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.754 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.754 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.754 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.754 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.754 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.754 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.754 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.754 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.754 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.754 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.755 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.755 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.755 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.755 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.755 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.755 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.755 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.755 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.755 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.755 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.755 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.755 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.755 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.755 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.755 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.755 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.756 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.756 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.756 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.756 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.756 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.756 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.756 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.756 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.756 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.756 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.756 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.756 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.756 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.756 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.756 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.757 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.757 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.757 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.757 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.757 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.757 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.757 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.757 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.757 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.757 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.757 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.757 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.757 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.757 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.757 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.757 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.758 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.758 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.758 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.758 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.758 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.758 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.758 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.758 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-01-18T21:48:56.758 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.758 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.758 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.758 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-01-18T21:48:56.758 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-01-18T21:48:56.758 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.758 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.758 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.759 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-01-18T21:48:56.759 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.759 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.759 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.759 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-01-18T21:48:56.759 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.759 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.759 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.759 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.759 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-01-18T21:48:56.759 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-01-18T21:48:56.759 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.759 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.759 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.760 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-18T21:48:56.760 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-01-18T21:48:56.760 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.760 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.760 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-01-18T21:48:56.760 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.760 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.760 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.760 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.760 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.760 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.760 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.760 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.760 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.760 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.761 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.761 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.761 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.761 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.761 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.761 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.761 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.761 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.761 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.761 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.761 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.761 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.761 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.761 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.761 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.761 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.762 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.762 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.762 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.762 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.762 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.762 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.762 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.762 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.762 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.762 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.762 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.762 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.762 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.762 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.762 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.762 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.763 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.763 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.763 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.763 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.763 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.763 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.763 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.763 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.763 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.763 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.763 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.763 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.763 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.763 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.763 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.764 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.764 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.764 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.764 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.764 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.764 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.764 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.764 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.764 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.764 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.764 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.764 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.764 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.764 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.764 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.765 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.765 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.765 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.765 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.765 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.765 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-01-18T21:48:56.765 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.765 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.765 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.765 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-01-18T21:48:56.765 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-01-18T21:48:56.765 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.765 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.765 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.765 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-01-18T21:48:56.766 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.766 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.766 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.766 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-01-18T21:48:56.766 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.766 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.766 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.766 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.766 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.766 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.766 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.766 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.766 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.766 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.766 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.766 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.767 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.767 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.767 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.767 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.767 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.767 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.767 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.767 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.767 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.767 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.767 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.767 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.767 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.767 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.767 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.768 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.768 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.768 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.768 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.768 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.768 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.768 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.768 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.768 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.768 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.768 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.768 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.768 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.768 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.768 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.769 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.769 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.769 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.769 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.769 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.769 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.769 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.769 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.769 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.769 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.769 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.769 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.769 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.769 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.769 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.770 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.770 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.770 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.770 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.770 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.770 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.770 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.770 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.770 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.770 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.770 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.770 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.770 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.770 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.770 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.770 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.771 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.771 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-01-18T21:48:56.771 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-01-18T21:48:56.771 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.771 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.771 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.771 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.771 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.771 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.771 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.771 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-01-18T21:48:56.771 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.771 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.771 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.771 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.772 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-01-18T21:48:56.772 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-01-18T21:48:56.772 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.772 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.772 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.772 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-01-18T21:48:56.772 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.772 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.772 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.772 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-01-18T21:48:56.772 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.772 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.772 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.772 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.772 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-01-18T21:48:56.773 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-01-18T21:48:56.773 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.773 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.773 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.773 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-01-18T21:48:56.773 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.773 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.773 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.773 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-01-18T21:48:56.773 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.773 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.773 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.773 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.773 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-01-18T21:48:56.773 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-01-18T21:48:56.773 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.774 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.774 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.774 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.774 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.774 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.774 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.774 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-01-18T21:48:56.774 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.774 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.774 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.774 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.774 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-01-18T21:48:56.774 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-01-18T21:48:56.774 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.774 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.775 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.775 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-01-18T21:48:56.775 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.775 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.775 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.775 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-01-18T21:48:56.775 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.775 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.775 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.775 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.775 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.775 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.775 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.775 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-01-18T21:48:56.775 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.775 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.776 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.776 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.776 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.776 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.776 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.776 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.776 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.776 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.776 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.776 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.776 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.776 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.776 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.776 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.776 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.777 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.777 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.777 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.777 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.777 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.777 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.777 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.777 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.777 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.777 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.777 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.777 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.777 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.777 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.777 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.777 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.778 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.778 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.778 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.778 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.778 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.778 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.778 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.778 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.778 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.778 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.778 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.778 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.778 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.778 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.778 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.778 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.779 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.779 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.779 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.779 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.779 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.779 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.779 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.779 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.779 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.779 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.779 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.779 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.779 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.779 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.779 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.780 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.780 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.780 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.780 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.780 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.780 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.780 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.780 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.780 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.780 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-01-18T21:48:56.780 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-01-18T21:48:56.780 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.780 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.780 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.780 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-18T21:48:56.780 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.781 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.781 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.781 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-01-18T21:48:56.781 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-01-18T21:48:56.781 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-01-18T21:48:56.781 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.781 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-01-18T21:48:56.781 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.781 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.781 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.781 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.781 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.781 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.781 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.781 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-01-18T21:48:56.782 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.782 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.782 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.782 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.782 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.782 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.782 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.782 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.782 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.782 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.782 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.782 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.782 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.782 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.782 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.782 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.783 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.783 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.783 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.783 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.783 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.783 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.783 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.783 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.783 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.783 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.783 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.783 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.783 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.783 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.783 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.783 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.784 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.784 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.784 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.784 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.784 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.784 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.784 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.784 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.784 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.784 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.784 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.784 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.784 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.784 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.784 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.784 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.785 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.785 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.785 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.785 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.785 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.785 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.785 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.785 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.785 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.785 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.785 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.785 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.785 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.785 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.785 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.785 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.786 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.786 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.786 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.786 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.786 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.786 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.786 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.786 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.786 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.786 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.786 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.786 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.786 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-01-18T21:48:56.786 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.786 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.786 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.787 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.787 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.787 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.787 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.787 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.787 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.787 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.787 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.787 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.787 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.787 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.787 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.787 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.787 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.787 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.788 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.788 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.788 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.788 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.788 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.788 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.788 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.788 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.788 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.788 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.788 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.788 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.788 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.788 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.788 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.788 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.789 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.789 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.789 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.789 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.789 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.789 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.789 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.789 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.789 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.789 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.789 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.789 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.789 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.789 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.789 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.789 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.790 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.790 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.790 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.790 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.790 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.790 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.790 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.790 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.790 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.790 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.790 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.790 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.790 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.790 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.790 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.790 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.791 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.791 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.791 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.791 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.791 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.791 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.791 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.791 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-18T21:48:56.791 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-18T21:48:56.791 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.791 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.791 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.791 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-18T21:48:56.791 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.791 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.791 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.792 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.792 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.792 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.792 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.792 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.792 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.792 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.792 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.792 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-01-18T21:48:56.792 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.792 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.792 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.792 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.792 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.792 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.793 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.793 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.793 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.793 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.793 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.793 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.793 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.793 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.793 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.793 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.793 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.793 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.793 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.793 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.793 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.793 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.794 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.794 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.794 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.794 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.794 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.794 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.794 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.794 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.794 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.794 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.794 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.794 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.794 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.794 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.794 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.794 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.795 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.795 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.795 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.795 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.795 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.795 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.795 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.795 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.795 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.795 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.795 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.795 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.795 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.795 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.795 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.796 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.796 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.796 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.796 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.796 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.796 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.796 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.796 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.796 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.796 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.796 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.796 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.796 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.796 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.796 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.796 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.797 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.797 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.797 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.797 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.797 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-01-18T21:48:56.797 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-01-18T21:48:56.797 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.797 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.797 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.797 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-01-18T21:48:56.797 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.797 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.797 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.797 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-01-18T21:48:56.797 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.797 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.798 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.798 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.798 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-01-18T21:48:56.798 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-01-18T21:48:56.798 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:48:56.798 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.798 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.798 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-18T21:48:56.798 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.798 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.798 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.798 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-01-18T21:48:56.798 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.798 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.798 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.798 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.799 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.799 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.799 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.799 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-01-18T21:48:56.799 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.799 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.799 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.799 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.799 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.799 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.799 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.799 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.799 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.799 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.799 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.799 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.800 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.800 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.800 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.800 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.800 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.800 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.800 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.800 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.800 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.800 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.800 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.800 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.800 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.800 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.801 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.801 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.801 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.801 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.801 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.801 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.801 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.801 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.801 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.801 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.801 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.801 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.801 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.801 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.801 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.802 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.802 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.802 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.802 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.802 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.802 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.802 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.802 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.802 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.802 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.802 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.802 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.802 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.802 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.802 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.802 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.803 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.803 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.803 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.803 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.803 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.803 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.803 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.803 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.803 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.803 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.803 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.803 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.803 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.803 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.803 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.803 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.804 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-01-18T21:48:56.804 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-01-18T21:48:56.804 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.804 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.804 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.804 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.804 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.804 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.804 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.804 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.804 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.804 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.804 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.804 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.804 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-01-18T21:48:56.805 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-01-18T21:48:56.805 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.805 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.805 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.805 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.805 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.805 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.805 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.805 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.805 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.805 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.805 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.805 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.805 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-01-18T21:48:56.805 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-01-18T21:48:56.806 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.806 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.806 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.806 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.806 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.806 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.806 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.806 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.806 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.806 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.806 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.806 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.806 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-18T21:48:56.806 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-18T21:48:56.806 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.806 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.807 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.807 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.807 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.807 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.807 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.807 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.807 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.807 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.807 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.807 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.807 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-18T21:48:56.807 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-18T21:48:56.807 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.807 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.807 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.807 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.808 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.808 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.808 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.808 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.808 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.808 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.808 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.808 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.808 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.808 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.808 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.808 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-01-18T21:48:56.808 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.808 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.808 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.809 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.809 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.809 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.809 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.809 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.809 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.809 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.809 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.809 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.809 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.809 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.809 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.809 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.809 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.809 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.810 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.810 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.810 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.810 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.810 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.810 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.810 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.810 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.810 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.810 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.810 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.810 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.810 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.810 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.810 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.811 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.811 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.811 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.811 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.811 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.811 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.811 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.811 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.811 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.811 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.811 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.811 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.811 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.811 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.811 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.811 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.812 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.812 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.812 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.812 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.812 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.812 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.812 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.812 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.812 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.812 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.812 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.812 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.812 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.812 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.812 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.812 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.813 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.813 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.813 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.813 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.813 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.813 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.813 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.813 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.813 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-01-18T21:48:56.813 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-01-18T21:48:56.813 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.813 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.813 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.813 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.813 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.814 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.814 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.814 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.814 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.814 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.814 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.814 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.814 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-01-18T21:48:56.814 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-01-18T21:48:56.814 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.814 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.814 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.814 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.814 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.814 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.814 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.815 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.815 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.815 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.815 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.815 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.815 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.815 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.815 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.815 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-01-18T21:48:56.815 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.815 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.815 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.815 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-01-18T21:48:56.815 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-01-18T21:48:56.815 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.815 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.816 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.816 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.816 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.816 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.816 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.816 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.816 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.816 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.816 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.816 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.816 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.816 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.816 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.816 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.816 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.817 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.817 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.817 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.817 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.817 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.817 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.817 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.817 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.817 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.817 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.817 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.817 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.817 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.817 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.817 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.818 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.818 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.818 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.818 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.818 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.818 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.818 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.818 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.818 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.818 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.818 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.818 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.818 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.818 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.818 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.818 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.819 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.819 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.819 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.819 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.819 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.819 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.819 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.819 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.819 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.819 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.819 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.819 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.819 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.819 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.819 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.819 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.820 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.820 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.820 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.820 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.820 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.820 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.820 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.820 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.820 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.820 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.820 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.820 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.820 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.820 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.820 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.821 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.821 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.821 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.821 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-18T21:48:56.821 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-18T21:48:56.821 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.821 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.821 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.821 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.821 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.821 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.821 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.821 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.821 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.821 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.821 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.822 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.822 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-18T21:48:56.822 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-18T21:48:56.822 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.822 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.822 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.822 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.822 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.822 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.822 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.822 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.822 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.822 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.822 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.822 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.822 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.823 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.823 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.823 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-01-18T21:48:56.823 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.823 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.823 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.823 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.823 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.823 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.823 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.823 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.823 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.823 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.823 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.823 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.824 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.824 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.824 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.824 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.824 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.824 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.824 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.824 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.824 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.824 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.824 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.824 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.824 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.824 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.824 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.824 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.825 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.825 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.825 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.825 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.825 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.825 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.825 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.825 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.825 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.825 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.825 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.825 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.825 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.825 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.825 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.826 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.826 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.826 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.826 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.826 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.826 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.826 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.826 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.826 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.826 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.826 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.826 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.826 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.826 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.826 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.826 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.827 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.827 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.827 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.827 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.827 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.827 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.827 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.827 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.827 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.827 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.827 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.827 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.827 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.827 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.827 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.827 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.828 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.828 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-01-18T21:48:56.828 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.828 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.828 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.828 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.828 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.828 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.828 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.828 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.828 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.828 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.828 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.828 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.828 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.829 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.829 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.829 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.829 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.829 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.829 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.829 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.829 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.829 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.829 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.829 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.829 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.829 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.829 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.829 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.829 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.830 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.830 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.830 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.830 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.830 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.830 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.830 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.830 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.830 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.830 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.830 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.830 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.830 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.830 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.830 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.830 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.831 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.831 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.831 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.831 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.831 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.831 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.831 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.831 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.831 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.831 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.831 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.831 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.831 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.831 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.831 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.831 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.832 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.832 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.832 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.832 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.832 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.832 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.832 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.832 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.832 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.832 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.832 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.832 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.832 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-01-18T21:48:56.832 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-01-18T21:48:56.832 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.833 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.833 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.833 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.833 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.833 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.833 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.833 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.833 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.833 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.833 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.833 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.833 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-01-18T21:48:56.833 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-01-18T21:48:56.833 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.833 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.833 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.834 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-01-18T21:48:56.834 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.834 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.834 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.834 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.834 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.834 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.834 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.834 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.834 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-01-18T21:48:56.834 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-01-18T21:48:56.834 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.834 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.834 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.834 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.835 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.835 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.835 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.835 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.835 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.835 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.835 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.835 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.835 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-01-18T21:48:56.835 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-01-18T21:48:56.835 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.835 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.835 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.835 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.835 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.835 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.836 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.836 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.836 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.836 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.836 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.836 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.836 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-01-18T21:48:56.836 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-01-18T21:48:56.836 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-18T21:48:56.836 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.836 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.836 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.836 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.836 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.836 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.837 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.837 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.837 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.837 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.837 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.837 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-01-18T21:48:56.837 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-01-18T21:48:56.837 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.837 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.837 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.837 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.837 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.837 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.837 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.837 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.837 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.838 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.838 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.838 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.838 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-01-18T21:48:56.838 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-01-18T21:48:56.838 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.838 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.838 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.838 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.838 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.838 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.838 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.838 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.838 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.838 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.839 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.839 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.839 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-01-18T21:48:56.839 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-01-18T21:48:56.839 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.839 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.839 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.839 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.839 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.839 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.839 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.839 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.839 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.839 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.839 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.839 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-01-18T21:48:56.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-01-18T21:48:56.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.840 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-01-18T21:48:56.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-01-18T21:48:56.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-01-18T21:48:56.841 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-01-18T21:48:56.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.842 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-01-18T21:48:56.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.843 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.844 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.844 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.844 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.844 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.844 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.844 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.844 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.844 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.844 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.844 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.844 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.844 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.844 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.844 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.844 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.845 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.845 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.845 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.845 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.845 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.845 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.845 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.845 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.845 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.845 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.845 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.845 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.845 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.845 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.845 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.845 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.846 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.846 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.846 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.846 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.846 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.846 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.846 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.846 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.846 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.846 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.846 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.846 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.846 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.846 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.846 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.846 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.847 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.847 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.847 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.847 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.847 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.847 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.847 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.847 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.847 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.847 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.847 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.847 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.847 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.847 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-01-18T21:48:56.847 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.848 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.848 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.848 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-01-18T21:48:56.848 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-01-18T21:48:56.848 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.848 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.848 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.848 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-01-18T21:48:56.848 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.848 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.848 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.848 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.848 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.848 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.848 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.849 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.849 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-18T21:48:56.849 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-18T21:48:56.849 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:48:56.849 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.849 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.849 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-01-18T21:48:56.849 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.849 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.849 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.849 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.849 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.849 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.849 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.849 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.850 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.850 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.850 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.850 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.850 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.850 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.850 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.850 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.850 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.850 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.850 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.850 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.850 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.850 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.850 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.850 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.851 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.851 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.851 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.851 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.851 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.851 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.851 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.851 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.851 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.851 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.851 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.851 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.851 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.851 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.851 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.851 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.852 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.852 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.852 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.852 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.852 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.852 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.852 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.852 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.852 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.852 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.852 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.852 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.852 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.852 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.852 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.853 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.853 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.853 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.853 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.853 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.853 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.853 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.853 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.853 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.853 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.853 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.853 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.853 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.853 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.853 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.854 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.854 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.854 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.854 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.854 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.854 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.854 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.854 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.854 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.854 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.854 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.854 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-01-18T21:48:56.854 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.854 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.854 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.854 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-01-18T21:48:56.854 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-01-18T21:48:56.855 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.855 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.855 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.855 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.855 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.855 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.855 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.855 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-01-18T21:48:56.855 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.855 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.855 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.855 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.855 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-01-18T21:48:56.855 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-01-18T21:48:56.855 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.856 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.856 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.856 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.856 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.856 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.856 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.856 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.856 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.856 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.856 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.856 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.856 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-01-18T21:48:56.856 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-01-18T21:48:56.856 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.857 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.857 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.857 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:48:56.857 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.857 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.857 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.857 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.857 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.857 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.857 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.857 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.857 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-01-18T21:48:56.857 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-01-18T21:48:56.857 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.857 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.858 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.858 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.858 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.858 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.858 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.858 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.858 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.858 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.858 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.858 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.858 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-01-18T21:48:56.858 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-01-18T21:48:56.858 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.858 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.858 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.858 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-18T21:48:56.859 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.859 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.859 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.859 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.859 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.859 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.859 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.859 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.859 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-01-18T21:48:56.859 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-01-18T21:48:56.859 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.859 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.859 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.859 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-18T21:48:56.859 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.859 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.860 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.860 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.860 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.860 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.860 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.860 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.860 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-01-18T21:48:56.860 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-01-18T21:48:56.860 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.860 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.860 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.860 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-01-18T21:48:56.860 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.860 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-01-18T21:48:56.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-01-18T21:48:56.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.861 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.862 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.862 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.862 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.862 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.862 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-18T21:48:56.862 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-18T21:48:56.862 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.862 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.862 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.862 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-01-18T21:48:56.862 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-01-18T21:48:56.862 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.862 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.862 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.862 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.862 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.863 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.863 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.863 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-01-18T21:48:56.863 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-01-18T21:48:56.863 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.863 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.863 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.863 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-01-18T21:48:56.863 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.863 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.863 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.863 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.863 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.863 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.863 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.864 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.864 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-01-18T21:48:56.864 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-01-18T21:48:56.864 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.864 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.864 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.864 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.864 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.864 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.864 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.864 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.864 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.864 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.864 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.864 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.865 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.865 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.865 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.865 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.865 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.865 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.865 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.865 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.865 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.865 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.865 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.865 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.865 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.865 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.865 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.865 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.866 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.866 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.866 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.866 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.866 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.866 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.866 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.866 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.866 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.866 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.866 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.866 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.866 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.866 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.866 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.867 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.867 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.867 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.867 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.867 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.867 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.867 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.867 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.867 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.867 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.867 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.867 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.867 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.867 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.867 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.868 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.868 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.868 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.868 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.868 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.868 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.868 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.868 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.868 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.868 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.868 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.868 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.868 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.868 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.868 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.869 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.869 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.869 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.869 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.869 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.869 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.869 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.869 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.869 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.869 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-01-18T21:48:56.869 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-01-18T21:48:56.869 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.869 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.869 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.869 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-18T21:48:56.869 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.870 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.870 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.870 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.870 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.870 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.870 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.870 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.870 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-01-18T21:48:56.870 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-01-18T21:48:56.870 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.870 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.870 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.870 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-18T21:48:56.870 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.870 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.871 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.871 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.871 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.871 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.871 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.871 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.871 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-01-18T21:48:56.871 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-01-18T21:48:56.871 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.871 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.871 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.871 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-01-18T21:48:56.871 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.871 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.871 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.872 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.872 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.872 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.872 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.872 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.872 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.872 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.872 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.872 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-01-18T21:48:56.872 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.872 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.872 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.872 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.872 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.872 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.873 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.873 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.873 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.873 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.873 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.873 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.873 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.873 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.873 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.873 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.873 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.873 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.873 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.873 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.873 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.873 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.874 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.874 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.874 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.874 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.874 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.874 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.874 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.874 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.874 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.874 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.874 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.874 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.874 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.874 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.874 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.875 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.875 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.875 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.875 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.875 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.875 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.875 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.875 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.875 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.875 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.875 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.875 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.875 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.875 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.875 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.875 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.876 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.876 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.876 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.876 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.876 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.876 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.876 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.876 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.876 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.876 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.876 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.876 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.876 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.876 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.876 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.877 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.877 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.877 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.877 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.877 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.877 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.877 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.877 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.877 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-01-18T21:48:56.877 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.877 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.877 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.877 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.877 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.877 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.877 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.878 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.878 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.878 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.878 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.878 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.878 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.878 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.878 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.878 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.878 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.878 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.878 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.878 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.878 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.878 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.879 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.879 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.879 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.879 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.879 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.879 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.879 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.879 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.879 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.879 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.879 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.879 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.879 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.879 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.879 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.880 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.880 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.880 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.880 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.880 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.880 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.880 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.880 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.880 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.880 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.880 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.880 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.880 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.880 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.880 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.881 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.881 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.881 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.881 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.881 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.881 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.881 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.881 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.881 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.881 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.881 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.881 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.881 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.881 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.881 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-01-18T21:48:56.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:48:56.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:48:56.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:48:56.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-01-18T21:48:56.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-01-18T21:48:56.882 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-01-18T21:48:56.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-01-18T21:48:56.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-01-18T21:48:56.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.883 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.884 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.884 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.884 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.884 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.884 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.884 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.884 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.884 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.884 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.884 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-18T21:48:56.884 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-18T21:48:56.884 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:48:56.884 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.884 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.884 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-18T21:48:56.885 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.885 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.885 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.885 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.885 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.885 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.885 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.885 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.885 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:48:56.885 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:48:56.885 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.885 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.885 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.885 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:48:56.885 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.885 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.886 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.886 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.886 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.886 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.886 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.886 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.886 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.886 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.886 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.886 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.886 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.886 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.886 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.886 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:48:56.886 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:48:56.886 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:48:56.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:48:56.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.887 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:48:56.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:48:56.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:48:56.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:48:56.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:48:56.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:48:56.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:48:56.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:48:56.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.888 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:48:56.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:48:56.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:48:56.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:48:56.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:48:56.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.889 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.890 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-01-18T21:48:56.890 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-01-18T21:48:56.890 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.890 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.890 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.890 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-18T21:48:56.890 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.890 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.890 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.890 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.890 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.890 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.890 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.890 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.890 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-01-18T21:48:56.890 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-01-18T21:48:56.890 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:48:56.891 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.891 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.891 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-01-18T21:48:56.891 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.891 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.891 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.891 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.891 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.891 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.891 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.891 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.891 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-01-18T21:48:56.891 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-01-18T21:48:56.891 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:48:56.891 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:48:56.891 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:48:56.892 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-01-18T21:48:56.892 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:48:56.892 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:48:56.892 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:48:56.892 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:48:56.892 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:48:56.892 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:48:56.892 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:48:56.892 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.892 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.892 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.892 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.892 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-01-18T21:48:56.892 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-01-18T21:48:56.892 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-01-18T21:48:56.893 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-01-18T21:48:56.893 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-01-18T21:48:56.893 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-01-18T21:48:56.893 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-01-18T21:48:56.893 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-01-18T21:48:56.893 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-01-18T21:48:56.893 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-01-18T21:48:56.893 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-01-18T21:48:56.893 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.893 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-01-18T21:48:56.893 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-01-18T21:48:56.893 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-01-18T21:48:56.893 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-01-18T21:48:56.893 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-01-18T21:48:56.893 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-01-18T21:48:56.893 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-01-18T21:48:56.894 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-01-18T21:48:56.894 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-01-18T21:48:56.894 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-01-18T21:48:56.894 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-01-18T21:48:56.894 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-01-18T21:48:56.894 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:48:56.894 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 0, 2024-01-18T21:48:56.894 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2024-01-18T21:48:56.894 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.894 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-18T21:48:56.894 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.894 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-18T21:48:56.894 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.118:0", 2024-01-18T21:48:56.894 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 717466217 2024-01-18T21:48:56.894 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.894 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-18T21:48:56.895 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.895 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.895 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-18T21:48:56.895 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.895 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-18T21:48:56.895 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.118:0", 2024-01-18T21:48:56.895 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1326131326 2024-01-18T21:48:56.895 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.895 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-18T21:48:56.895 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:48:56.895 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.895 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-18T21:48:56.895 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:48:56.895 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-18T21:48:56.895 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.118:0", 2024-01-18T21:48:56.895 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 4050567209 2024-01-18T21:48:56.896 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.896 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-18T21:48:56.896 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.896 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-18T21:48:56.896 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.896 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:48:56.896 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:56 smithi118 bash[35127]: audit 2024-01-18T21:48:55.479582+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.118:0/2076208289' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-18T21:48:56.897 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:56 smithi118 bash[35127]: cluster 2024-01-18T21:48:55.479642+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: y(active, since 4s) 2024-01-18T21:48:56.897 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:48:56 smithi118 bash[35127]: audit 2024-01-18T21:48:56.334817+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.118:0/1115755641' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-01-18T21:48:56.897 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-01-18T21:48:56.897 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Waiting for Mgr epoch 5... 2024-01-18T21:48:56.897 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-01-18T21:48:56.897 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-01-18T21:49:00.186 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:00.186 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 7, 2024-01-18T21:49:00.186 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-01-18T21:49:00.186 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:00.381 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:00 smithi118 bash[35127]: cluster 2024-01-18T21:48:59.128598+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon y restarted 2024-01-18T21:49:00.382 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:00 smithi118 bash[35127]: cluster 2024-01-18T21:48:59.129128+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon y 2024-01-18T21:49:00.382 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:00 smithi118 bash[35127]: cluster 2024-01-18T21:48:59.130624+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-18T21:49:00.382 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:00 smithi118 bash[35127]: cluster 2024-01-18T21:48:59.181377+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0523504s) 2024-01-18T21:49:00.382 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:00 smithi118 bash[35127]: audit 2024-01-18T21:48:59.182455+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14119 172.21.15.118:0/3974166902' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-18T21:49:00.382 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:00 smithi118 bash[35127]: audit 2024-01-18T21:48:59.183072+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14119 172.21.15.118:0/3974166902' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T21:49:00.382 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:00 smithi118 bash[35127]: audit 2024-01-18T21:48:59.183170+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14119 172.21.15.118:0/3974166902' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T21:49:00.382 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:00 smithi118 bash[35127]: audit 2024-01-18T21:48:59.183275+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14119 172.21.15.118:0/3974166902' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T21:49:00.382 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:00 smithi118 bash[35127]: audit 2024-01-18T21:48:59.183573+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14119 172.21.15.118:0/3974166902' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-18T21:49:00.382 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:00 smithi118 bash[35127]: audit 2024-01-18T21:48:59.184036+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14119 172.21.15.118:0/3974166902' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-18T21:49:00.382 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:00 smithi118 bash[35127]: audit 2024-01-18T21:48:59.184216+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14119 172.21.15.118:0/3974166902' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-18T21:49:00.382 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:00 smithi118 bash[35127]: cluster 2024-01-18T21:48:59.196997+0000 mon.a (mon.0) 49 : cluster [INF] Manager daemon y is now available 2024-01-18T21:49:00.382 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:00 smithi118 bash[35127]: audit 2024-01-18T21:48:59.215819+0000 mon.a (mon.0) 50 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-18T21:49:00.382 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:00 smithi118 bash[35127]: audit 2024-01-18T21:48:59.694485+0000 mon.a (mon.0) 51 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-18T21:49:00.588 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Setting orchestrator backend to cephadm... 2024-01-18T21:49:00.588 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'set', 'backend', 'cephadm'] 2024-01-18T21:49:00.588 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch set backend cephadm 2024-01-18T21:49:01.381 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:01 smithi118 bash[35127]: cluster 2024-01-18T21:49:00.183920+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e7: y(active, since 1.05489s) 2024-01-18T21:49:01.381 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:01 smithi118 bash[35127]: audit 2024-01-18T21:49:01.084236+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14119 172.21.15.118:0/3974166902' entity='mgr.y' cmd=[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]: dispatch 2024-01-18T21:49:01.381 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:01 smithi118 bash[35127]: audit 2024-01-18T21:49:01.086722+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14119 172.21.15.118:0/3974166902' entity='mgr.y' cmd='[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]': finished 2024-01-18T21:49:01.432 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Generating ssh key... 2024-01-18T21:49:01.432 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'generate-key'] 2024-01-18T21:49:01.432 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm generate-key 2024-01-18T21:49:02.489 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:02 smithi118 bash[35127]: audit 2024-01-18T21:49:01.083103+0000 mgr.y (mgr.14119) 1 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:49:02.489 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:02 smithi118 bash[35127]: cluster 2024-01-18T21:49:02.087476+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-01-18T21:49:02.490 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:02 smithi118 bash[35359]: Generating public/private rsa key pair. 2024-01-18T21:49:02.490 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:02 smithi118 bash[35359]: Your identification has been saved in /tmp/tmpqp6vi2f2/key. 2024-01-18T21:49:02.490 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:02 smithi118 bash[35359]: Your public key has been saved in /tmp/tmpqp6vi2f2/key.pub. 2024-01-18T21:49:02.490 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:02 smithi118 bash[35359]: The key fingerprint is: 2024-01-18T21:49:02.490 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:02 smithi118 bash[35359]: SHA256:1rSl1ecGvxKfkTroo96NKBosNkJwxOabotMu3xUowqg ceph-49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:49:02.490 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:02 smithi118 bash[35359]: The key's randomart image is: 2024-01-18T21:49:02.490 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:02 smithi118 bash[35359]: +---[RSA 3072]----+ 2024-01-18T21:49:02.490 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:02 smithi118 bash[35359]: | .. | 2024-01-18T21:49:02.490 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:02 smithi118 bash[35359]: | .o . | 2024-01-18T21:49:02.490 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:02 smithi118 bash[35359]: |.o. . o o .| 2024-01-18T21:49:02.490 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:02 smithi118 bash[35359]: |+.. . o = =.| 2024-01-18T21:49:02.490 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:02 smithi118 bash[35359]: |oo.o. . S + . o+| 2024-01-18T21:49:02.491 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:02 smithi118 bash[35359]: |+.o.. o . +.+| 2024-01-18T21:49:02.491 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:02 smithi118 bash[35359]: |E+ + o. . + + | 2024-01-18T21:49:02.491 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:02 smithi118 bash[35359]: |+ +.o... +.o o | 2024-01-18T21:49:02.491 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:02 smithi118 bash[35359]: | =o ... o+.+.. | 2024-01-18T21:49:02.491 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:02 smithi118 bash[35359]: +----[SHA256]-----+ 2024-01-18T21:49:03.489 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:03 smithi118 bash[35127]: audit 2024-01-18T21:49:01.943905+0000 mgr.y (mgr.14119) 2 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:49:03.490 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:03 smithi118 bash[35127]: cephadm 2024-01-18T21:49:01.944131+0000 mgr.y (mgr.14119) 3 : cephadm [INF] Generating ssh key... 2024-01-18T21:49:03.490 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:03 smithi118 bash[35127]: audit 2024-01-18T21:49:02.286549+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14119 172.21.15.118:0/3974166902' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAsojkAWPTODaekzbtp3i70xrWeT2j/h37UIYl+Mogg79g6Qvfbd7h\n/tzG2Qa228v2sCp1I5/tcsww71xoyMowFJYNkwPMXoYldhc/r9bWXliO4/5F1LR9Dm8fTz\nTv6T66yN4K7R51fAU2jff4I+6Na+i8lHijb96aLhm9j5H4E0U388DSYRyg119eD63YgMqW\nHQnborQw1DnGA3j2IW+2KBXY7CbhY2jn0qgr1MykHx9R+4ZFMLz5cKHDtN+uSqJGYIl2b7\n999hSg5xvuOXo89W/SLglX9F1iAsgXCif4eyx7uTRVqWcB35YJ1QzW6Um3aLrU7Jhr0xHw\nuDo4TsNXwna+tuvHl1g6mqqJU9kFW6OhaJyP+UaDuINIItqh/chqxfkeTaEuDpXD/0WmKG\nsiVRaZWsRT/UUL8YCWw7p3ugtxWnTyTXdoVAK3xPMUhIzvUHvkUnAFYY/PsrsWsSTUl3wG\nav1qUTj/NLxgfWkxlDjsNjR99n/91KhagJ55qOBdAAAFoEdSiTNHUokzAAAAB3NzaC1yc2\nEAAAGBALKI5AFj0zg2npM27ad4u9Ma1nk9o/4d+1CGJfjKIIO/YOkL323e4f7cxtkGttvL\n9rAqdSOf7XLMMO9caMjKMBSWDZMDzF6GJXYXP6/W1l5YjuP+RdS0fQ5vH0807+k+usjeCu\n0edXwFNo33+CPujWvovJR4o2/emi4ZvY+R+BNFN/PA0mEcoNdfXg+t2IDKlh0J26K0MNQ5\nxgN49iFvtigV2Owm4WNo59KoK9TMpB8fUfuGRTC8+XChw7TfrkqiRmCJdm+/ffYUoOcb7j\nl6PPVv0i4JV/RdYgLIFwon+Hsse7k0ValnAd+WCdUM1ulJt2i61OyYa9MR8Lg6OE7DV8J2\nvrbrx5dYOpqqiVPZBVujoWicj/lGg7iDSCLaof3IasX5Hk2hLg6Vw/9FpihrIlUWmVrEU/\n1FC/GAlsO6d7oLcVp08k13aFQCt8TzFISM71B75FJwBWGPz7K7FrEk1Jd8Bmr9alE4/zS8\nYH1pMZQ47DY0ffZ//dSoWoCeeajgXQAAAAMBAAEAAAGAWsL2zrIV/fzebs680KezLKX3JJ\nmulhBd49je0vTGxNN1C+SqSGvHjk5klI4yRdkR5wsek+bIytR9iCH9bx5ChSSnb/a9Xcxq\nnPdCvDzGrB3vPn7Ut0auULkzPIwX7wah5F3lRhh2936a9l96eaHbqWEfBYey5rtOvGL/mE\n5HxFwrDrMXAKGSLwtfgS8K4qaa29ZYHwXl0O4x+S/0SJlHDGfW6G73pBb/y3sNFViXku7U\nOb9Py3A2iwjhukEAlRabQOhKNSl1BBvw1STG2DBUybYgYF8/UWXtcNfet09+BLMk8JAjOB\nZvoa1qGZXWPb7J8k8QZxt3rQ8MBOdOypqIH/NojlV7Ag5aJ/5Hw3RGts6Ljlwe2abwREhP\n8ne6V4iv2xeEmB5epgbFEA7xjiUQJOzsMKVjhWlKDsPK1tyMARED264i3bDiOJDYW5pLYG\nJq4dp7CtZ+INdon/ualUiGFr/zSkshMG9GKP5OqhmleYiSW4VoRO4LusTHGKUG/ICtAAAA\nwQCRNpz+TiloRgs+A9aa0xtRyIoWTNvjj7TQ4WWyS2OVibm0hobsiUf1FMqd0GFfuLLT9u\ncujkn1di0cotUFE8aBx+nlOO0Dh3LV3m+ZUmBn6tA2HsgpNzLMEGv8CMwZY+XB0a7vTCT2\nvreYBzkV4683kz0ZPQGFdpGtxtul//2V/mDK+2f74hAyEUzhldFnUWpr64iZCiUpzv28zt\npoUy78gMZ40eiwrfhlcpVDWWeoJDfymjeEHxJhqmlYoLg7pPcAAADBAOGL3GQQ6lSRPtOv\nWOJsKCNRN5/sLgnpccNyW65azAIu2AtHdcrtK5i6lyCbQc6UWr2nAwkp142L3V0PhpZxYD\nhW22LPlR7VrsJ3uZsF7p9qzxGyDofqTipR07KjOojSafbjflooBxzEoKzOGhb+VF1vHCc4\nV/KpXRSZMTChwtR5GYGx6qCTpFTr/d/dgcqCFO8JsOU6JrxLCPZsOKuYB+t7nV3HbmmGyF\nIAVK4QRi4oonor0g22G3IOP8UD4uMwHwAAAMEAyqQL7FmhnGtRaL1wkNnW73bpngO3rSRp\nqQu1uZpvb2Zy3d8TfKItzzKVa4xcl+w/3mem53OZLW34lhVX57gGWaLK25UTVP4pOnppHX\nFzLZAs8nvpXhNYPP6QQVkTauMm4jjLum/bR46OtjW7IWUSjYKdIXZkUcDqPCUzSXmzJ9Aw\nuyQWTIOghFz4wo5csmvzY6QPx3eucVhnnYCJ2M5+Ki0pCUn3PJcrsDm/WnWjE+ShNK2wji\n/ZuhvE3Q7a1rADAAAAKWNlcGgtNDlhMTk4YzYtYjY0Yi0xMWVlLTk1YWUtODc3NzRmNjlh\nNzE1AQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]: dispatch 2024-01-18T21:49:03.490 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:03 smithi118 bash[35127]: audit 2024-01-18T21:49:02.288137+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14119 172.21.15.118:0/3974166902' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAsojkAWPTODaekzbtp3i70xrWeT2j/h37UIYl+Mogg79g6Qvfbd7h\n/tzG2Qa228v2sCp1I5/tcsww71xoyMowFJYNkwPMXoYldhc/r9bWXliO4/5F1LR9Dm8fTz\nTv6T66yN4K7R51fAU2jff4I+6Na+i8lHijb96aLhm9j5H4E0U388DSYRyg119eD63YgMqW\nHQnborQw1DnGA3j2IW+2KBXY7CbhY2jn0qgr1MykHx9R+4ZFMLz5cKHDtN+uSqJGYIl2b7\n999hSg5xvuOXo89W/SLglX9F1iAsgXCif4eyx7uTRVqWcB35YJ1QzW6Um3aLrU7Jhr0xHw\nuDo4TsNXwna+tuvHl1g6mqqJU9kFW6OhaJyP+UaDuINIItqh/chqxfkeTaEuDpXD/0WmKG\nsiVRaZWsRT/UUL8YCWw7p3ugtxWnTyTXdoVAK3xPMUhIzvUHvkUnAFYY/PsrsWsSTUl3wG\nav1qUTj/NLxgfWkxlDjsNjR99n/91KhagJ55qOBdAAAFoEdSiTNHUokzAAAAB3NzaC1yc2\nEAAAGBALKI5AFj0zg2npM27ad4u9Ma1nk9o/4d+1CGJfjKIIO/YOkL323e4f7cxtkGttvL\n9rAqdSOf7XLMMO9caMjKMBSWDZMDzF6GJXYXP6/W1l5YjuP+RdS0fQ5vH0807+k+usjeCu\n0edXwFNo33+CPujWvovJR4o2/emi4ZvY+R+BNFN/PA0mEcoNdfXg+t2IDKlh0J26K0MNQ5\nxgN49iFvtigV2Owm4WNo59KoK9TMpB8fUfuGRTC8+XChw7TfrkqiRmCJdm+/ffYUoOcb7j\nl6PPVv0i4JV/RdYgLIFwon+Hsse7k0ValnAd+WCdUM1ulJt2i61OyYa9MR8Lg6OE7DV8J2\nvrbrx5dYOpqqiVPZBVujoWicj/lGg7iDSCLaof3IasX5Hk2hLg6Vw/9FpihrIlUWmVrEU/\n1FC/GAlsO6d7oLcVp08k13aFQCt8TzFISM71B75FJwBWGPz7K7FrEk1Jd8Bmr9alE4/zS8\nYH1pMZQ47DY0ffZ//dSoWoCeeajgXQAAAAMBAAEAAAGAWsL2zrIV/fzebs680KezLKX3JJ\nmulhBd49je0vTGxNN1C+SqSGvHjk5klI4yRdkR5wsek+bIytR9iCH9bx5ChSSnb/a9Xcxq\nnPdCvDzGrB3vPn7Ut0auULkzPIwX7wah5F3lRhh2936a9l96eaHbqWEfBYey5rtOvGL/mE\n5HxFwrDrMXAKGSLwtfgS8K4qaa29ZYHwXl0O4x+S/0SJlHDGfW6G73pBb/y3sNFViXku7U\nOb9Py3A2iwjhukEAlRabQOhKNSl1BBvw1STG2DBUybYgYF8/UWXtcNfet09+BLMk8JAjOB\nZvoa1qGZXWPb7J8k8QZxt3rQ8MBOdOypqIH/NojlV7Ag5aJ/5Hw3RGts6Ljlwe2abwREhP\n8ne6V4iv2xeEmB5epgbFEA7xjiUQJOzsMKVjhWlKDsPK1tyMARED264i3bDiOJDYW5pLYG\nJq4dp7CtZ+INdon/ualUiGFr/zSkshMG9GKP5OqhmleYiSW4VoRO4LusTHGKUG/ICtAAAA\nwQCRNpz+TiloRgs+A9aa0xtRyIoWTNvjj7TQ4WWyS2OVibm0hobsiUf1FMqd0GFfuLLT9u\ncujkn1di0cotUFE8aBx+nlOO0Dh3LV3m+ZUmBn6tA2HsgpNzLMEGv8CMwZY+XB0a7vTCT2\nvreYBzkV4683kz0ZPQGFdpGtxtul//2V/mDK+2f74hAyEUzhldFnUWpr64iZCiUpzv28zt\npoUy78gMZ40eiwrfhlcpVDWWeoJDfymjeEHxJhqmlYoLg7pPcAAADBAOGL3GQQ6lSRPtOv\nWOJsKCNRN5/sLgnpccNyW65azAIu2AtHdcrtK5i6lyCbQc6UWr2nAwkp142L3V0PhpZxYD\nhW22LPlR7VrsJ3uZsF7p9qzxGyDofqTipR07KjOojSafbjflooBxzEoKzOGhb+VF1vHCc4\nV/KpXRSZMTChwtR5GYGx6qCTpFTr/d/dgcqCFO8JsOU6JrxLCPZsOKuYB+t7nV3HbmmGyF\nIAVK4QRi4oonor0g22G3IOP8UD4uMwHwAAAMEAyqQL7FmhnGtRaL1wkNnW73bpngO3rSRp\nqQu1uZpvb2Zy3d8TfKItzzKVa4xcl+w/3mem53OZLW34lhVX57gGWaLK25UTVP4pOnppHX\nFzLZAs8nvpXhNYPP6QQVkTauMm4jjLum/bR46OtjW7IWUSjYKdIXZkUcDqPCUzSXmzJ9Aw\nuyQWTIOghFz4wo5csmvzY6QPx3eucVhnnYCJ2M5+Ki0pCUn3PJcrsDm/WnWjE+ShNK2wji\n/ZuhvE3Q7a1rADAAAAKWNlcGgtNDlhMTk4YzYtYjY0Yi0xMWVlLTk1YWUtODc3NzRmNjlh\nNzE1AQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]': finished 2024-01-18T21:49:03.490 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:03 smithi118 bash[35127]: audit 2024-01-18T21:49:02.288473+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14119 172.21.15.118:0/3974166902' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyiOQBY9M4Np6TNu2neLvTGtZ5PaP+HftQhiX4yiCDv2DpC99t3uH+3MbZBrbby/awKnUjn+1yzDDvXGjIyjAUlg2TA8xehiV2Fz+v1tZeWI7j/kXUtH0Obx9PNO/pPrrI3grtHnV8BTaN9/gj7o1r6LyUeKNv3pouGb2PkfgTRTfzwNJhHKDXX14PrdiAypYdCduitDDUOcYDePYhb7YoFdjsJuFjaOfSqCvUzKQfH1H7hkUwvPlwocO0365KokZgiXZvv332FKDnG+45ejz1b9IuCVf0XWICyBcKJ/h7LHu5NFWpZwHflgnVDNbpSbdoutTsmGvTEfC4OjhOw1fCdr6268eXWDqaqolT2QVbo6FonI/5RoO4g0gi2qH9yGrF+R5NoS4OlcP/RaYoayJVFplaxFP9RQvxgJbDune6C3FadPJNd2hUArfE8xSEjO9Qe+RScAVhj8+yuxaxJNSXfAZq/WpROP80vGB9aTGUOOw2NH32f/3UqFqAnnmo4F0= ceph-49a198c6-b64b-11ee-95ae-87774f69a715\n"}]: dispatch 2024-01-18T21:49:03.490 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:03 smithi118 bash[35127]: audit 2024-01-18T21:49:02.289679+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14119 172.21.15.118:0/3974166902' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyiOQBY9M4Np6TNu2neLvTGtZ5PaP+HftQhiX4yiCDv2DpC99t3uH+3MbZBrbby/awKnUjn+1yzDDvXGjIyjAUlg2TA8xehiV2Fz+v1tZeWI7j/kXUtH0Obx9PNO/pPrrI3grtHnV8BTaN9/gj7o1r6LyUeKNv3pouGb2PkfgTRTfzwNJhHKDXX14PrdiAypYdCduitDDUOcYDePYhb7YoFdjsJuFjaOfSqCvUzKQfH1H7hkUwvPlwocO0365KokZgiXZvv332FKDnG+45ejz1b9IuCVf0XWICyBcKJ/h7LHu5NFWpZwHflgnVDNbpSbdoutTsmGvTEfC4OjhOw1fCdr6268eXWDqaqolT2QVbo6FonI/5RoO4g0gi2qH9yGrF+R5NoS4OlcP/RaYoayJVFplaxFP9RQvxgJbDune6C3FadPJNd2hUArfE8xSEjO9Qe+RScAVhj8+yuxaxJNSXfAZq/WpROP80vGB9aTGUOOw2NH32f/3UqFqAnnmo4F0= ceph-49a198c6-b64b-11ee-95ae-87774f69a715\n"}]': finished 2024-01-18T21:49:04.353 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'get-pub-key'] 2024-01-18T21:49:04.353 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm get-pub-key 2024-01-18T21:49:05.796 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyiOQBY9M4Np6TNu2neLvTGtZ5PaP+HftQhiX4yiCDv2DpC99t3uH+3MbZBrbby/awKnUjn+1yzDDvXGjIyjAUlg2TA8xehiV2Fz+v1tZeWI7j/kXUtH0Obx9PNO/pPrrI3grtHnV8BTaN9/gj7o1r6LyUeKNv3pouGb2PkfgTRTfzwNJhHKDXX14PrdiAypYdCduitDDUOcYDePYhb7YoFdjsJuFjaOfSqCvUzKQfH1H7hkUwvPlwocO0365KokZgiXZvv332FKDnG+45ejz1b9IuCVf0XWICyBcKJ/h7LHu5NFWpZwHflgnVDNbpSbdoutTsmGvTEfC4OjhOw1fCdr6268eXWDqaqolT2QVbo6FonI/5RoO4g0gi2qH9yGrF+R5NoS4OlcP/RaYoayJVFplaxFP9RQvxgJbDune6C3FadPJNd2hUArfE8xSEjO9Qe+RScAVhj8+yuxaxJNSXfAZq/WpROP80vGB9aTGUOOw2NH32f/3UqFqAnnmo4F0= ceph-49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:49:06.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:06 smithi118 bash[35127]: audit 2024-01-18T21:49:05.801645+0000 mgr.y (mgr.14119) 4 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:49:07.344 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2024-01-18T21:49:07.344 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Adding key to root@localhost's authorized_keys... 2024-01-18T21:49:07.344 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Adding host smithi118... 2024-01-18T21:49:07.344 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'host', 'add', 'smithi118'] 2024-01-18T21:49:07.344 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch host add smithi118 2024-01-18T21:49:09.239 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:08 smithi118 bash[35359]: Warning: Permanently added 'smithi118,172.21.15.118' (ECDSA) to the list of known hosts. 2024-01-18T21:49:09.769 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Added host 'smithi118' 2024-01-18T21:49:09.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:09 smithi118 bash[35127]: audit 2024-01-18T21:49:08.771047+0000 mgr.y (mgr.14119) 5 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi118", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:49:09.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:09 smithi118 bash[35127]: audit 2024-01-18T21:49:09.540172+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14119 172.21.15.118:0/3974166902' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"smithi118\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-18T21:49:09.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:09 smithi118 bash[35127]: audit 2024-01-18T21:49:09.541824+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14119 172.21.15.118:0/3974166902' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"smithi118\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-18T21:49:10.866 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:10 smithi118 bash[35127]: cephadm 2024-01-18T21:49:09.542093+0000 mgr.y (mgr.14119) 6 : cephadm [INF] Added host smithi118 2024-01-18T21:49:10.867 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:10 smithi118 bash[35127]: audit 2024-01-18T21:49:09.743545+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14119 172.21.15.118:0/3974166902' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:49:10.867 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:10 smithi118 bash[35127]: audit 2024-01-18T21:49:09.745190+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14119 172.21.15.118:0/3974166902' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:49:10.867 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:10 smithi118 bash[35127]: audit 2024-01-18T21:49:09.745652+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14119 172.21.15.118:0/3974166902' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:49:12.187 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Enabling the dashboard module... 2024-01-18T21:49:12.187 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'dashboard'] 2024-01-18T21:49:12.187 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable dashboard 2024-01-18T21:49:12.912 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:12 smithi118 bash[35127]: audit 2024-01-18T21:49:11.927639+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14119 172.21.15.118:0/3974166902' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:11.925514\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:11.927076\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-18T21:49:11.927180\", \"networks\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:49:12.913 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:12 smithi118 bash[35127]: audit 2024-01-18T21:49:11.929395+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14119 172.21.15.118:0/3974166902' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:11.925514\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:11.927076\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-18T21:49:11.927180\", \"networks\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:49:12.913 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:12 smithi118 bash[35127]: audit 2024-01-18T21:49:11.930063+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14119 172.21.15.118:0/3974166902' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:49:13.837 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:13 smithi118 bash[35127]: audit 2024-01-18T21:49:12.763081+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.118:0/2336991668' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-18T21:49:13.837 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:13 smithi118 bash[35359]: ignoring --setuser ceph since I am not root 2024-01-18T21:49:13.837 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:13 smithi118 bash[35359]: ignoring --setgroup ceph since I am not root 2024-01-18T21:49:13.923 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-01-18T21:49:13.923 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-01-18T21:49:14.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:14.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 9, 2024-01-18T21:49:14.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14119, 2024-01-18T21:49:14.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-01-18T21:49:14.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-01-18T21:49:14.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-18T21:49:14.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:14.627 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-18T21:49:14.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.118:6800", 2024-01-18T21:49:14.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1526948328 2024-01-18T21:49:14.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:14.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:14.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-01-18T21:49:14.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.118:6801", 2024-01-18T21:49:14.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1526948328 2024-01-18T21:49:14.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:14.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-18T21:49:14.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:14.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.118:6801/1526948328", 2024-01-18T21:49:14.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-01-18T21:48:59.129019+0000", 2024-01-18T21:49:14.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-01-18T21:49:14.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-01-18T21:49:14.628 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-01-18T21:49:14.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-18T21:49:14.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-01-18T21:49:14.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "dashboard", 2024-01-18T21:49:14.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-18T21:49:14.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-18T21:49:14.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:14.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-01-18T21:49:14.629 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.026 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-01-18T21:49:15.026 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.026 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.026 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.026 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-18T21:49:15.027 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-18T21:49:15.027 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:49:15.027 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.027 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.027 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-18T21:49:15.027 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.027 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.027 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.027 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-01-18T21:49:15.027 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.027 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.027 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.027 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.027 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.028 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.028 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.028 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.028 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.028 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.028 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.028 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.028 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.028 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.028 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.028 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.028 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.028 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.028 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.029 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.029 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.029 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.029 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.029 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.029 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.029 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.029 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.029 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.029 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.029 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.029 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.029 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.029 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.029 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.030 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.030 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.030 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.030 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.030 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.030 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.030 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.030 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.030 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.030 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.030 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.030 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.030 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.030 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.030 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.031 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.031 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.031 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.031 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.031 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.031 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.031 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.031 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.031 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.031 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.031 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.031 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.031 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.031 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.031 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.032 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.032 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.032 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.032 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.032 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.032 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.032 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.032 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.032 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.032 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.032 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-01-18T21:49:15.032 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-01-18T21:49:15.032 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.032 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.033 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.033 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.033 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.033 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.033 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.033 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-01-18T21:49:15.033 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.033 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.033 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.033 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.033 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-01-18T21:49:15.033 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-01-18T21:49:15.033 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.033 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.033 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.034 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-01-18T21:49:15.034 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.034 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.034 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.034 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-01-18T21:49:15.034 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.034 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.034 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.034 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.034 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-01-18T21:49:15.034 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-01-18T21:49:15.034 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.034 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.034 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.035 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.035 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.035 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.035 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.035 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-01-18T21:49:15.035 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.035 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.035 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.035 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.035 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-01-18T21:49:15.035 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-01-18T21:49:15.035 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.035 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.035 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.035 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.036 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.036 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.036 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.036 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-01-18T21:49:15.036 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.036 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.036 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.036 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.036 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-01-18T21:49:15.036 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-01-18T21:49:15.036 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.036 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.036 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.036 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-01-18T21:49:15.037 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.037 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.037 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.037 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-01-18T21:49:15.037 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.037 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.037 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.037 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.037 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-01-18T21:49:15.037 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-01-18T21:49:15.037 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.037 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.037 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.037 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.037 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.038 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.038 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.038 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-01-18T21:49:15.038 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.038 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.038 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.038 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.038 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-01-18T21:49:15.038 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-01-18T21:49:15.038 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.038 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.038 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.038 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.038 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.038 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.038 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.039 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-01-18T21:49:15.039 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.039 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.039 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.039 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.039 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-01-18T21:49:15.039 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-01-18T21:49:15.039 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.039 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.039 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.039 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.039 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.039 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.039 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.039 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-01-18T21:49:15.039 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.039 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.040 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.040 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.040 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.040 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.040 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.040 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-01-18T21:49:15.040 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.040 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.040 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.040 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-01-18T21:49:15.040 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-01-18T21:49:15.040 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.040 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.040 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.041 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.041 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.041 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.041 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.041 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-01-18T21:49:15.041 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.041 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.041 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.041 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.041 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-01-18T21:49:15.041 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-01-18T21:49:15.041 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.041 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.041 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.042 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-01-18T21:49:15.042 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.042 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.042 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.042 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-01-18T21:49:15.042 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-18T21:49:15.042 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.042 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.042 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.042 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-01-18T21:49:15.042 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-01-18T21:49:15.042 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-18T21:49:15.042 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.042 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.042 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-18T21:49:15.042 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-01-18T21:49:15.043 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-01-18T21:49:15.043 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.043 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-01-18T21:49:15.043 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-18T21:49:15.043 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.043 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.043 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.043 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-01-18T21:49:15.043 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-01-18T21:49:15.043 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-18T21:49:15.043 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.043 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.043 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-01-18T21:49:15.043 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-01-18T21:49:15.043 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-01-18T21:49:15.043 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.044 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-01-18T21:49:15.044 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.044 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.044 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.044 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.044 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-01-18T21:49:15.044 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-01-18T21:49:15.044 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.044 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.044 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.044 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-01-18T21:49:15.044 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.044 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.044 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.045 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-01-18T21:49:15.045 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2024-01-18T21:49:15.045 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.045 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.045 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.045 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-01-18T21:49:15.045 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-01-18T21:49:15.045 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-18T21:49:15.045 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.045 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.045 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-01-18T21:49:15.045 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-01-18T21:49:15.045 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-01-18T21:49:15.045 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.045 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-01-18T21:49:15.046 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-01-18T21:49:15.046 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.046 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.046 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.046 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-01-18T21:49:15.046 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-01-18T21:49:15.046 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.046 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.046 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.046 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-01-18T21:49:15.046 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.046 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.046 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.046 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-01-18T21:49:15.046 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-18T21:49:15.046 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.047 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.047 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.047 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-01-18T21:49:15.047 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-01-18T21:49:15.047 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-18T21:49:15.047 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.047 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.047 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-01-18T21:49:15.047 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-01-18T21:49:15.047 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-01-18T21:49:15.047 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.047 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-01-18T21:49:15.047 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-18T21:49:15.047 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.047 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.047 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.047 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.048 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.048 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.048 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.048 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.048 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.048 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.048 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.048 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.048 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.048 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.048 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.048 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.048 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.048 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.048 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.049 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.049 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.049 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.049 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.049 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.049 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.049 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.049 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.049 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.049 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.049 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.049 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.050 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.050 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.050 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.050 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.050 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.050 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.050 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.050 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.050 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.050 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.050 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.050 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.050 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.050 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.051 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.051 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.051 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.051 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.051 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.051 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.051 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.051 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.051 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.051 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.051 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.051 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.051 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.051 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.051 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.052 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.052 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.052 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.052 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.052 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.052 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.052 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.052 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.052 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.052 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.052 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.052 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.052 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.052 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-01-18T21:49:15.052 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-01-18T21:49:15.053 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-18T21:49:15.053 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.053 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.053 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-18T21:49:15.053 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.053 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.053 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.053 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-01-18T21:49:15.053 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.053 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.053 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.053 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.053 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-01-18T21:49:15.053 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-01-18T21:49:15.053 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.053 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.054 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.054 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-01-18T21:49:15.054 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.054 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.054 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.054 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-01-18T21:49:15.054 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-01-18T21:49:15.054 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-01-18T21:49:15.054 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.054 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-01-18T21:49:15.054 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.054 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.054 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.054 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.054 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-01-18T21:49:15.055 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-01-18T21:49:15.055 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.055 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.055 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.055 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.055 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.055 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.055 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.055 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-01-18T21:49:15.055 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.055 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.055 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.055 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.055 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-18T21:49:15.055 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-18T21:49:15.056 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:49:15.056 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.056 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.056 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-18T21:49:15.056 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.056 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.056 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.056 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-01-18T21:49:15.056 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.056 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.056 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.056 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.056 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-01-18T21:49:15.056 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-01-18T21:49:15.057 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.057 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.057 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.057 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-18T21:49:15.057 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-01-18T21:49:15.057 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.057 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.057 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-01-18T21:49:15.057 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-01-18T21:49:15.057 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.057 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.057 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.057 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-01-18T21:49:15.057 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-01-18T21:49:15.057 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-18T21:49:15.057 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.058 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.058 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-18T21:49:15.058 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.058 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.058 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.058 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-01-18T21:49:15.058 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.058 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.058 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.058 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.058 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.058 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.058 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.058 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-01-18T21:49:15.058 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.059 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.059 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.059 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-01-18T21:49:15.059 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-01-18T21:49:15.059 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.059 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.059 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.059 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.059 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.059 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.059 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.059 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-01-18T21:49:15.059 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.", 2024-01-18T21:49:15.059 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.059 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.059 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.060 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-01-18T21:49:15.060 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-01-18T21:49:15.060 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.060 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.060 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.060 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-01-18T21:49:15.060 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.060 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.060 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.060 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-01-18T21:49:15.060 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.060 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.060 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.060 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.060 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-01-18T21:49:15.061 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-01-18T21:49:15.061 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:49:15.061 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.061 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.061 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-18T21:49:15.061 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.061 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.061 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.061 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-01-18T21:49:15.061 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.061 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.061 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.061 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.061 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-01-18T21:49:15.061 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-01-18T21:49:15.062 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:49:15.062 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.062 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.062 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-01-18T21:49:15.062 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.062 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.062 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.062 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-01-18T21:49:15.062 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.062 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.062 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.062 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.062 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-01-18T21:49:15.062 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-01-18T21:49:15.062 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:49:15.062 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.063 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.063 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-18T21:49:15.063 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.063 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.063 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.063 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-01-18T21:49:15.063 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.063 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.063 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.063 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.063 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.063 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.063 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.063 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.063 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.064 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.064 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.064 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.064 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.064 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.064 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.064 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.064 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.064 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.064 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.064 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.064 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.064 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.064 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.064 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.065 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.065 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.065 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.065 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.065 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.065 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.065 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.065 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.065 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.065 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.065 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-01-18T21:49:15.065 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.065 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.065 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.065 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.066 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.066 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.066 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.066 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.066 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.066 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.066 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.066 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.066 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.066 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.066 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.066 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.066 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.066 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.066 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.066 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.067 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.067 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.067 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.067 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.067 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.067 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.067 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.067 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.067 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.067 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.067 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.067 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.067 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.067 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.068 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.068 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.068 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.068 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.068 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.068 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-01-18T21:49:15.068 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-01-18T21:49:15.068 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.068 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.068 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.068 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-01-18T21:49:15.068 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.068 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.068 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.068 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-01-18T21:49:15.069 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-01-18T21:49:15.069 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.069 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-01-18T21:49:15.069 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.069 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.069 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.069 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.069 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-01-18T21:49:15.069 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-01-18T21:49:15.069 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.069 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.069 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.069 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-18T21:49:15.069 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.069 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.069 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.070 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-01-18T21:49:15.070 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.070 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.070 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.070 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.070 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-01-18T21:49:15.070 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-01-18T21:49:15.070 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.070 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.070 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.070 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.070 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.070 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.070 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.071 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-01-18T21:49:15.071 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.071 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.071 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.071 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.071 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-01-18T21:49:15.071 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-01-18T21:49:15.071 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.071 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.071 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.071 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.071 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.071 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.071 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.071 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-01-18T21:49:15.072 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.072 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.072 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.072 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.072 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-01-18T21:49:15.072 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-01-18T21:49:15.072 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.072 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.072 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.072 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.072 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.072 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.072 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.072 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2024-01-18T21:49:15.072 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.073 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.073 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.073 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.073 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.073 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.073 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.073 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-01-18T21:49:15.073 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.073 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.073 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.073 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.073 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.073 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.073 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.074 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.074 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.074 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.074 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.074 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.074 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.074 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.074 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.074 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.074 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.074 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.074 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.074 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.074 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.075 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.075 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.075 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.075 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.075 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.075 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.075 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.075 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.075 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.075 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.075 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.075 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.075 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.075 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.075 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.076 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.076 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.076 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.076 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.076 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.076 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.076 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.076 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.076 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.076 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.076 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.076 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.076 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.076 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.076 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.077 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.077 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.077 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.077 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.077 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.077 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.077 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.077 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.077 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.077 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.077 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.077 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.077 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.077 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.077 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.078 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.078 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.078 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.078 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.078 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.078 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.078 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.078 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-01-18T21:49:15.078 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-01-18T21:49:15.078 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:49:15.078 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.078 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.078 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-01-18T21:49:15.078 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.079 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.079 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.079 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-01-18T21:49:15.079 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.079 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.079 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.079 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.079 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-01-18T21:49:15.079 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-01-18T21:49:15.079 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:49:15.079 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.079 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.079 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-01-18T21:49:15.079 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.080 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.080 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.080 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-01-18T21:49:15.080 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.080 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.080 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.080 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.080 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.080 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.080 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.080 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-01-18T21:49:15.080 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.080 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.080 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.081 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-01-18T21:49:15.081 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-01-18T21:49:15.081 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.081 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.081 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.081 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.081 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.081 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.081 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.081 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.081 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.081 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.081 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.081 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.081 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-01-18T21:49:15.082 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-01-18T21:49:15.082 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.082 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.082 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.082 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.082 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.082 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.082 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.082 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.082 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.082 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.082 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.082 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.082 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-01-18T21:49:15.082 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-01-18T21:49:15.082 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.082 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.083 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.083 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.083 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.083 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.083 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.083 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.083 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.083 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.083 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.083 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.083 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-01-18T21:49:15.083 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-01-18T21:49:15.083 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.083 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.083 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.083 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.084 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.084 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.084 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.084 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.084 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.084 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.084 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.084 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.084 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-01-18T21:49:15.084 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-01-18T21:49:15.084 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.084 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.084 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.085 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.085 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.085 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.085 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.085 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.085 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.085 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.085 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.085 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.085 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-01-18T21:49:15.085 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-01-18T21:49:15.085 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.085 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.085 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.086 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.086 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.086 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.086 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.086 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.086 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.086 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.086 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.086 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.086 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-01-18T21:49:15.086 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-01-18T21:49:15.086 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.086 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.086 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.087 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.087 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.087 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.087 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.087 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.087 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.087 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.087 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.087 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.087 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-01-18T21:49:15.087 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-01-18T21:49:15.087 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.087 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.087 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.088 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.088 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.088 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.088 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.088 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.088 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.088 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.088 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.088 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.088 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-01-18T21:49:15.088 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-01-18T21:49:15.088 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.088 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.088 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.088 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.088 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.089 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.089 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.089 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.089 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.089 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.089 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.089 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.089 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-01-18T21:49:15.089 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-01-18T21:49:15.089 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.089 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.089 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.089 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.089 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.089 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.089 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.090 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.090 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.090 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.090 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.090 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.090 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-01-18T21:49:15.090 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-01-18T21:49:15.090 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.090 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.090 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.090 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.090 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.090 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.090 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.090 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.091 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.091 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.091 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.091 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.091 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-01-18T21:49:15.091 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-01-18T21:49:15.091 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.091 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.091 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.091 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-18T21:49:15.091 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.091 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.091 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.091 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.091 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.091 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.092 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.092 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.092 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-01-18T21:49:15.092 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-01-18T21:49:15.092 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.092 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.092 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.092 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.092 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.092 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.092 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.092 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.092 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.092 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.093 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.093 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.093 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-01-18T21:49:15.093 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-01-18T21:49:15.093 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.093 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.093 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.093 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.093 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.093 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.093 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.093 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.093 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.093 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.093 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.093 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.094 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-01-18T21:49:15.094 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-01-18T21:49:15.094 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.094 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.094 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.094 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-18T21:49:15.094 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.094 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.094 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.094 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.094 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.094 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.094 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.094 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.094 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-01-18T21:49:15.094 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-01-18T21:49:15.095 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.095 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.095 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.095 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.095 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.095 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.095 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.095 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.095 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.095 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.095 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.095 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.095 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-01-18T21:49:15.095 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-01-18T21:49:15.095 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.096 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.096 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.096 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.096 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.096 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.096 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.096 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.096 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.096 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.096 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.096 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.096 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-01-18T21:49:15.096 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-01-18T21:49:15.096 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.096 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.097 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.097 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.097 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.097 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.097 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.097 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.097 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.097 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.097 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.097 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.097 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-01-18T21:49:15.097 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-01-18T21:49:15.097 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.097 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.097 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.098 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.098 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.098 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.098 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.098 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.098 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.098 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.098 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.098 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.098 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-01-18T21:49:15.098 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-01-18T21:49:15.098 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.098 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.098 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.098 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.098 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.098 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.099 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.099 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.099 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.099 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.099 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.099 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.099 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-01-18T21:49:15.099 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-01-18T21:49:15.099 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.099 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.099 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.099 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.099 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.099 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.099 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.099 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.100 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.100 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.100 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.100 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.100 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-01-18T21:49:15.100 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-01-18T21:49:15.100 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.100 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.100 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.100 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.100 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.100 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.100 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.100 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.100 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.101 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.101 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.101 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.101 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-01-18T21:49:15.101 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-01-18T21:49:15.101 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.101 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.101 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.101 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.101 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.101 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.101 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.101 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.101 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.101 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.101 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.102 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.102 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-01-18T21:49:15.102 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-01-18T21:49:15.102 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.102 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.102 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.102 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.102 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.102 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.102 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.102 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.102 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.102 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.102 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.103 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.103 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-01-18T21:49:15.103 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-01-18T21:49:15.103 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.103 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.103 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.103 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.103 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.103 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.103 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.103 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.103 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.103 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.103 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.103 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.103 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-01-18T21:49:15.104 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-01-18T21:49:15.104 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.104 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.104 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.104 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.104 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.104 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.104 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.104 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.104 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.104 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.104 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.104 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.104 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-01-18T21:49:15.104 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-01-18T21:49:15.105 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.105 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.105 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.105 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-01-18T21:49:15.105 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.105 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.105 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.105 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.105 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.105 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.105 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.105 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.105 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-01-18T21:49:15.105 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-01-18T21:49:15.105 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.106 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.106 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.106 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-18T21:49:15.106 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.106 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.106 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.106 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.106 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.106 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.106 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.106 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.106 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-01-18T21:49:15.106 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-01-18T21:49:15.106 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.106 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.107 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.107 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-01-18T21:49:15.107 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.107 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.107 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.107 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.107 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.107 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.107 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.107 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.107 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-01-18T21:49:15.107 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-01-18T21:49:15.107 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.107 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.107 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.107 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-01-18T21:49:15.108 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.108 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.108 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.108 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.108 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.108 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.108 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.108 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.108 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-01-18T21:49:15.108 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-01-18T21:49:15.108 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.108 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.108 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.108 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.109 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.109 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.109 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.109 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.109 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.109 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.109 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.109 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.109 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-01-18T21:49:15.109 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-01-18T21:49:15.109 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.109 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.109 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.109 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-18T21:49:15.109 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.109 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.110 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.110 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.110 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.110 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.110 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.110 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.110 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-01-18T21:49:15.110 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-01-18T21:49:15.110 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.110 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.110 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.110 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.110 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.110 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.111 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.111 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.111 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.111 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.111 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.111 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.111 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-01-18T21:49:15.111 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-01-18T21:49:15.111 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.111 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.111 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.111 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-01-18T21:49:15.111 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.111 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.111 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.112 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.112 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.112 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.112 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.112 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.112 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-01-18T21:49:15.112 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-01-18T21:49:15.112 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.112 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.112 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.112 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-01-18T21:49:15.112 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.112 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.112 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.112 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.113 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.113 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.113 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.113 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.113 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-01-18T21:49:15.113 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-01-18T21:49:15.113 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.113 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.113 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.113 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.113 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.113 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.113 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.113 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.113 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.113 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.114 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.114 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.114 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-01-18T21:49:15.114 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-01-18T21:49:15.114 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.114 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.114 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.114 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.114 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.114 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.114 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.114 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.114 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.114 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.114 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.114 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.115 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-01-18T21:49:15.115 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-01-18T21:49:15.115 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.115 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.115 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.115 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.115 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.115 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.115 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.115 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.115 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.115 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.115 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.115 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.115 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-01-18T21:49:15.116 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-01-18T21:49:15.116 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.116 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.116 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.116 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-18T21:49:15.116 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.116 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.116 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.116 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.116 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.116 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.116 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.116 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.116 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-01-18T21:49:15.116 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-01-18T21:49:15.116 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.117 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.117 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.117 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-18T21:49:15.117 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.117 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.117 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.117 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.117 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.117 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.117 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.117 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.117 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-01-18T21:49:15.117 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-01-18T21:49:15.117 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.117 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.118 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.118 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-18T21:49:15.118 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.118 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.118 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.118 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.118 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.118 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.118 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.118 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.118 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-01-18T21:49:15.118 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-01-18T21:49:15.118 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.118 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.118 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.119 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.119 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.119 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.119 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.119 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.119 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.119 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.119 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.119 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.119 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-01-18T21:49:15.119 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-01-18T21:49:15.119 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.119 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.119 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.119 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.120 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.120 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.120 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.120 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-01-18T21:49:15.120 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.120 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.120 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.120 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.120 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-01-18T21:49:15.120 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-01-18T21:49:15.120 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.120 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.120 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.120 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-01-18T21:49:15.120 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.121 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.121 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.121 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.121 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.121 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.121 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.121 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.121 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-01-18T21:49:15.121 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-01-18T21:49:15.121 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.121 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.121 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.121 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.121 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.121 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.122 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.122 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.122 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.122 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.122 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.122 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.122 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.122 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.122 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.122 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.122 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.122 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.122 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.122 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.122 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.123 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.123 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.123 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.123 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.123 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.123 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.123 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.123 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.123 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.123 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.123 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.123 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.123 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.123 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.123 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.123 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.124 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.124 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.124 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.124 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.124 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.124 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.124 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.124 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.124 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.124 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.124 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.124 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.124 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.124 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.125 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.125 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.125 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.125 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.125 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.125 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.125 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.125 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.125 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.125 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.125 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.125 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.125 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.125 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.125 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.126 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.126 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.126 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.126 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.126 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.126 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.126 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.126 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.126 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.126 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.126 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.126 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.126 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.126 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.126 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.126 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.127 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-01-18T21:49:15.127 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-01-18T21:49:15.127 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.127 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.127 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.127 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.127 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.127 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.127 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.127 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.127 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.127 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.127 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.127 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.127 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-18T21:49:15.128 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-18T21:49:15.128 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.128 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.128 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.128 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-01-18T21:49:15.128 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.128 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.128 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.128 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.128 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.128 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.128 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.128 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.128 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-18T21:49:15.129 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-18T21:49:15.129 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.129 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.129 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.129 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-01-18T21:49:15.129 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.129 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.129 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.129 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.129 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.129 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.129 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.129 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.129 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-01-18T21:49:15.129 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-01-18T21:49:15.129 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.130 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.130 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.130 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.130 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.130 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.130 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.130 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.130 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.130 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.130 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.130 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.130 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-01-18T21:49:15.130 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-01-18T21:49:15.130 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.130 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.131 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.131 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-01-18T21:49:15.131 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.131 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.131 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.131 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.131 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.131 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.131 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.131 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.131 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-01-18T21:49:15.131 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-01-18T21:49:15.131 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.131 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.132 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.132 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-01-18T21:49:15.132 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.132 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.132 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.132 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.132 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-01-18T21:49:15.132 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.132 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.132 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.132 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.132 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.132 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.132 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-01-18T21:49:15.133 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-01-18T21:49:15.133 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.133 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.133 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.133 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-01-18T21:49:15.133 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-01-18T21:49:15.133 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-01-18T21:49:15.133 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.133 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.133 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.133 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.133 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.133 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.133 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-01-18T21:49:15.133 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-01-18T21:49:15.134 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.134 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.134 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.134 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.134 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.134 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.134 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.134 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.134 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.134 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.134 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.134 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.134 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-01-18T21:49:15.134 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-01-18T21:49:15.134 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.134 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.135 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.135 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.135 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.135 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.135 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.135 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.135 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.135 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.135 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.135 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.135 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.135 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.135 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.135 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-01-18T21:49:15.135 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.136 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.136 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.136 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-01-18T21:49:15.136 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-01-18T21:49:15.136 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.136 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.136 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.136 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.136 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.136 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.136 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.136 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-01-18T21:49:15.136 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.136 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.136 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.137 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.137 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.137 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.137 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.139 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.139 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.139 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.139 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.139 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.139 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.139 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.140 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.140 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.140 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.140 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.140 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.140 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.140 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.140 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.140 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.140 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.140 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.140 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.140 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.140 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.140 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.141 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.141 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.141 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.141 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.141 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.141 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.141 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.141 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.141 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.141 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.141 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.141 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.141 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.141 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.141 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.141 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.142 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.142 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.142 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.142 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.142 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.142 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.142 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.142 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.142 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.142 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.142 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.142 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.142 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.142 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.142 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.143 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.143 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.143 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.143 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.143 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.143 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.143 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.143 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.143 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.143 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.143 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.143 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.143 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.143 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.144 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-01-18T21:49:15.144 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-01-18T21:49:15.144 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:49:15.144 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.144 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.144 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-01-18T21:49:15.144 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.144 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.144 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.144 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-01-18T21:49:15.144 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.144 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.144 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.144 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.145 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-01-18T21:49:15.145 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-01-18T21:49:15.145 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.145 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.145 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.145 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-01-18T21:49:15.145 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.145 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.145 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.145 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-01-18T21:49:15.145 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.145 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.145 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.145 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.145 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-01-18T21:49:15.146 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-01-18T21:49:15.146 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:49:15.146 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.146 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.146 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-01-18T21:49:15.146 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.146 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.146 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.146 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-01-18T21:49:15.146 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.146 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.146 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.146 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.146 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-01-18T21:49:15.146 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-01-18T21:49:15.147 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:49:15.147 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.147 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.147 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-01-18T21:49:15.147 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.147 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.147 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.147 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-01-18T21:49:15.147 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.147 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.147 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.147 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.147 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-01-18T21:49:15.147 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-01-18T21:49:15.147 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.147 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.148 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.148 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.148 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.148 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.148 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.148 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-01-18T21:49:15.148 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.148 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.148 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.148 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.148 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-18T21:49:15.148 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-18T21:49:15.148 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:49:15.148 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.148 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.149 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-18T21:49:15.149 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.149 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.149 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.149 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-01-18T21:49:15.149 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.149 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.149 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.149 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.149 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-01-18T21:49:15.149 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-01-18T21:49:15.149 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:49:15.149 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.149 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.149 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-01-18T21:49:15.149 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.150 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.150 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.150 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-01-18T21:49:15.150 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.150 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.150 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.150 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.150 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.150 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.150 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.150 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-01-18T21:49:15.150 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.150 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.150 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.150 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.151 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.151 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.151 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.151 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.151 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.151 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.151 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.151 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.151 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.151 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.151 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.151 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.151 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.151 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.152 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.152 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.152 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.152 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.152 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.152 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.152 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.152 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.152 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.152 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.152 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.152 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.152 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.152 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.152 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.153 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.153 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.153 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.153 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.153 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.153 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.153 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.153 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.153 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.153 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.153 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.153 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.153 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.153 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.153 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.153 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.154 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.154 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.154 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.154 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.154 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.154 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.154 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.154 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.154 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.154 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.154 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.154 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.154 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.154 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.154 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.155 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.155 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.155 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.155 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.155 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.155 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.155 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.155 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.155 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.155 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-01-18T21:49:15.155 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-01-18T21:49:15.155 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.155 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.155 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.155 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-01-18T21:49:15.156 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.156 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.156 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.156 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.156 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.156 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.156 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.156 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.156 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-01-18T21:49:15.156 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-01-18T21:49:15.156 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.156 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.156 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.156 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-01-18T21:49:15.157 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.157 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.157 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.157 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.157 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.157 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.157 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.157 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.157 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-18T21:49:15.157 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-18T21:49:15.157 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.157 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.157 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.157 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-18T21:49:15.157 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.157 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.158 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.158 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.158 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.158 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.158 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.158 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.158 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.158 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.158 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.158 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-01-18T21:49:15.158 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-01-18T21:49:15.158 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-01-18T21:49:15.158 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.158 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-01-18T21:49:15.158 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-01-18T21:49:15.158 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.159 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.159 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.159 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-01-18T21:49:15.159 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.159 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.159 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.159 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.159 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.159 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.159 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.159 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.159 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-01-18T21:49:15.159 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-01-18T21:49:15.159 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.159 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.160 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.160 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-01-18T21:49:15.160 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.160 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.160 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.160 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.160 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.160 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.160 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.160 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.160 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-01-18T21:49:15.160 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-01-18T21:49:15.160 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.160 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.160 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.160 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-18T21:49:15.161 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.161 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.161 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.161 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.161 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.161 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.161 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.161 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.161 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-18T21:49:15.161 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-18T21:49:15.161 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.161 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.161 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.161 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-01-18T21:49:15.161 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.161 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.162 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.162 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.162 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.162 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.162 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.162 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.162 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.162 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.162 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.162 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.162 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.162 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.162 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.162 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.162 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.162 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.163 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.163 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.163 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.163 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.163 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.163 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.163 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.163 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.163 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.163 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.163 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.163 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.163 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.163 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.163 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.163 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.164 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.164 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.164 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.164 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.164 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.164 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.164 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.164 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.164 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.164 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.164 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.164 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.164 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.164 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.164 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.165 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.165 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.165 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.165 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.165 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.165 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.165 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.165 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.165 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.165 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.165 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.165 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.165 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.165 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.165 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.165 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.166 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.166 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.166 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.166 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.166 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.166 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.166 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.166 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.166 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.166 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.166 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.166 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.166 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.166 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-01-18T21:49:15.166 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-01-18T21:49:15.167 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.167 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.167 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.167 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-18T21:49:15.167 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.167 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.167 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.167 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.167 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.167 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.167 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.167 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.167 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-01-18T21:49:15.167 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-01-18T21:49:15.167 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.168 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.168 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.168 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-01-18T21:49:15.168 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.168 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.168 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.168 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.168 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.168 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.168 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.168 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.168 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-01-18T21:49:15.168 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-01-18T21:49:15.168 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.168 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.169 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.169 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-01-18T21:49:15.169 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.169 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.169 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.169 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.169 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.169 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.169 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.169 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.169 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-01-18T21:49:15.169 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-01-18T21:49:15.169 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.169 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.169 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.169 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-18T21:49:15.170 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.170 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.170 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.170 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.170 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.170 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.170 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.170 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.170 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-01-18T21:49:15.170 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-01-18T21:49:15.170 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.170 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.170 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.170 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-18T21:49:15.170 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.170 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.171 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.171 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.171 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.171 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.171 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.171 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.171 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-01-18T21:49:15.171 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-01-18T21:49:15.171 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.171 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.171 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.171 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-01-18T21:49:15.171 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.171 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.171 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.172 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.172 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.172 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.172 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.172 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.172 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.172 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.172 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.172 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-01-18T21:49:15.172 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.172 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.172 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.172 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.172 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.172 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.173 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.173 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.173 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.173 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.173 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.173 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.173 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.173 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.173 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.173 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.173 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.173 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.173 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.173 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.173 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.173 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.174 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.174 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.174 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.174 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.174 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.174 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.174 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.174 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.174 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.174 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.174 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.174 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.174 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.174 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.174 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.175 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.175 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.175 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.175 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.175 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.175 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.175 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.175 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.175 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.175 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.175 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.175 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.175 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.175 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.175 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.175 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.176 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.176 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.176 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.176 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.176 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.176 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.176 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.176 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.176 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.176 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.176 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.176 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.176 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.177 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.177 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.177 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.177 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.177 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.177 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.177 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.177 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.177 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.177 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.177 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-01-18T21:49:15.177 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.177 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.177 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.177 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.178 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.178 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.178 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.178 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.178 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.178 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.178 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.178 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.178 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.178 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.178 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.178 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.178 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.178 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.179 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.179 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.179 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.179 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.179 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.179 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.179 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.179 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.179 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.179 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.179 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.179 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.179 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.179 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.179 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.179 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.180 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.180 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.180 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.180 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.180 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.180 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.180 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.180 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.180 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.180 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.180 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.180 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.180 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.180 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.181 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.181 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.181 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.181 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.181 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.181 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.181 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.181 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.181 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.181 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.181 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.181 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.181 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.181 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.181 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.182 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.182 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.182 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.182 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.182 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.182 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.182 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.182 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.182 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.182 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.182 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.182 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.182 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.182 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-01-18T21:49:15.183 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.183 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.183 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.183 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-01-18T21:49:15.183 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-01-18T21:49:15.183 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.183 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.183 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.183 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-01-18T21:49:15.183 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.183 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.183 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.183 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-01-18T21:49:15.183 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.183 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.184 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.184 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.184 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-01-18T21:49:15.184 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-01-18T21:49:15.184 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.184 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.184 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.184 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-18T21:49:15.184 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-01-18T21:49:15.184 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.184 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.184 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-01-18T21:49:15.184 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.184 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.184 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.185 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.185 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.185 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.185 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.185 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.185 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.185 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.185 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.185 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.185 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.185 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.185 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.185 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.185 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.185 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.186 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.186 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.186 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.186 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.186 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.186 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.186 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.186 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.186 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.186 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.186 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.186 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.186 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.186 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.186 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.186 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.187 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.187 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.187 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.187 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.187 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.187 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.187 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.187 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.187 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.187 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.187 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.187 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.187 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.187 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.187 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.187 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.188 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.188 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.188 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.188 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.188 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.188 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.188 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.188 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.188 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.188 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.188 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.188 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.188 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.188 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.188 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.189 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.189 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.189 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.189 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.189 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.189 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.189 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.189 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.189 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.189 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.189 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.189 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.189 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-01-18T21:49:15.189 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.189 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.189 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.190 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-01-18T21:49:15.190 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-01-18T21:49:15.190 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.190 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.190 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.190 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-01-18T21:49:15.190 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.190 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.190 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.190 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-01-18T21:49:15.190 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.190 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.190 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.190 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.191 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.191 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.191 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.191 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.191 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.191 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.191 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.191 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.191 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.191 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.191 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.191 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.191 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.191 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.191 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.192 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.192 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.192 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.192 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.192 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.192 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.192 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.192 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.192 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.192 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.192 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.192 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.192 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.192 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.192 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.193 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.193 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.193 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.193 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.193 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.193 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.193 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.193 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.193 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.193 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.193 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.193 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.193 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.193 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.193 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.193 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.193 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.194 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.194 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.194 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.194 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.194 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.194 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.194 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.194 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.194 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.194 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.194 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.194 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.194 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.194 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.195 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.195 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.195 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.195 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.195 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.195 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.195 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.195 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.195 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.195 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-01-18T21:49:15.195 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-01-18T21:49:15.195 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.195 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.195 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.195 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.196 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.196 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.196 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.196 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-01-18T21:49:15.196 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.196 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.196 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.196 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.196 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-01-18T21:49:15.196 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-01-18T21:49:15.196 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.196 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.196 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.196 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-01-18T21:49:15.196 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.197 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.197 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.197 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-01-18T21:49:15.197 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.197 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.197 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.197 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.197 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-01-18T21:49:15.197 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-01-18T21:49:15.197 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.197 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.197 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.197 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-01-18T21:49:15.197 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.197 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.198 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.198 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-01-18T21:49:15.198 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.198 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.198 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.198 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.198 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-01-18T21:49:15.198 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-01-18T21:49:15.198 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.198 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.198 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.198 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.198 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.198 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.198 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.198 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-01-18T21:49:15.199 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.199 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.199 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.199 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.199 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-01-18T21:49:15.199 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-01-18T21:49:15.199 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.199 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.199 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.199 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-01-18T21:49:15.199 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.199 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.199 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.199 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-01-18T21:49:15.199 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.200 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.200 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.200 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.200 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.200 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.200 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.200 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-01-18T21:49:15.200 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.200 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.200 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.200 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.200 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.200 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.200 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.201 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.201 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.201 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.201 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.201 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.201 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.201 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.201 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.201 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.201 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.201 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.201 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.201 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.201 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.201 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.201 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.202 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.202 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.202 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.202 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.202 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.202 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.202 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.202 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.202 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.202 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.202 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.202 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.202 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.202 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.202 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.202 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.203 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.203 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.203 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.203 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.203 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.203 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.203 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.203 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.203 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.203 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.203 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.203 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.203 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.203 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.203 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.203 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.204 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.204 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.204 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.204 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.204 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.204 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.204 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.204 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.204 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.204 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.204 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.204 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.204 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.204 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.205 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.205 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.205 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.205 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.205 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-01-18T21:49:15.205 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-01-18T21:49:15.205 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.205 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.205 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.205 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-18T21:49:15.205 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.205 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.205 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.205 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-01-18T21:49:15.205 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-01-18T21:49:15.206 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-01-18T21:49:15.206 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.206 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-01-18T21:49:15.206 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.206 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.206 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.206 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.206 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.206 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.206 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.206 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-01-18T21:49:15.206 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.206 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.206 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.206 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.206 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.207 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.207 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.207 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.207 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.207 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.207 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.207 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.207 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.207 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.207 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.207 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.207 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.207 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.207 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.208 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.208 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.208 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.208 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.208 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.208 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.208 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.208 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.208 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.208 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.208 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.208 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.208 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.208 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.208 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.209 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.209 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.209 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.209 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.209 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.209 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.209 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.209 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.209 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.209 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.209 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.209 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.209 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.209 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.209 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.210 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.210 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.210 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.210 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.210 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.210 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.210 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.210 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.210 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.210 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.210 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.210 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.210 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.210 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.210 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.210 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.210 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.211 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.211 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.211 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.211 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.211 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.211 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.211 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.211 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.211 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.211 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.211 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-01-18T21:49:15.211 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.211 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.211 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.211 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.211 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.212 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.212 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.212 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.212 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.212 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.212 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.212 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.212 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.212 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.212 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.212 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.212 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.212 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.212 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.212 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.213 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.213 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.213 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.213 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.213 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.213 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.213 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.213 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.213 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.213 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.213 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.213 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.213 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.213 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.213 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.213 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.214 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.214 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.214 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.214 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.214 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.214 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.214 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.214 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.214 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.214 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.214 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.214 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.214 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.214 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.215 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.215 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.215 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.215 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.215 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.215 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.215 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.215 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.215 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.215 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.215 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.215 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.215 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.215 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.215 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.216 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.216 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.216 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.216 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.216 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.216 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.216 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.216 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.216 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-18T21:49:15.216 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-18T21:49:15.216 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.216 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.216 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.216 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-18T21:49:15.216 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.217 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.217 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.217 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.217 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.217 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.217 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.217 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.217 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.217 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.217 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.217 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-01-18T21:49:15.217 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.217 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.217 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.217 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.217 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.218 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.218 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.218 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.218 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.218 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.218 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.218 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.218 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.218 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.218 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.218 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.218 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.218 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.218 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.218 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.218 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.219 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.219 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.219 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.219 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.219 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.219 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.219 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.219 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.219 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.219 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.219 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.219 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.219 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.219 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.219 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.219 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.220 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.220 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.220 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.220 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.220 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.220 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.220 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.220 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.220 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.220 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.220 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.220 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.220 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.220 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.221 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.221 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.221 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.221 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.221 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.221 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.221 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.221 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.221 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.221 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.221 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.221 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.221 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.222 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.222 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.222 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.222 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.222 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.222 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.222 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.222 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.222 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.222 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-01-18T21:49:15.222 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-01-18T21:49:15.222 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.222 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.222 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.222 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-01-18T21:49:15.223 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.223 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.223 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.223 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-01-18T21:49:15.223 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.223 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.223 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.223 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.223 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-01-18T21:49:15.223 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-01-18T21:49:15.223 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:49:15.223 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.223 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.223 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-18T21:49:15.224 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.224 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.224 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.224 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-01-18T21:49:15.224 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.224 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.224 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.224 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.224 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.224 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.224 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.224 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-01-18T21:49:15.224 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.224 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.224 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.225 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.225 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.225 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.225 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.225 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.225 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.225 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.225 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.225 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.225 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.225 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.225 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.225 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.225 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.225 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.225 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.226 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.226 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.226 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.226 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.226 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.226 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.226 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.226 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.226 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.226 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.226 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.226 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.226 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.226 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.226 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.227 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.227 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.227 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.227 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.227 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.227 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.227 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.227 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.227 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.227 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.227 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.227 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.227 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.227 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.227 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.227 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.228 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.228 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.228 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.228 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.228 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.228 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.228 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.228 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.228 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.228 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.228 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.228 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.228 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.228 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.228 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.229 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.229 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.229 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.229 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.229 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.229 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.229 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.229 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.229 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-01-18T21:49:15.229 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-01-18T21:49:15.229 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.229 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.229 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.229 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.229 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.229 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.230 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.230 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.230 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.230 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.230 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.230 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.230 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-01-18T21:49:15.230 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-01-18T21:49:15.230 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.230 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.230 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.230 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.230 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.230 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.230 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.231 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.231 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.231 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.231 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.231 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.231 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-01-18T21:49:15.231 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-01-18T21:49:15.231 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.231 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.231 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.231 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.231 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.231 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.231 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.231 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.231 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.232 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.232 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.232 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.232 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-18T21:49:15.232 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-18T21:49:15.232 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.232 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.232 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.232 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.232 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.232 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.232 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.232 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.232 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.232 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.233 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.233 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.233 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-18T21:49:15.233 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-18T21:49:15.233 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.233 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.233 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.233 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.233 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.233 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.233 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.233 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.233 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.233 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.233 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.233 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.234 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.234 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.234 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.234 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-01-18T21:49:15.234 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.234 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.234 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.234 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.234 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.234 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.234 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.234 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.234 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.234 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.234 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.235 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.235 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.235 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.235 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.235 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.235 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.235 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.235 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.235 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.235 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.235 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.235 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.235 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.235 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.235 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.235 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.236 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.236 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.236 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.236 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.236 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.236 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.236 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.236 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.236 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.236 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.236 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.236 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.236 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.236 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.237 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.237 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.237 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.237 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.237 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.237 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.237 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.237 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.237 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.237 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.237 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.237 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.237 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.237 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.237 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.238 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.238 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.238 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.238 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.238 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.238 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.238 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.238 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.238 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.238 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.238 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.238 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.238 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.238 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.238 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.239 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.239 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.239 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-01-18T21:49:15.239 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-01-18T21:49:15.239 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.239 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.239 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.239 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.239 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.239 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.239 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.239 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.239 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.239 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.239 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.239 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.240 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-01-18T21:49:15.240 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-01-18T21:49:15.240 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.240 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.240 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.240 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.240 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.240 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.240 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.240 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.240 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.240 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.240 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.240 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.241 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.241 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.241 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.241 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-01-18T21:49:15.241 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.241 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.241 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.241 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-01-18T21:49:15.241 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-01-18T21:49:15.241 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.241 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.241 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.241 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.241 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.241 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.241 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.242 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.242 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.242 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.242 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.242 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.242 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.242 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.242 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.242 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.242 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.242 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.242 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.242 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.242 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.242 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.242 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.243 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.243 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.243 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.243 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.243 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.243 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.243 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.243 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.243 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.243 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.243 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.243 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.243 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.243 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.243 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.244 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.244 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.244 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.244 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.244 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.244 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.244 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.244 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.244 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.244 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.244 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.244 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.244 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.244 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.244 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.245 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.245 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.245 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.245 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.245 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.245 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.245 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.245 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.245 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.245 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.245 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.245 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.245 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.245 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.245 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.245 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.246 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.246 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.246 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.246 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.246 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.246 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.246 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.246 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.246 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.246 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.246 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.246 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.246 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.246 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-18T21:49:15.246 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-18T21:49:15.247 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.247 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.247 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.247 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.247 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.247 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.247 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.247 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.247 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.247 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.247 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.247 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.247 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-18T21:49:15.247 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-18T21:49:15.247 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.248 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.248 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.248 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.248 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.248 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.248 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.248 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.248 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.248 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.248 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.248 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.248 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.248 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.248 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.248 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-01-18T21:49:15.249 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.249 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.249 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.249 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.249 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.249 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.249 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.249 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.249 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.249 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.249 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.249 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.249 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.249 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.249 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.249 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.249 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.250 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.250 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.250 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.250 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.250 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.250 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.250 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.250 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.250 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.250 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.250 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.250 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.250 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.250 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.250 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.250 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.250 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.251 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.251 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.251 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.251 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.251 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.251 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.251 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.251 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.251 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.251 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.251 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.251 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.251 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.251 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.251 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.252 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.252 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.252 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.252 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.252 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.252 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.252 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.252 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.252 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.252 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.253 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.253 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.253 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.253 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.253 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.253 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.253 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.253 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.253 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.253 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.253 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.253 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.253 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.253 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.254 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.254 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.254 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.254 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-01-18T21:49:15.254 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.254 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.254 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.254 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.254 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.254 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.254 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.254 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.254 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.254 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.254 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.255 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.255 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.255 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.255 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.255 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.255 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.255 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.255 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.255 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.255 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.255 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.255 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.255 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.255 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.256 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.256 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.256 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.256 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.256 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.256 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.256 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.256 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.256 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.256 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.256 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.256 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.256 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.256 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.257 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.257 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.257 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.257 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.257 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.257 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.257 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.257 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.257 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.257 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.257 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.257 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.257 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.257 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.257 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.257 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.258 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.258 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.258 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.258 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.258 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.258 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.258 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.258 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.258 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.258 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.258 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.258 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.258 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.258 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.258 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.259 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.259 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.259 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.259 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-01-18T21:49:15.259 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-01-18T21:49:15.259 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.259 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.259 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.259 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.259 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.259 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.259 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.259 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.259 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.259 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.259 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.259 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.260 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-01-18T21:49:15.260 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-01-18T21:49:15.260 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.260 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.260 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.260 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-01-18T21:49:15.260 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.260 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.260 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.260 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.260 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.260 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.260 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.260 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.260 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-01-18T21:49:15.261 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-01-18T21:49:15.261 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.261 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.261 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.261 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.261 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.261 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.261 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.261 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.261 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.261 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.261 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.261 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.261 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-01-18T21:49:15.262 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-01-18T21:49:15.262 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.262 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.262 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.262 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.262 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.262 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.262 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.262 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.262 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.262 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.262 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.262 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.262 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-01-18T21:49:15.262 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-01-18T21:49:15.263 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-18T21:49:15.263 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.263 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.263 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.263 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.263 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.263 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.263 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.263 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.263 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.263 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.263 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.263 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-01-18T21:49:15.263 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-01-18T21:49:15.263 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.264 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.264 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.264 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.264 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.264 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.264 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.264 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.264 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.264 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.264 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.264 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.264 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-01-18T21:49:15.264 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-01-18T21:49:15.264 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.264 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.265 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.265 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.265 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.265 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.265 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.265 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.265 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.265 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.265 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.265 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.265 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-01-18T21:49:15.265 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-01-18T21:49:15.265 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.265 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.265 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.266 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.266 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.266 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.266 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.266 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.266 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.266 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.266 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.266 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.266 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-01-18T21:49:15.266 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-01-18T21:49:15.266 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.266 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.266 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.266 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.266 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.267 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.267 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.267 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.267 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.267 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.267 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.267 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.267 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-01-18T21:49:15.267 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-01-18T21:49:15.267 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.267 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.267 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.267 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.267 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.267 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.268 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.268 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.268 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.268 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.268 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.268 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.268 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-01-18T21:49:15.268 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-01-18T21:49:15.268 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.268 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.268 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.268 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.268 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.268 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.268 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.269 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.269 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.269 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.269 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.269 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.269 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.269 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.269 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.269 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-01-18T21:49:15.269 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.269 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.269 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.269 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.269 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.269 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.270 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.270 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.270 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.270 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.270 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.270 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.270 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.270 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.270 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.270 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.270 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.270 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.270 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.270 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.270 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.270 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.271 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.271 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.271 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.271 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.271 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.271 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.271 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.271 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.271 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.271 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.271 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.271 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.271 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.271 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.271 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.272 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.272 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.272 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.272 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.272 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.272 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.272 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.272 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.272 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.272 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.272 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.272 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.272 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.272 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.272 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.273 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.273 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.273 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.273 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.273 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.273 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.273 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.273 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.273 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.273 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.273 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.273 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.273 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.273 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.273 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.274 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.274 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.274 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.274 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.274 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.274 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.274 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.274 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.274 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.274 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-01-18T21:49:15.274 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.274 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.274 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.274 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-01-18T21:49:15.274 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-01-18T21:49:15.275 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.275 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.275 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.275 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-01-18T21:49:15.275 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.275 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.275 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.275 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.275 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.275 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.275 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.275 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.275 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-18T21:49:15.275 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-18T21:49:15.275 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:49:15.275 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.276 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.276 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-01-18T21:49:15.276 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.276 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.276 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.276 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.276 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.276 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.276 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.276 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.276 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.276 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.276 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.276 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.276 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.277 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.277 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.277 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.277 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.277 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.277 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.277 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.277 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.277 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.277 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.277 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.277 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.277 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.277 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.277 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.278 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.278 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.278 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.278 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.278 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.278 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.278 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.278 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.278 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.278 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.278 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.278 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.278 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.278 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.278 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.278 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.279 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.279 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.279 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.279 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.279 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.279 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.279 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.279 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.279 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.279 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.279 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.279 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.279 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.279 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.280 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.280 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.280 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.280 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.280 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.280 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.280 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.280 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.280 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.280 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.280 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.280 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.280 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.280 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.280 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.281 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.281 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.281 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.281 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.281 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.281 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.281 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.281 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.281 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-01-18T21:49:15.281 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.281 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.281 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.281 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-01-18T21:49:15.281 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-01-18T21:49:15.281 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.282 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.282 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.282 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.282 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.282 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.282 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.282 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-01-18T21:49:15.282 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.282 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.282 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.282 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.282 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-01-18T21:49:15.282 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-01-18T21:49:15.282 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.282 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.283 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.283 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.283 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.283 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.283 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.283 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.283 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.283 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.283 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.283 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.283 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-01-18T21:49:15.283 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-01-18T21:49:15.283 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.283 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.283 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.283 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-18T21:49:15.283 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.284 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.284 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.284 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.284 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.284 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.284 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.284 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.284 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-01-18T21:49:15.284 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-01-18T21:49:15.284 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.284 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.284 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.284 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.284 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.285 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.285 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.285 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.285 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.285 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.285 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.285 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.285 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-01-18T21:49:15.285 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-01-18T21:49:15.285 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.285 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.285 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.285 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-18T21:49:15.285 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.285 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.286 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.286 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.286 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.286 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.286 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.286 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.286 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-01-18T21:49:15.286 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-01-18T21:49:15.286 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.286 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.286 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.286 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-18T21:49:15.286 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.286 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.286 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.286 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.286 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.287 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.287 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.287 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.287 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-01-18T21:49:15.287 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-01-18T21:49:15.287 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.287 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.287 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.287 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-01-18T21:49:15.287 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.287 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.287 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.287 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.287 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.287 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.288 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.288 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.288 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-01-18T21:49:15.288 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-01-18T21:49:15.288 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.288 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.288 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.288 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.288 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.288 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.288 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.288 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.288 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.288 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.288 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.289 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.289 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-18T21:49:15.289 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-18T21:49:15.289 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.289 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.289 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.289 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-01-18T21:49:15.289 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-01-18T21:49:15.289 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.289 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.289 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.289 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.289 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.289 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.289 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.289 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-01-18T21:49:15.290 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-01-18T21:49:15.290 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.290 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.290 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.290 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-01-18T21:49:15.290 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.290 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.290 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.290 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.290 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.290 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.290 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.290 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.290 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-01-18T21:49:15.290 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-01-18T21:49:15.291 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.291 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.291 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.291 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.291 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.291 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.291 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.291 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.291 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.291 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.291 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.291 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.291 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.291 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.291 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.292 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.292 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.292 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.292 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.292 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.292 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.292 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.292 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.292 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.292 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.292 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.292 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.292 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.292 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.292 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.293 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.293 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.293 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.293 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.293 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.293 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.293 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.293 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.293 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.293 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.293 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.293 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.293 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.293 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.294 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.294 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.294 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.294 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.294 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.294 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.294 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.294 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.294 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.294 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.294 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.294 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.294 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.294 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.294 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.294 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.295 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.295 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.295 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.295 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.295 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.295 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.295 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.295 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.295 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.295 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.295 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.295 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.295 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.295 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.295 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.295 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.296 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.296 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.296 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.296 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.296 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.296 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.296 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-01-18T21:49:15.296 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-01-18T21:49:15.296 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.296 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.296 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.296 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-18T21:49:15.296 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.296 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.296 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.297 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.297 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.297 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.297 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.297 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.297 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-01-18T21:49:15.297 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-01-18T21:49:15.297 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.297 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.297 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.297 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-18T21:49:15.297 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.297 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.297 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.297 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.297 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.298 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.298 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.298 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.298 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-01-18T21:49:15.298 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-01-18T21:49:15.298 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.298 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.298 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.298 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-01-18T21:49:15.298 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.298 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.298 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.298 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.298 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.298 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.298 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.299 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.299 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.299 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.299 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.299 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-01-18T21:49:15.299 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.299 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.299 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.299 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.299 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.299 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.299 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.299 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.299 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.299 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.299 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.300 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.300 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.300 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.300 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.300 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.300 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.300 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.300 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.300 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.300 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.300 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.300 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.300 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.300 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.300 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.301 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.301 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.301 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.301 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.301 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.301 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.301 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.301 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.301 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.301 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.301 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.301 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.301 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.301 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.301 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.301 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.302 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.302 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.302 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.302 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.302 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.302 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.302 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.302 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.302 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.302 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.302 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.302 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.302 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.302 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.302 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.302 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.303 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.303 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.303 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.303 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.303 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.303 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.303 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.303 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.303 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.303 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.303 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.303 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.303 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.303 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.303 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.303 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.304 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.304 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.304 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-01-18T21:49:15.304 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.304 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.304 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.304 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.304 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.304 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.304 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.304 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.304 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.304 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.304 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.304 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.305 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.305 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.305 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.305 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.305 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.305 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.305 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.305 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.305 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.305 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.305 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.305 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.305 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.305 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.305 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.305 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.306 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.306 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.306 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.306 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.306 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.306 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.306 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.306 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.306 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.306 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.306 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.306 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.306 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.306 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.306 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.307 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.307 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.307 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.307 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.307 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.307 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.307 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.307 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.307 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.307 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.307 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.307 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.307 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.307 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.307 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.307 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.308 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.308 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.308 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.308 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.308 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.308 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.308 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.308 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.308 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.308 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.308 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.308 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.308 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.308 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.309 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.309 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.309 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.309 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-01-18T21:49:15.309 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-18T21:49:15.309 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-18T21:49:15.309 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-18T21:49:15.309 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-01-18T21:49:15.309 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-01-18T21:49:15.309 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.309 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.309 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.309 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-01-18T21:49:15.309 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.309 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.309 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.310 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.310 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.310 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.310 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.310 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.310 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-01-18T21:49:15.310 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-01-18T21:49:15.310 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.310 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.310 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.310 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.310 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.310 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.310 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.310 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.310 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.311 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.311 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.311 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.311 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-18T21:49:15.311 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-18T21:49:15.311 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-18T21:49:15.311 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.311 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.311 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-18T21:49:15.311 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.311 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.311 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.311 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.311 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.311 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.312 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.312 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.312 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-18T21:49:15.312 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-18T21:49:15.312 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.312 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.312 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.312 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-18T21:49:15.312 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.312 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.312 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.312 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.312 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.312 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.312 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.313 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.313 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.313 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.313 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.313 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.313 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.313 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.313 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.313 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-18T21:49:15.313 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-18T21:49:15.313 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.313 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.313 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.313 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.313 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.313 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.314 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.314 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.314 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.314 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.314 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.314 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.314 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-18T21:49:15.314 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-18T21:49:15.314 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.314 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.314 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.314 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-18T21:49:15.314 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.314 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.314 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-18T21:49:15.315 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-18T21:49:15.315 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-18T21:49:15.315 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-18T21:49:15.315 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-18T21:49:15.315 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-18T21:49:15.315 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-18T21:49:15.315 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.315 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.315 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.315 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.315 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.315 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.315 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-18T21:49:15.315 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-18T21:49:15.315 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-18T21:49:15.315 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.316 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-18T21:49:15.316 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-18T21:49:15.316 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.316 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.316 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.316 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.316 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.316 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.316 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.316 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.316 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-01-18T21:49:15.316 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-01-18T21:49:15.316 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.316 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.317 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.317 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-18T21:49:15.317 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.317 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.317 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.317 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.317 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.317 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.317 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.317 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.317 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-01-18T21:49:15.317 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-01-18T21:49:15.317 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-18T21:49:15.317 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.317 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.317 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-01-18T21:49:15.318 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.318 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.318 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.318 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.318 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.318 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.318 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.318 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.318 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-01-18T21:49:15.318 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-01-18T21:49:15.318 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-18T21:49:15.318 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-18T21:49:15.318 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-18T21:49:15.318 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-01-18T21:49:15.318 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-18T21:49:15.318 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-18T21:49:15.319 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-18T21:49:15.319 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-18T21:49:15.319 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-18T21:49:15.319 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-18T21:49:15.319 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-18T21:49:15.319 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.319 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.319 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.319 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.319 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-01-18T21:49:15.319 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-01-18T21:49:15.319 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-01-18T21:49:15.319 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-01-18T21:49:15.319 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-01-18T21:49:15.319 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-01-18T21:49:15.320 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-01-18T21:49:15.320 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-01-18T21:49:15.320 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-01-18T21:49:15.320 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-01-18T21:49:15.320 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-01-18T21:49:15.320 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.320 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-01-18T21:49:15.320 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-01-18T21:49:15.320 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-01-18T21:49:15.320 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-01-18T21:49:15.320 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-01-18T21:49:15.320 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-01-18T21:49:15.320 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-01-18T21:49:15.320 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-01-18T21:49:15.321 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-01-18T21:49:15.321 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-01-18T21:49:15.321 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-01-18T21:49:15.321 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-01-18T21:49:15.321 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-18T21:49:15.321 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 4, 2024-01-18T21:49:15.321 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2024-01-18T21:49:15.321 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.321 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-18T21:49:15.321 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.321 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-18T21:49:15.321 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.118:0", 2024-01-18T21:49:15.321 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 80405566 2024-01-18T21:49:15.321 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.321 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-18T21:49:15.321 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.322 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.322 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-18T21:49:15.322 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.322 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-18T21:49:15.322 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.118:0", 2024-01-18T21:49:15.322 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1212521209 2024-01-18T21:49:15.322 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.322 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-18T21:49:15.322 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-18T21:49:15.322 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.322 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-18T21:49:15.322 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:15.322 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-18T21:49:15.322 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.118:0", 2024-01-18T21:49:15.322 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2445126006 2024-01-18T21:49:15.323 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.323 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-18T21:49:15.323 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.323 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-18T21:49:15.323 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.323 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:15.323 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:14 smithi118 bash[35127]: audit 2024-01-18T21:49:13.587449+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.118:0/2336991668' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-18T21:49:15.323 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:14 smithi118 bash[35127]: cluster 2024-01-18T21:49:13.587495+0000 mon.a (mon.0) 70 : cluster [DBG] mgrmap e9: y(active, since 14s) 2024-01-18T21:49:15.324 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-01-18T21:49:15.324 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Waiting for Mgr epoch 9... 2024-01-18T21:49:15.324 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-01-18T21:49:15.324 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-01-18T21:49:15.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:15 smithi118 bash[35127]: audit 2024-01-18T21:49:14.627339+0000 mon.a (mon.0) 71 : audit [DBG] from='client.? 172.21.15.118:0/3952202601' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-01-18T21:49:17.989 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:17 smithi118 bash[35359]: Warning: Permanently added 'smithi118,172.21.15.118' (ECDSA) to the list of known hosts. 2024-01-18T21:49:18.586 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-18T21:49:18.586 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 11, 2024-01-18T21:49:18.586 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-01-18T21:49:18.586 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-18T21:49:18.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:18 smithi118 bash[35127]: cluster 2024-01-18T21:49:17.287952+0000 mon.a (mon.0) 72 : cluster [INF] Active manager daemon y restarted 2024-01-18T21:49:18.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:18 smithi118 bash[35127]: cluster 2024-01-18T21:49:17.288507+0000 mon.a (mon.0) 73 : cluster [INF] Activating manager daemon y 2024-01-18T21:49:18.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:18 smithi118 bash[35127]: cluster 2024-01-18T21:49:17.290041+0000 mon.a (mon.0) 74 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-18T21:49:18.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:18 smithi118 bash[35127]: cluster 2024-01-18T21:49:17.581576+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e10: y(active, starting, since 0.293176s) 2024-01-18T21:49:18.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:18 smithi118 bash[35127]: audit 2024-01-18T21:49:17.582959+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-18T21:49:18.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:18 smithi118 bash[35127]: audit 2024-01-18T21:49:17.583602+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T21:49:18.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:18 smithi118 bash[35127]: audit 2024-01-18T21:49:17.583719+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T21:49:18.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:18 smithi118 bash[35127]: audit 2024-01-18T21:49:17.583847+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T21:49:18.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:18 smithi118 bash[35127]: audit 2024-01-18T21:49:17.584125+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-18T21:49:18.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:18 smithi118 bash[35127]: audit 2024-01-18T21:49:17.584627+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi118"}]: dispatch 2024-01-18T21:49:18.608 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:18 smithi118 bash[35127]: audit 2024-01-18T21:49:17.584828+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-18T21:49:18.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:18 smithi118 bash[35127]: audit 2024-01-18T21:49:17.585030+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-18T21:49:18.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:18 smithi118 bash[35127]: audit 2024-01-18T21:49:17.585229+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-18T21:49:18.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:18 smithi118 bash[35127]: audit 2024-01-18T21:49:17.585422+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-18T21:49:18.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:18 smithi118 bash[35127]: audit 2024-01-18T21:49:17.585611+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-18T21:49:18.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:18 smithi118 bash[35127]: cluster 2024-01-18T21:49:17.599045+0000 mon.a (mon.0) 87 : cluster [INF] Manager daemon y is now available 2024-01-18T21:49:18.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:18 smithi118 bash[35127]: audit 2024-01-18T21:49:17.620286+0000 mon.a (mon.0) 88 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-18T21:49:18.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:18 smithi118 bash[35127]: audit 2024-01-18T21:49:18.108417+0000 mon.a (mon.0) 89 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-18T21:49:18.609 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:18 smithi118 bash[35127]: audit 2024-01-18T21:49:18.108757+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:49:19.004 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Generating a dashboard self-signed certificate... 2024-01-18T21:49:19.004 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'create-self-signed-cert'] 2024-01-18T21:49:19.004 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard create-self-signed-cert 2024-01-18T21:49:19.645 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Self-signed certificate created 2024-01-18T21:49:19.861 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:19 smithi118 bash[35127]: cluster 2024-01-18T21:49:18.583558+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e11: y(active, since 1.29516s) 2024-01-18T21:49:19.861 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:19 smithi118 bash[35127]: audit 2024-01-18T21:49:18.978039+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:18.977425\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:18.977535\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-18T21:49:18.977610\", \"networks\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:49:19.861 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:19 smithi118 bash[35127]: audit 2024-01-18T21:49:18.979779+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:18.977425\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:18.977535\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-18T21:49:18.977610\", \"networks\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:49:19.862 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:19 smithi118 bash[35127]: audit 2024-01-18T21:49:18.980200+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:49:20.128 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Creating initial admin user... 2024-01-18T21:49:20.129 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'ac-user-create', 'admin', 'lhzh1vem7t', 'administrator', '--force-password', '--pwd-update-required'] 2024-01-18T21:49:20.129 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard ac-user-create admin lhzh1vem7t administrator --force-password --pwd-update-required 2024-01-18T21:49:20.897 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout {"username": "admin", "password": "$2b$12$CB3zCYIaosgFAs0Bq3BpquuN0fhpbaD7me0HNY7uSDm6hLedXUSDy", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705614560, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-18T21:49:20.918 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:20 smithi118 bash[35127]: audit 2024-01-18T21:49:19.596942+0000 mgr.y (mgr.14142) 1 : audit [DBG] from='client.14155 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:49:20.919 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:20 smithi118 bash[35127]: audit 2024-01-18T21:49:19.646486+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIIC0DCCAbgCEQCo9oCpVmRHbJOiofDJedM4MA0GCSqGSIb3DQEBDQUAMCYxCzAJ\nBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBoLWRhc2hib2FyZDAeFw0yNDAxMTgyMTQ5\nMTlaFw0zNDAxMTUyMTQ5MTlaMCYxCzAJBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBo\nLWRhc2hib2FyZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANUxYqX0\n44c2Z9KtPpPoD1mNYNz1BDkz9+1OxdDshfh6qLwZpqQwYDMm9k8ZmEcM4TffQpcH\nub43HhbE/KeMxYL4rXirZnJ853B6eyXdOqnCx+nWAqYZpiJRNXvv2ipbo17Zg5vO\nTupojqOV+rTcX/OjVEyFONmUQWmtVUMG7cjIFNSZa/OjS74HCwxCLUQey1e+M1hC\nN0wbQF6W4QH9RuKarDd0FI1P/t7IEACRkUyOF/+PTXV5GVYRBs+SVTkHeZb/7L1h\n78y5wmBtndkbNnENSVNGkALxkjD1bZJlmZBts+fgl6YxBntMkMowmySEJx5xewhg\nIzWDcduAKk80+nUCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAqcQLlbV449Bqw6Lu\nKQ0D4B4BpBoP+I5gxj/igO9PSD0imADwaWh4jHVtlmT1LI75Nk+6qcwTW9z04iJC\nKZ1X+5uTu5QF311POHqK81Ggb+K0l4fQNFHM1tXK50eUXMPBm2E/aiiHPRgF0RfG\nP2jAcdfvQ5rJPEpYqY46O/GsZM07idUq1g6CLUIyShDz1ax0xmjpFMV/Lu/oohUt\nFpBEzEKDVTI+NIf7VxPAwJ3/8/x1RQBsyYDHK6uI7nNqhHIQNKryhFMYHgjHMOa3\nBfPqoUmyLgnd7UppZzQK15Z5gwQCFmO4+nag+wSlUx43CngoQJ31SQodLS2+Ljls\n9VNuSQ==\n-----END CERTIFICATE-----\n"}]: dispatch 2024-01-18T21:49:20.919 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:20 smithi118 bash[35127]: audit 2024-01-18T21:49:19.648277+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIIC0DCCAbgCEQCo9oCpVmRHbJOiofDJedM4MA0GCSqGSIb3DQEBDQUAMCYxCzAJ\nBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBoLWRhc2hib2FyZDAeFw0yNDAxMTgyMTQ5\nMTlaFw0zNDAxMTUyMTQ5MTlaMCYxCzAJBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBo\nLWRhc2hib2FyZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANUxYqX0\n44c2Z9KtPpPoD1mNYNz1BDkz9+1OxdDshfh6qLwZpqQwYDMm9k8ZmEcM4TffQpcH\nub43HhbE/KeMxYL4rXirZnJ853B6eyXdOqnCx+nWAqYZpiJRNXvv2ipbo17Zg5vO\nTupojqOV+rTcX/OjVEyFONmUQWmtVUMG7cjIFNSZa/OjS74HCwxCLUQey1e+M1hC\nN0wbQF6W4QH9RuKarDd0FI1P/t7IEACRkUyOF/+PTXV5GVYRBs+SVTkHeZb/7L1h\n78y5wmBtndkbNnENSVNGkALxkjD1bZJlmZBts+fgl6YxBntMkMowmySEJx5xewhg\nIzWDcduAKk80+nUCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAqcQLlbV449Bqw6Lu\nKQ0D4B4BpBoP+I5gxj/igO9PSD0imADwaWh4jHVtlmT1LI75Nk+6qcwTW9z04iJC\nKZ1X+5uTu5QF311POHqK81Ggb+K0l4fQNFHM1tXK50eUXMPBm2E/aiiHPRgF0RfG\nP2jAcdfvQ5rJPEpYqY46O/GsZM07idUq1g6CLUIyShDz1ax0xmjpFMV/Lu/oohUt\nFpBEzEKDVTI+NIf7VxPAwJ3/8/x1RQBsyYDHK6uI7nNqhHIQNKryhFMYHgjHMOa3\nBfPqoUmyLgnd7UppZzQK15Z5gwQCFmO4+nag+wSlUx43CngoQJ31SQodLS2+Ljls\n9VNuSQ==\n-----END CERTIFICATE-----\n"}]': finished 2024-01-18T21:49:20.919 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:20 smithi118 bash[35127]: audit 2024-01-18T21:49:19.648622+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDVMWKl9OOHNmfS\nrT6T6A9ZjWDc9QQ5M/ftTsXQ7IX4eqi8GaakMGAzJvZPGZhHDOE330KXB7m+Nx4W\nxPynjMWC+K14q2ZyfOdwensl3Tqpwsfp1gKmGaYiUTV779oqW6Ne2YObzk7qaI6j\nlfq03F/zo1RMhTjZlEFprVVDBu3IyBTUmWvzo0u+BwsMQi1EHstXvjNYQjdMG0Be\nluEB/Ubimqw3dBSNT/7eyBAAkZFMjhf/j011eRlWEQbPklU5B3mW/+y9Ye/MucJg\nbZ3ZGzZxDUlTRpAC8ZIw9W2SZZmQbbPn4JemMQZ7TJDKMJskhCcecXsIYCM1g3Hb\ngCpPNPp1AgMBAAECggEANSJ/4bjtVG/c5IdFR3vZB4rTD38JtHAdZMnzR6ULpuh7\nUZZbECT2dQlK7mAEsgClyVUdtaK5So1WNHqYNfJB7+im46JkgDhdPo1oUAGZc2IW\njVNHibpuy7LNz7vx9gis6SDxSk3bIVU558+jkpwyVfjpM8EocCIhQ4Nt8qyxaw7u\njpypVmOm5MT/h80k257elG4688aYZjXjtm7Il1iY98jNGiH9uVCJEI6DM+WzrQfZ\n1bKT4zGJZl+wpq81EwoW+8sR4rifPv1CD9sXy/+2BvuxMR88V6f8LDGFLAVpvgmn\nW7ftU5cOsZ4t8MXo1C0tI3eUoGI3IGs7IakMPPTBwQKBgQDxUg7swWYitC4yIVks\nXt2EEEUllwUywVOuGcrW4/DK9sGi5yZ0yKw0Oyt9+tkd3qkB03C3/fZQudXBwHXf\nqgltwvnNbKPO+4SiY9uQwU+XkHQ+0/6mGX5KprgHEYtob4RJn6icHuNqTBOSMEdj\nP8lAY6b8ElcfiRhKGm58LwUInQKBgQDiKU/poS/hiEwRvBm8VKFhjs2KOnWH/kCh\nJyLh3hXB6P+8ACqlA4PgMBQASjpan5XMxJQK5Cn42kdibI4HP9OKh3obNl9/BFsR\nbL0QFcQA0lcGOK8MoQFfPAmIhUNMMD/QMlnBvBVPEEVR/0D+DzQQII8gNCYsabWb\nuBn0/4p1uQKBgGyFmnCeCHBS1vN0S8XIY5WgO3hMEephRmBk+PLqTr73eNzpVkHu\nfIKAmW5uAHWOTDKmA2q6qqpi593ZzyhmLxdNN0lKMeBC+8KLZZITXNer/prCeyH3\nFPQ9RUTofujYPYVeZ1TODzcePy7exzu606ZBKjbxiHyGCoZInKb7/ieBAoGAUtwF\n7jfi/gNcs2ayGyD6m26heZJfezq43RIkopImcIv4Hh4Fgb2e9GVI/q4zYP50+LfQ\n8YiUpBr86l+RTbChxXBLWWr7Y+LppqGrRxhiXlayEZJ09/CJOyYY7A6/EEvhJVs9\nLVDGkdgJPbiCTFKvpXT4Wzkf/0efhPTXdb6mMOkCgYEAt5B0kGBfut/EehI5JTjK\n0bls7EGS0Ytpa8l3zwP9a63W7BcLXdQgm3YqTwHRgLywrrKqajZcd6/MAAFrJ6SL\nYQ3nReZ3orEFqQIaN+kJ4IKf099GGjaJo6jy1X+aIO6NLgEAjB6O+kfA2z7IdwT3\niFgHSE7+Q5xjsskTbgLKjm0=\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-01-18T21:49:20.919 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:20 smithi118 bash[35127]: audit 2024-01-18T21:49:19.649968+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDVMWKl9OOHNmfS\nrT6T6A9ZjWDc9QQ5M/ftTsXQ7IX4eqi8GaakMGAzJvZPGZhHDOE330KXB7m+Nx4W\nxPynjMWC+K14q2ZyfOdwensl3Tqpwsfp1gKmGaYiUTV779oqW6Ne2YObzk7qaI6j\nlfq03F/zo1RMhTjZlEFprVVDBu3IyBTUmWvzo0u+BwsMQi1EHstXvjNYQjdMG0Be\nluEB/Ubimqw3dBSNT/7eyBAAkZFMjhf/j011eRlWEQbPklU5B3mW/+y9Ye/MucJg\nbZ3ZGzZxDUlTRpAC8ZIw9W2SZZmQbbPn4JemMQZ7TJDKMJskhCcecXsIYCM1g3Hb\ngCpPNPp1AgMBAAECggEANSJ/4bjtVG/c5IdFR3vZB4rTD38JtHAdZMnzR6ULpuh7\nUZZbECT2dQlK7mAEsgClyVUdtaK5So1WNHqYNfJB7+im46JkgDhdPo1oUAGZc2IW\njVNHibpuy7LNz7vx9gis6SDxSk3bIVU558+jkpwyVfjpM8EocCIhQ4Nt8qyxaw7u\njpypVmOm5MT/h80k257elG4688aYZjXjtm7Il1iY98jNGiH9uVCJEI6DM+WzrQfZ\n1bKT4zGJZl+wpq81EwoW+8sR4rifPv1CD9sXy/+2BvuxMR88V6f8LDGFLAVpvgmn\nW7ftU5cOsZ4t8MXo1C0tI3eUoGI3IGs7IakMPPTBwQKBgQDxUg7swWYitC4yIVks\nXt2EEEUllwUywVOuGcrW4/DK9sGi5yZ0yKw0Oyt9+tkd3qkB03C3/fZQudXBwHXf\nqgltwvnNbKPO+4SiY9uQwU+XkHQ+0/6mGX5KprgHEYtob4RJn6icHuNqTBOSMEdj\nP8lAY6b8ElcfiRhKGm58LwUInQKBgQDiKU/poS/hiEwRvBm8VKFhjs2KOnWH/kCh\nJyLh3hXB6P+8ACqlA4PgMBQASjpan5XMxJQK5Cn42kdibI4HP9OKh3obNl9/BFsR\nbL0QFcQA0lcGOK8MoQFfPAmIhUNMMD/QMlnBvBVPEEVR/0D+DzQQII8gNCYsabWb\nuBn0/4p1uQKBgGyFmnCeCHBS1vN0S8XIY5WgO3hMEephRmBk+PLqTr73eNzpVkHu\nfIKAmW5uAHWOTDKmA2q6qqpi593ZzyhmLxdNN0lKMeBC+8KLZZITXNer/prCeyH3\nFPQ9RUTofujYPYVeZ1TODzcePy7exzu606ZBKjbxiHyGCoZInKb7/ieBAoGAUtwF\n7jfi/gNcs2ayGyD6m26heZJfezq43RIkopImcIv4Hh4Fgb2e9GVI/q4zYP50+LfQ\n8YiUpBr86l+RTbChxXBLWWr7Y+LppqGrRxhiXlayEZJ09/CJOyYY7A6/EEvhJVs9\nLVDGkdgJPbiCTFKvpXT4Wzkf/0efhPTXdb6mMOkCgYEAt5B0kGBfut/EehI5JTjK\n0bls7EGS0Ytpa8l3zwP9a63W7BcLXdQgm3YqTwHRgLywrrKqajZcd6/MAAFrJ6SL\nYQ3nReZ3orEFqQIaN+kJ4IKf099GGjaJo6jy1X+aIO6NLgEAjB6O+kfA2z7IdwT3\niFgHSE7+Q5xjsskTbgLKjm0=\n-----END PRIVATE KEY-----\n"}]': finished 2024-01-18T21:49:20.919 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:20 smithi118 bash[35127]: cluster 2024-01-18T21:49:19.981313+0000 mon.a (mon.0) 99 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-01-18T21:49:21.512 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Fetching dashboard port number... 2024-01-18T21:49:21.512 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi118', '-v', '/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'get', 'mgr', 'mgr/dashboard/ssl_server_port'] 2024-01-18T21:49:21.512 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi118 -v /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpi2p251r3:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp9q_fi_lw:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config get mgr mgr/dashboard/ssl_server_port 2024-01-18T21:49:21.979 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 8443 2024-01-18T21:49:21.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:21 smithi118 bash[35127]: audit 2024-01-18T21:49:20.900473+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$CB3zCYIaosgFAs0Bq3BpquuN0fhpbaD7me0HNY7uSDm6hLedXUSDy\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1705614560, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]: dispatch 2024-01-18T21:49:21.990 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:21 smithi118 bash[35127]: audit 2024-01-18T21:49:20.902143+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$CB3zCYIaosgFAs0Bq3BpquuN0fhpbaD7me0HNY7uSDm6hLedXUSDy\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1705614560, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]': finished 2024-01-18T21:49:21.990 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:21 smithi118 bash[35127]: audit 2024-01-18T21:49:21.304315+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:49:21.990 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:21 smithi118 bash[35127]: audit 2024-01-18T21:49:21.488190+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:18.977425\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:18.977535\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}}, \"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\": \"2024-01-18T21:49:18.977610\", \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:49:21.990 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:21 smithi118 bash[35127]: audit 2024-01-18T21:49:21.489968+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:18.977425\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:18.977535\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}}, \"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\": \"2024-01-18T21:49:18.977610\", \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:49:22.565 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Ceph Dashboard is now available at: 2024-01-18T21:49:22.566 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-18T21:49:22.566 INFO:teuthology.orchestra.run.smithi118.stderr: URL: https://smithi118.front.sepia.ceph.com:8443/ 2024-01-18T21:49:22.566 INFO:teuthology.orchestra.run.smithi118.stderr: User: admin 2024-01-18T21:49:22.566 INFO:teuthology.orchestra.run.smithi118.stderr: Password: lhzh1vem7t 2024-01-18T21:49:22.566 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-18T21:49:22.566 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:You can access the Ceph CLI with: 2024-01-18T21:49:22.566 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-18T21:49:22.566 INFO:teuthology.orchestra.run.smithi118.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-18T21:49:22.566 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-18T21:49:22.566 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Please consider enabling telemetry to help improve Ceph: 2024-01-18T21:49:22.566 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-18T21:49:22.566 INFO:teuthology.orchestra.run.smithi118.stderr: ceph telemetry on 2024-01-18T21:49:22.566 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-18T21:49:22.566 INFO:teuthology.orchestra.run.smithi118.stderr:For more information see: 2024-01-18T21:49:22.567 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-18T21:49:22.567 INFO:teuthology.orchestra.run.smithi118.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-01-18T21:49:22.567 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-18T21:49:22.567 INFO:teuthology.orchestra.run.smithi118.stderr:INFO:cephadm:Bootstrap complete. 2024-01-18T21:49:22.567 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Releasing lock 139965046806680 on /run/cephadm/49a198c6-b64b-11ee-95ae-87774f69a715.lock 2024-01-18T21:49:22.567 INFO:teuthology.orchestra.run.smithi118.stderr:DEBUG:cephadm:Lock 139965046806680 released on /run/cephadm/49a198c6-b64b-11ee-95ae-87774f69a715.lock 2024-01-18T21:49:22.594 INFO:tasks.cephadm:Fetching config... 2024-01-18T21:49:22.594 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-18T21:49:22.594 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-18T21:49:22.612 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-18T21:49:22.612 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-18T21:49:22.613 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-18T21:49:22.670 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-18T21:49:22.670 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-18T21:49:22.670 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/var/lib/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/mon.a/keyring of=/dev/stdout 2024-01-18T21:49:22.736 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-18T21:49:22.736 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-18T21:49:22.736 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-18T21:49:22.795 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-18T21:49:22.795 DEBUG:teuthology.orchestra.run.smithi118:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyiOQBY9M4Np6TNu2neLvTGtZ5PaP+HftQhiX4yiCDv2DpC99t3uH+3MbZBrbby/awKnUjn+1yzDDvXGjIyjAUlg2TA8xehiV2Fz+v1tZeWI7j/kXUtH0Obx9PNO/pPrrI3grtHnV8BTaN9/gj7o1r6LyUeKNv3pouGb2PkfgTRTfzwNJhHKDXX14PrdiAypYdCduitDDUOcYDePYhb7YoFdjsJuFjaOfSqCvUzKQfH1H7hkUwvPlwocO0365KokZgiXZvv332FKDnG+45ejz1b9IuCVf0XWICyBcKJ/h7LHu5NFWpZwHflgnVDNbpSbdoutTsmGvTEfC4OjhOw1fCdr6268eXWDqaqolT2QVbo6FonI/5RoO4g0gi2qH9yGrF+R5NoS4OlcP/RaYoayJVFplaxFP9RQvxgJbDune6C3FadPJNd2hUArfE8xSEjO9Qe+RScAVhj8+yuxaxJNSXfAZq/WpROP80vGB9aTGUOOw2NH32f/3UqFqAnnmo4F0= ceph-49a198c6-b64b-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-18T21:49:22.859 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:22 smithi118 bash[35127]: audit 2024-01-18T21:49:20.675515+0000 mgr.y (mgr.14142) 2 : audit [DBG] from='client.14157 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "password": "lhzh1vem7t", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:49:22.859 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:22 smithi118 bash[35127]: audit 2024-01-18T21:49:21.984316+0000 mon.a (mon.0) 105 : audit [DBG] from='client.? 172.21.15.118:0/246045669' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-18T21:49:22.870 INFO:teuthology.orchestra.run.smithi118.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyiOQBY9M4Np6TNu2neLvTGtZ5PaP+HftQhiX4yiCDv2DpC99t3uH+3MbZBrbby/awKnUjn+1yzDDvXGjIyjAUlg2TA8xehiV2Fz+v1tZeWI7j/kXUtH0Obx9PNO/pPrrI3grtHnV8BTaN9/gj7o1r6LyUeKNv3pouGb2PkfgTRTfzwNJhHKDXX14PrdiAypYdCduitDDUOcYDePYhb7YoFdjsJuFjaOfSqCvUzKQfH1H7hkUwvPlwocO0365KokZgiXZvv332FKDnG+45ejz1b9IuCVf0XWICyBcKJ/h7LHu5NFWpZwHflgnVDNbpSbdoutTsmGvTEfC4OjhOw1fCdr6268eXWDqaqolT2QVbo6FonI/5RoO4g0gi2qH9yGrF+R5NoS4OlcP/RaYoayJVFplaxFP9RQvxgJbDune6C3FadPJNd2hUArfE8xSEjO9Qe+RScAVhj8+yuxaxJNSXfAZq/WpROP80vGB9aTGUOOw2NH32f/3UqFqAnnmo4F0= ceph-49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:49:22.880 DEBUG:teuthology.orchestra.run.smithi144:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyiOQBY9M4Np6TNu2neLvTGtZ5PaP+HftQhiX4yiCDv2DpC99t3uH+3MbZBrbby/awKnUjn+1yzDDvXGjIyjAUlg2TA8xehiV2Fz+v1tZeWI7j/kXUtH0Obx9PNO/pPrrI3grtHnV8BTaN9/gj7o1r6LyUeKNv3pouGb2PkfgTRTfzwNJhHKDXX14PrdiAypYdCduitDDUOcYDePYhb7YoFdjsJuFjaOfSqCvUzKQfH1H7hkUwvPlwocO0365KokZgiXZvv332FKDnG+45ejz1b9IuCVf0XWICyBcKJ/h7LHu5NFWpZwHflgnVDNbpSbdoutTsmGvTEfC4OjhOw1fCdr6268eXWDqaqolT2QVbo6FonI/5RoO4g0gi2qH9yGrF+R5NoS4OlcP/RaYoayJVFplaxFP9RQvxgJbDune6C3FadPJNd2hUArfE8xSEjO9Qe+RScAVhj8+yuxaxJNSXfAZq/WpROP80vGB9aTGUOOw2NH32f/3UqFqAnnmo4F0= ceph-49a198c6-b64b-11ee-95ae-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-18T21:49:22.925 INFO:teuthology.orchestra.run.smithi144.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCyiOQBY9M4Np6TNu2neLvTGtZ5PaP+HftQhiX4yiCDv2DpC99t3uH+3MbZBrbby/awKnUjn+1yzDDvXGjIyjAUlg2TA8xehiV2Fz+v1tZeWI7j/kXUtH0Obx9PNO/pPrrI3grtHnV8BTaN9/gj7o1r6LyUeKNv3pouGb2PkfgTRTfzwNJhHKDXX14PrdiAypYdCduitDDUOcYDePYhb7YoFdjsJuFjaOfSqCvUzKQfH1H7hkUwvPlwocO0365KokZgiXZvv332FKDnG+45ejz1b9IuCVf0XWICyBcKJ/h7LHu5NFWpZwHflgnVDNbpSbdoutTsmGvTEfC4OjhOw1fCdr6268eXWDqaqolT2QVbo6FonI/5RoO4g0gi2qH9yGrF+R5NoS4OlcP/RaYoayJVFplaxFP9RQvxgJbDune6C3FadPJNd2hUArfE8xSEjO9Qe+RScAVhj8+yuxaxJNSXfAZq/WpROP80vGB9aTGUOOw2NH32f/3UqFqAnnmo4F0= ceph-49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:49:22.937 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi144 2024-01-18T21:49:22.937 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-18T21:49:22.937 DEBUG:teuthology.orchestra.run.smithi144:> dd of=/etc/ceph/ceph.conf 2024-01-18T21:49:22.956 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-18T21:49:22.956 DEBUG:teuthology.orchestra.run.smithi144:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T21:49:23.015 INFO:tasks.cephadm:Adding host smithi144 to orchestrator... 2024-01-18T21:49:23.016 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph orch host add smithi144 2024-01-18T21:49:24.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:24 smithi118 bash[35127]: cluster 2024-01-18T21:49:23.586812+0000 mon.a (mon.0) 106 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-01-18T21:49:38.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:38 smithi118 bash[35127]: cluster 2024-01-18T21:49:37.584860+0000 mgr.y (mgr.14142) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:49:40.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:40 smithi118 bash[35127]: cluster 2024-01-18T21:49:39.585211+0000 mgr.y (mgr.14142) 4 : cluster [DBG] pgmap v4: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:49:42.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:42 smithi118 bash[35127]: cluster 2024-01-18T21:49:41.585488+0000 mgr.y (mgr.14142) 5 : cluster [DBG] pgmap v5: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:49:43.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:43 smithi118 bash[35127]: cluster 2024-01-18T21:49:43.585765+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 2024-01-18T21:49:43.989 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:49:43 smithi118 bash[35359]: Warning: Permanently added 'smithi144,172.21.15.144' (ECDSA) to the list of known hosts. 2024-01-18T21:49:44.856 INFO:teuthology.orchestra.run.smithi144.stdout:Added host 'smithi144' 2024-01-18T21:49:44.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:44 smithi118 bash[35127]: audit 2024-01-18T21:49:43.858549+0000 mgr.y (mgr.14142) 7 : audit [DBG] from='client.14161 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi144", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:49:44.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:44 smithi118 bash[35127]: audit 2024-01-18T21:49:44.328915+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"smithi118\", \"labels\": [], \"status\": \"\"}, \"smithi144\": {\"hostname\": \"smithi144\", \"addr\": \"smithi144\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-18T21:49:44.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:44 smithi118 bash[35127]: audit 2024-01-18T21:49:44.330861+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"smithi118\", \"labels\": [], \"status\": \"\"}, \"smithi144\": {\"hostname\": \"smithi144\", \"addr\": \"smithi144\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-18T21:49:44.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:44 smithi118 bash[35127]: cephadm 2024-01-18T21:49:44.331321+0000 mgr.y (mgr.14142) 8 : cephadm [INF] Added host smithi144 2024-01-18T21:49:44.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:44 smithi118 bash[35127]: audit 2024-01-18T21:49:44.526205+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:49:44.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:44 smithi118 bash[35127]: audit 2024-01-18T21:49:44.527821+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:49:44.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:44 smithi118 bash[35127]: audit 2024-01-18T21:49:44.528434+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:49:45.386 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph orch host ls --format=json 2024-01-18T21:49:45.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:45 smithi118 bash[35127]: audit 2024-01-18T21:49:44.702827+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-18T21:49:44.702491\", \"networks\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:49:45.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:45 smithi118 bash[35127]: audit 2024-01-18T21:49:44.704265+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-18T21:49:44.702491\", \"networks\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:49:45.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:45 smithi118 bash[35127]: audit 2024-01-18T21:49:44.704809+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:49:45.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:45 smithi118 bash[35127]: cluster 2024-01-18T21:49:45.586111+0000 mgr.y (mgr.14142) 9 : cluster [DBG] pgmap v7: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:49:46.607 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-18T21:49:46.607 INFO:teuthology.orchestra.run.smithi144.stdout:[{"addr": "smithi118", "hostname": "smithi118", "labels": [], "status": ""}, {"addr": "smithi144", "hostname": "smithi144", "labels": [], "status": ""}] 2024-01-18T21:49:46.991 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-18T21:49:46.992 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 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph osd crush tunables default 2024-01-18T21:49:47.660 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:47 smithi118 bash[35127]: audit 2024-01-18T21:49:46.611958+0000 mgr.y (mgr.14142) 10 : audit [DBG] from='client.14163 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T21:49:47.661 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:47 smithi118 bash[35127]: audit 2024-01-18T21:49:47.154798+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:49:47.661 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:47 smithi118 bash[35127]: audit 2024-01-18T21:49:47.333706+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-18T21:49:44.702491\", \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:49:47.661 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:47 smithi118 bash[35127]: audit 2024-01-18T21:49:47.335430+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-18T21:49:44.702491\", \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:49:48.585 INFO:teuthology.orchestra.run.smithi118.stderr:adjusted tunables profile to default 2024-01-18T21:49:48.868 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:48 smithi118 bash[35127]: cluster 2024-01-18T21:49:47.586321+0000 mgr.y (mgr.14142) 11 : cluster [DBG] pgmap v8: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:49:48.868 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:48 smithi118 bash[35127]: audit 2024-01-18T21:49:48.136002+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.118:0/2109160007' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-18T21:49:48.971 INFO:tasks.cephadm:Adding mon.c on smithi118 2024-01-18T21:49:48.971 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 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph orch daemon add mon 'smithi118:[v2:172.21.15.118:3301,v1:172.21.15.118:6790]=c' 2024-01-18T21:49:49.806 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:49 smithi118 bash[35127]: audit 2024-01-18T21:49:48.588689+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.118:0/2109160007' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-18T21:49:49.806 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:49 smithi118 bash[35127]: cluster 2024-01-18T21:49:48.588716+0000 mon.a (mon.0) 120 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-18T21:49:50.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:50 smithi118 bash[35127]: cluster 2024-01-18T21:49:49.586645+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 2024-01-18T21:49:50.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:50 smithi118 bash[35127]: audit 2024-01-18T21:49:50.132623+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:49:50.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:50 smithi118 bash[35127]: audit 2024-01-18T21:49:50.133167+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:49:50.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:50 smithi118 bash[35127]: audit 2024-01-18T21:49:50.133696+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2024-01-18T21:49:51.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:51 smithi118 bash[35127]: audit 2024-01-18T21:49:50.131038+0000 mgr.y (mgr.14142) 13 : audit [DBG] from='client.14167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi118:[v2:172.21.15.118:3301,v1:172.21.15.118:6790]=c", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:49:51.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:51 smithi118 bash[35127]: cephadm 2024-01-18T21:49:50.133525+0000 mgr.y (mgr.14142) 14 : cephadm [INF] Deploying daemon mon.c on smithi118 2024-01-18T21:49:52.129 INFO:teuthology.orchestra.run.smithi118.stdout:Deployed mon.c on host 'smithi118' 2024-01-18T21:49:52.661 DEBUG:teuthology.orchestra.run.smithi118:mon.c> sudo journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.c.service 2024-01-18T21:49:52.663 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-18T21:49:52.664 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 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T21:49:52.693 INFO:journalctl@ceph.mon.c.smithi118.stdout:-- Logs begin at Thu 2024-01-18 21:41:13 UTC. -- 2024-01-18T21:49:57.489 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[35127]: cluster 2024-01-18T21:49:51.950571+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2024-01-18T21:49:57.489 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[35127]: audit 2024-01-18T21:49:52.638034+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637327\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637404\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637434\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}}, \"last_daemon_update\": \"2024-01-18T21:49:52.637500\", \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:49:57.490 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[38532]: cluster 2024-01-18T21:49:51.950571+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2024-01-18T21:49:57.490 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[38532]: audit 2024-01-18T21:49:52.638034+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637327\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637404\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637434\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}}, \"last_daemon_update\": \"2024-01-18T21:49:52.637500\", \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:49:57.490 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[35127]: cluster 2024-01-18T21:49:53.587164+0000 mgr.y (mgr.14142) 16 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:49:57.490 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[35127]: cluster 2024-01-18T21:49:53.949218+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-18T21:49:57.490 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[35127]: cluster 2024-01-18T21:49:55.587531+0000 mgr.y (mgr.14142) 17 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:49:57.490 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[35127]: cluster 2024-01-18T21:49:56.976568+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-01-18T21:49:57.490 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[35127]: cluster 2024-01-18T21:49:56.979227+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} 2024-01-18T21:49:57.490 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[35127]: cluster 2024-01-18T21:49:56.979285+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2024-01-18T21:49:57.490 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[35127]: cluster 2024-01-18T21:49:56.979339+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-18T21:49:57.491 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[35127]: cluster 2024-01-18T21:49:56.979538+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 39s) 2024-01-18T21:49:57.491 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[35127]: audit 2024-01-18T21:49:56.980156+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637327\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637404\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637434\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}}, \"last_daemon_update\": \"2024-01-18T21:49:52.637500\", \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:49:57.491 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[35127]: cluster 2024-01-18T21:49:56.982726+0000 mon.a (mon.0) 135 : cluster [INF] overall HEALTH_OK 2024-01-18T21:49:57.491 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[35127]: audit 2024-01-18T21:49:56.984613+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637327\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637404\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637434\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}}, \"last_daemon_update\": \"2024-01-18T21:49:52.637500\", \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:49:57.491 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[38532]: cluster 2024-01-18T21:49:53.587164+0000 mgr.y (mgr.14142) 16 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:49:57.491 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[38532]: cluster 2024-01-18T21:49:53.949218+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-18T21:49:57.491 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[38532]: cluster 2024-01-18T21:49:55.587531+0000 mgr.y (mgr.14142) 17 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:49:57.491 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[38532]: cluster 2024-01-18T21:49:56.976568+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-01-18T21:49:57.491 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[38532]: cluster 2024-01-18T21:49:56.979227+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} 2024-01-18T21:49:57.491 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[38532]: cluster 2024-01-18T21:49:56.979285+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2024-01-18T21:49:57.491 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[38532]: cluster 2024-01-18T21:49:56.979339+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-18T21:49:57.491 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[38532]: cluster 2024-01-18T21:49:56.979538+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 39s) 2024-01-18T21:49:57.492 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[38532]: audit 2024-01-18T21:49:56.980156+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637327\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637404\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637434\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}}, \"last_daemon_update\": \"2024-01-18T21:49:52.637500\", \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:49:57.492 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[38532]: cluster 2024-01-18T21:49:56.982726+0000 mon.a (mon.0) 135 : cluster [INF] overall HEALTH_OK 2024-01-18T21:49:57.492 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:49:57 smithi118 bash[38532]: audit 2024-01-18T21:49:56.984613+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637327\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637404\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637434\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}}, \"last_daemon_update\": \"2024-01-18T21:49:52.637500\", \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:49:57.823 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:49:57.824 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":2,"fsid":"49a198c6-b64b-11ee-95ae-87774f69a715","modified":"2024-01-18T21:49:51.948617Z","created":"2024-01-18T21:48:41.727420Z","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.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},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:3301","nonce":0},{"type":"v1","addr":"172.21.15.118:6790","nonce":0}]},"addr":"172.21.15.118:6790/0","public_addr":"172.21.15.118:6790/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-01-18T21:49:57.825 INFO:teuthology.orchestra.run.smithi118.stderr:dumped monmap epoch 2 2024-01-18T21:49:58.191 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:58 smithi118 bash[35127]: cluster 2024-01-18T21:49:57.587987+0000 mgr.y (mgr.14142) 18 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:49:58.192 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:58 smithi118 bash[35127]: audit 2024-01-18T21:49:57.829601+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.118:0/2218943990' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T21:49:58.192 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:49:58 smithi118 bash[38532]: cluster 2024-01-18T21:49:57.587987+0000 mgr.y (mgr.14142) 18 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:49:58.192 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:49:58 smithi118 bash[38532]: audit 2024-01-18T21:49:57.829601+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.118:0/2218943990' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T21:49:58.193 INFO:tasks.cephadm:Adding mon.b on smithi144 2024-01-18T21:49:58.193 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph orch daemon add mon smithi144:172.21.15.144=b 2024-01-18T21:49:59.739 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:49:59 smithi118 bash[38532]: audit 2024-01-18T21:49:59.326415+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:49:59.739 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:49:59 smithi118 bash[38532]: audit 2024-01-18T21:49:59.327149+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:49:59.739 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:49:59 smithi118 bash[38532]: audit 2024-01-18T21:49:59.328003+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-01-18T21:49:59.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:59 smithi118 bash[35127]: audit 2024-01-18T21:49:59.326415+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:49:59.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:59 smithi118 bash[35127]: audit 2024-01-18T21:49:59.327149+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:49:59.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:49:59 smithi118 bash[35127]: audit 2024-01-18T21:49:59.328003+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-01-18T21:50:00.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:00 smithi118 bash[35127]: audit 2024-01-18T21:49:59.325054+0000 mgr.y (mgr.14142) 19 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi144:172.21.15.144=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:50:00.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:00 smithi118 bash[35127]: cephadm 2024-01-18T21:49:59.327627+0000 mgr.y (mgr.14142) 20 : cephadm [INF] Deploying daemon mon.b on smithi144 2024-01-18T21:50:00.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:00 smithi118 bash[35127]: cluster 2024-01-18T21:49:59.588425+0000 mgr.y (mgr.14142) 21 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:00.739 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:00 smithi118 bash[38532]: audit 2024-01-18T21:49:59.325054+0000 mgr.y (mgr.14142) 19 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi144:172.21.15.144=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:50:00.739 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:00 smithi118 bash[38532]: cephadm 2024-01-18T21:49:59.327627+0000 mgr.y (mgr.14142) 20 : cephadm [INF] Deploying daemon mon.b on smithi144 2024-01-18T21:50:00.739 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:00 smithi118 bash[38532]: cluster 2024-01-18T21:49:59.588425+0000 mgr.y (mgr.14142) 21 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:01.874 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:01 smithi118 bash[38532]: audit 2024-01-18T21:50:01.572858+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}}, \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:50:01.875 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:01 smithi118 bash[38532]: audit 2024-01-18T21:50:01.573307+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:01.875 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:01 smithi118 bash[38532]: audit 2024-01-18T21:50:01.575519+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}}, \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:50:01.875 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:01 smithi118 bash[35127]: audit 2024-01-18T21:50:01.572858+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}}, \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:50:01.875 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:01 smithi118 bash[35127]: audit 2024-01-18T21:50:01.573307+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:01.875 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:01 smithi118 bash[35127]: audit 2024-01-18T21:50:01.575519+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}}, \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:50:02.324 INFO:teuthology.orchestra.run.smithi144.stdout:Deployed mon.b on host 'smithi144' 2024-01-18T21:50:02.688 DEBUG:teuthology.orchestra.run.smithi144:mon.b> sudo journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.b.service 2024-01-18T21:50:02.691 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-01-18T21:50:02.691 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph mon dump -f json 2024-01-18T21:50:02.720 INFO:journalctl@ceph.mon.b.smithi144.stdout:-- Logs begin at Thu 2024-01-18 21:41:11 UTC. -- 2024-01-18T21:50:07.190 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:06 smithi144 bash[35212]: cluster 2024-01-18T21:50:01.789708+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-01-18T21:50:07.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:06 smithi144 bash[35212]: cluster 2024-01-18T21:50:01.790174+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-18T21:50:07.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:06 smithi144 bash[35212]: audit 2024-01-18T21:50:02.177100+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:02.176348\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}}, \"last_daemon_update\": \"2024-01-18T21:50:02.176479\", \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:50:07.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:06 smithi144 bash[35212]: cluster 2024-01-18T21:50:03.589151+0000 mgr.y (mgr.14142) 23 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:07.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:06 smithi144 bash[35212]: cluster 2024-01-18T21:50:03.787785+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-01-18T21:50:07.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:06 smithi144 bash[35212]: cluster 2024-01-18T21:50:05.589462+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:07.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:06 smithi144 bash[35212]: cluster 2024-01-18T21:50:06.791649+0000 mon.a (mon.0) 146 : cluster [INF] mon.a calling monitor election 2024-01-18T21:50:07.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:06 smithi144 bash[35212]: cluster 2024-01-18T21:50:06.815694+0000 mon.a (mon.0) 147 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-18T21:50:07.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:06 smithi144 bash[35212]: cluster 2024-01-18T21:50:06.820761+0000 mon.a (mon.0) 148 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} 2024-01-18T21:50:07.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:06 smithi144 bash[35212]: cluster 2024-01-18T21:50:06.820812+0000 mon.a (mon.0) 149 : cluster [DBG] fsmap 2024-01-18T21:50:07.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:06 smithi144 bash[35212]: cluster 2024-01-18T21:50:06.820842+0000 mon.a (mon.0) 150 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-18T21:50:07.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:06 smithi144 bash[35212]: cluster 2024-01-18T21:50:06.821055+0000 mon.a (mon.0) 151 : cluster [DBG] mgrmap e13: y(active, since 49s) 2024-01-18T21:50:07.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:06 smithi144 bash[35212]: audit 2024-01-18T21:50:06.821631+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:02.176348\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}}, \"last_daemon_update\": \"2024-01-18T21:50:02.176479\", \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:50:07.191 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:06 smithi144 bash[35212]: cluster 2024-01-18T21:50:06.824333+0000 mon.a (mon.0) 153 : cluster [INF] overall HEALTH_OK 2024-01-18T21:50:07.192 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:06 smithi144 bash[35212]: audit 2024-01-18T21:50:06.826462+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:02.176348\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}}, \"last_daemon_update\": \"2024-01-18T21:50:02.176479\", \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:50:07.239 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[35127]: cluster 2024-01-18T21:50:01.789708+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-01-18T21:50:07.239 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[35127]: cluster 2024-01-18T21:50:01.790174+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-18T21:50:07.239 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[35127]: audit 2024-01-18T21:50:02.177100+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:02.176348\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}}, \"last_daemon_update\": \"2024-01-18T21:50:02.176479\", \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:50:07.239 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[35127]: cluster 2024-01-18T21:50:03.589151+0000 mgr.y (mgr.14142) 23 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:07.239 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[35127]: cluster 2024-01-18T21:50:03.787785+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-01-18T21:50:07.239 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[35127]: cluster 2024-01-18T21:50:05.589462+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:07.239 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[35127]: cluster 2024-01-18T21:50:06.791649+0000 mon.a (mon.0) 146 : cluster [INF] mon.a calling monitor election 2024-01-18T21:50:07.239 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[35127]: cluster 2024-01-18T21:50:06.815694+0000 mon.a (mon.0) 147 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-18T21:50:07.239 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[38532]: cluster 2024-01-18T21:50:01.789708+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-01-18T21:50:07.239 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[38532]: cluster 2024-01-18T21:50:01.790174+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-18T21:50:07.240 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[38532]: audit 2024-01-18T21:50:02.177100+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:02.176348\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}}, \"last_daemon_update\": \"2024-01-18T21:50:02.176479\", \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:50:07.240 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[38532]: cluster 2024-01-18T21:50:03.589151+0000 mgr.y (mgr.14142) 23 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:07.240 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[38532]: cluster 2024-01-18T21:50:03.787785+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-01-18T21:50:07.240 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[38532]: cluster 2024-01-18T21:50:05.589462+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:07.240 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[38532]: cluster 2024-01-18T21:50:06.791649+0000 mon.a (mon.0) 146 : cluster [INF] mon.a calling monitor election 2024-01-18T21:50:07.240 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[38532]: cluster 2024-01-18T21:50:06.815694+0000 mon.a (mon.0) 147 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-18T21:50:07.240 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[35127]: cluster 2024-01-18T21:50:06.820761+0000 mon.a (mon.0) 148 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} 2024-01-18T21:50:07.240 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[35127]: cluster 2024-01-18T21:50:06.820812+0000 mon.a (mon.0) 149 : cluster [DBG] fsmap 2024-01-18T21:50:07.240 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[35127]: cluster 2024-01-18T21:50:06.820842+0000 mon.a (mon.0) 150 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-18T21:50:07.240 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[35127]: cluster 2024-01-18T21:50:06.821055+0000 mon.a (mon.0) 151 : cluster [DBG] mgrmap e13: y(active, since 49s) 2024-01-18T21:50:07.241 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[35127]: audit 2024-01-18T21:50:06.821631+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:02.176348\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}}, \"last_daemon_update\": \"2024-01-18T21:50:02.176479\", \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:50:07.241 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[35127]: cluster 2024-01-18T21:50:06.824333+0000 mon.a (mon.0) 153 : cluster [INF] overall HEALTH_OK 2024-01-18T21:50:07.241 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[35127]: audit 2024-01-18T21:50:06.826462+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:02.176348\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}}, \"last_daemon_update\": \"2024-01-18T21:50:02.176479\", \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:50:07.241 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[38532]: cluster 2024-01-18T21:50:06.820761+0000 mon.a (mon.0) 148 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} 2024-01-18T21:50:07.241 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[38532]: cluster 2024-01-18T21:50:06.820812+0000 mon.a (mon.0) 149 : cluster [DBG] fsmap 2024-01-18T21:50:07.241 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[38532]: cluster 2024-01-18T21:50:06.820842+0000 mon.a (mon.0) 150 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-18T21:50:07.241 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[38532]: cluster 2024-01-18T21:50:06.821055+0000 mon.a (mon.0) 151 : cluster [DBG] mgrmap e13: y(active, since 49s) 2024-01-18T21:50:07.241 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[38532]: audit 2024-01-18T21:50:06.821631+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:02.176348\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}}, \"last_daemon_update\": \"2024-01-18T21:50:02.176479\", \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:50:07.241 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[38532]: cluster 2024-01-18T21:50:06.824333+0000 mon.a (mon.0) 153 : cluster [INF] overall HEALTH_OK 2024-01-18T21:50:07.241 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:06 smithi118 bash[38532]: audit 2024-01-18T21:50:06.826462+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:02.176348\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}}, \"last_daemon_update\": \"2024-01-18T21:50:02.176479\", \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:50:07.915 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-01-18T21:50:07.915 INFO:teuthology.orchestra.run.smithi144.stdout:{"epoch":3,"fsid":"49a198c6-b64b-11ee-95ae-87774f69a715","modified":"2024-01-18T21:50:01.786715Z","created":"2024-01-18T21:48:41.727420Z","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.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},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:3301","nonce":0},{"type":"v1","addr":"172.21.15.118:6790","nonce":0}]},"addr":"172.21.15.118:6790/0","public_addr":"172.21.15.118:6790/0","priority":0,"weight":0},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0}],"quorum":[0,1,2]} 2024-01-18T21:50:07.915 INFO:teuthology.orchestra.run.smithi144.stderr:dumped monmap epoch 3 2024-01-18T21:50:08.190 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:07 smithi144 bash[35212]: cluster 2024-01-18T21:50:07.589808+0000 mgr.y (mgr.14142) 25 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:08.190 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:07 smithi144 bash[35212]: audit 2024-01-18T21:50:07.920373+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.144:0/1609873133' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T21:50:08.238 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:07 smithi118 bash[35127]: cluster 2024-01-18T21:50:07.589808+0000 mgr.y (mgr.14142) 25 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:08.238 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:07 smithi118 bash[35127]: audit 2024-01-18T21:50:07.920373+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.144:0/1609873133' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T21:50:08.239 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:07 smithi118 bash[38532]: cluster 2024-01-18T21:50:07.589808+0000 mgr.y (mgr.14142) 25 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:08.239 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:07 smithi118 bash[38532]: audit 2024-01-18T21:50:07.920373+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.144:0/1609873133' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-18T21:50:08.295 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-18T21:50:08.295 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 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph config generate-minimal-conf 2024-01-18T21:50:09.437 INFO:teuthology.orchestra.run.smithi118.stdout:# minimal ceph.conf for 49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:50:09.437 INFO:teuthology.orchestra.run.smithi118.stdout:[global] 2024-01-18T21:50:09.437 INFO:teuthology.orchestra.run.smithi118.stdout: fsid = 49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:50:09.438 INFO:teuthology.orchestra.run.smithi118.stdout: mon_host = [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] [v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0] 2024-01-18T21:50:09.739 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:09 smithi118 bash[38532]: audit 2024-01-18T21:50:09.443346+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.118:0/587051638' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:09.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:09 smithi118 bash[35127]: audit 2024-01-18T21:50:09.443346+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.118:0/587051638' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:09.833 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-18T21:50:09.833 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-18T21:50:09.833 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.conf 2024-01-18T21:50:09.863 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-18T21:50:09.863 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T21:50:09.930 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-18T21:50:09.930 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/ceph/ceph.conf 2024-01-18T21:50:09.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:09 smithi144 bash[35212]: audit 2024-01-18T21:50:09.443346+0000 mon.a (mon.0) 156 : audit [DBG] from='client.? 172.21.15.118:0/587051638' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:09.967 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-18T21:50:09.967 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-18T21:50:10.037 INFO:tasks.cephadm:Adding mgr.y on smithi118 2024-01-18T21:50:10.037 INFO:tasks.cephadm:Adding mgr.x on smithi144 2024-01-18T21:50:10.037 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph orch apply mgr '2;smithi118=y;smithi144=x' 2024-01-18T21:50:10.580 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:10 smithi144 bash[35212]: cluster 2024-01-18T21:50:09.590204+0000 mgr.y (mgr.14142) 26 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:10.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:10 smithi118 bash[35127]: cluster 2024-01-18T21:50:09.590204+0000 mgr.y (mgr.14142) 26 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:10.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:10 smithi118 bash[38532]: cluster 2024-01-18T21:50:09.590204+0000 mgr.y (mgr.14142) 26 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:11.217 INFO:teuthology.orchestra.run.smithi144.stdout:Scheduled mgr update... 2024-01-18T21:50:11.518 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:11 smithi144 bash[35212]: audit 2024-01-18T21:50:11.219490+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-18T21:50:11.219123\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi144\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-01-18T21:50:11.518 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:11 smithi144 bash[35212]: audit 2024-01-18T21:50:11.222139+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-18T21:50:11.219123\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi144\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-01-18T21:50:11.518 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:11 smithi144 bash[35212]: audit 2024-01-18T21:50:11.223422+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:50:11.519 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:11 smithi144 bash[35212]: audit 2024-01-18T21:50:11.225979+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-18T21:50:11.519 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:11 smithi144 bash[35212]: audit 2024-01-18T21:50:11.226791+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:11.519 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:11 smithi144 bash[35212]: audit 2024-01-18T21:50:11.227742+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-18T21:50:11.577 DEBUG:teuthology.orchestra.run.smithi144:mgr.x> sudo journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mgr.x.service 2024-01-18T21:50:11.579 INFO:tasks.cephadm:Deploying OSDs... 2024-01-18T21:50:11.579 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-18T21:50:11.579 DEBUG:teuthology.orchestra.run.smithi118:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T21:50:11.601 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-18T21:50:11.601 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_1 2024-01-18T21:50:11.607 INFO:journalctl@ceph.mgr.x.smithi144.stdout:-- Logs begin at Thu 2024-01-18 21:41:11 UTC. -- 2024-01-18T21:50:11.664 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-18T21:50:11.664 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T21:50:11.664 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 6h/6d Inode: 165179 Links: 1 2024-01-18T21:50:11.664 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T21:50:11.664 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T21:50:11.664 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-01-18 21:49:51.667329968 +0000 2024-01-18T21:50:11.664 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-01-18 21:46:43.472682073 +0000 2024-01-18T21:50:11.665 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-01-18 21:46:43.472682073 +0000 2024-01-18T21:50:11.665 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-01-18T21:50:11.665 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-18T21:50:11.735 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-01-18T21:50:11.735 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-01-18T21:50:11.735 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000148256 s, 3.5 MB/s 2024-01-18T21:50:11.736 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-18T21:50:11.800 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_2 2024-01-18T21:50:11.863 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-18T21:50:11.863 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T21:50:11.863 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 6h/6d Inode: 163213 Links: 1 2024-01-18T21:50:11.863 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T21:50:11.864 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T21:50:11.864 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-01-18 21:49:51.668329947 +0000 2024-01-18T21:50:11.864 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-01-18 21:46:43.799674902 +0000 2024-01-18T21:50:11.864 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-01-18 21:46:43.799674902 +0000 2024-01-18T21:50:11.864 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-01-18T21:50:11.864 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-18T21:50:11.934 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:11 smithi118 bash[35127]: audit 2024-01-18T21:50:11.219490+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-18T21:50:11.219123\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi144\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-01-18T21:50:11.934 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:11 smithi118 bash[35127]: audit 2024-01-18T21:50:11.222139+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-18T21:50:11.219123\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi144\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-01-18T21:50:11.934 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:11 smithi118 bash[35127]: audit 2024-01-18T21:50:11.223422+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:50:11.934 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:11 smithi118 bash[35127]: audit 2024-01-18T21:50:11.225979+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-18T21:50:11.934 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:11 smithi118 bash[35127]: audit 2024-01-18T21:50:11.226791+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:11.934 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:11 smithi118 bash[35127]: audit 2024-01-18T21:50:11.227742+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-18T21:50:11.934 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:11 smithi118 bash[38532]: audit 2024-01-18T21:50:11.219490+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-18T21:50:11.219123\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi144\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-01-18T21:50:11.935 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:11 smithi118 bash[38532]: audit 2024-01-18T21:50:11.222139+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-18T21:50:11.219123\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi144\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-01-18T21:50:11.935 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:11 smithi118 bash[38532]: audit 2024-01-18T21:50:11.223422+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:50:11.935 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:11 smithi118 bash[38532]: audit 2024-01-18T21:50:11.225979+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-18T21:50:11.935 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:11 smithi118 bash[38532]: audit 2024-01-18T21:50:11.226791+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:11.935 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:11 smithi118 bash[38532]: audit 2024-01-18T21:50:11.227742+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-18T21:50:11.936 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-01-18T21:50:11.936 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-01-18T21:50:11.936 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000146173 s, 3.5 MB/s 2024-01-18T21:50:11.937 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-18T21:50:12.000 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_3 2024-01-18T21:50:12.062 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-18T21:50:12.062 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T21:50:12.062 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 6h/6d Inode: 164021 Links: 1 2024-01-18T21:50:12.062 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T21:50:12.062 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T21:50:12.062 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-01-18 21:49:51.668329947 +0000 2024-01-18T21:50:12.062 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-01-18 21:46:44.144667337 +0000 2024-01-18T21:50:12.062 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-01-18 21:46:44.144667337 +0000 2024-01-18T21:50:12.062 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-01-18T21:50:12.062 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-18T21:50:12.133 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-01-18T21:50:12.133 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-01-18T21:50:12.133 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000126927 s, 4.0 MB/s 2024-01-18T21:50:12.135 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-18T21:50:12.198 DEBUG:teuthology.orchestra.run.smithi118:> stat /dev/vg_nvme/lv_4 2024-01-18T21:50:12.260 INFO:teuthology.orchestra.run.smithi118.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-18T21:50:12.260 INFO:teuthology.orchestra.run.smithi118.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T21:50:12.260 INFO:teuthology.orchestra.run.smithi118.stdout:Device: 6h/6d Inode: 164093 Links: 1 2024-01-18T21:50:12.260 INFO:teuthology.orchestra.run.smithi118.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T21:50:12.260 INFO:teuthology.orchestra.run.smithi118.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T21:50:12.260 INFO:teuthology.orchestra.run.smithi118.stdout:Access: 2024-01-18 21:49:51.668329947 +0000 2024-01-18T21:50:12.260 INFO:teuthology.orchestra.run.smithi118.stdout:Modify: 2024-01-18 21:46:44.497659597 +0000 2024-01-18T21:50:12.260 INFO:teuthology.orchestra.run.smithi118.stdout:Change: 2024-01-18 21:46:44.497659597 +0000 2024-01-18T21:50:12.260 INFO:teuthology.orchestra.run.smithi118.stdout: Birth: - 2024-01-18T21:50:12.261 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-18T21:50:12.331 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records in 2024-01-18T21:50:12.331 INFO:teuthology.orchestra.run.smithi118.stderr:1+0 records out 2024-01-18T21:50:12.331 INFO:teuthology.orchestra.run.smithi118.stderr:512 bytes copied, 0.000148027 s, 3.5 MB/s 2024-01-18T21:50:12.332 DEBUG:teuthology.orchestra.run.smithi118:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-18T21:50:12.396 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-18T21:50:12.396 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/scratch_devs of=/dev/stdout 2024-01-18T21:50:12.418 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-18T21:50:12.418 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_1 2024-01-18T21:50:12.478 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-18T21:50:12.478 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T21:50:12.478 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 161339 Links: 1 2024-01-18T21:50:12.478 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T21:50:12.478 INFO:teuthology.orchestra.run.smithi144.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T21:50:12.479 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-01-18 21:50:01.468557309 +0000 2024-01-18T21:50:12.479 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-01-18 21:46:43.466813844 +0000 2024-01-18T21:50:12.479 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-01-18 21:46:43.466813844 +0000 2024-01-18T21:50:12.479 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-01-18T21:50:12.479 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-18T21:50:12.548 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-01-18T21:50:12.548 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-01-18T21:50:12.548 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000262417 s, 2.0 MB/s 2024-01-18T21:50:12.549 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-18T21:50:12.609 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_2 2024-01-18T21:50:12.668 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-18T21:50:12.668 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T21:50:12.668 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 157662 Links: 1 2024-01-18T21:50:12.668 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T21:50:12.668 INFO:teuthology.orchestra.run.smithi144.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T21:50:12.669 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-01-18 21:50:01.468557309 +0000 2024-01-18T21:50:12.669 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-01-18 21:46:43.803808473 +0000 2024-01-18T21:50:12.669 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-01-18 21:46:43.803808473 +0000 2024-01-18T21:50:12.669 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-01-18T21:50:12.669 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-18T21:50:12.735 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-01-18T21:50:12.735 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-01-18T21:50:12.735 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000212673 s, 2.4 MB/s 2024-01-18T21:50:12.736 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-18T21:50:12.795 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_3 2024-01-18T21:50:12.853 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-18T21:50:12.853 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T21:50:12.853 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 163367 Links: 1 2024-01-18T21:50:12.854 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T21:50:12.854 INFO:teuthology.orchestra.run.smithi144.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T21:50:12.854 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-01-18 21:50:01.468557309 +0000 2024-01-18T21:50:12.854 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-01-18 21:46:44.155802864 +0000 2024-01-18T21:50:12.854 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-01-18 21:46:44.155802864 +0000 2024-01-18T21:50:12.854 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-01-18T21:50:12.854 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-18T21:50:12.917 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:12 smithi144 bash[35212]: audit 2024-01-18T21:50:11.218446+0000 mgr.y (mgr.14142) 27 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi118=y;smithi144=x", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:50:12.917 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:12 smithi144 bash[35212]: cephadm 2024-01-18T21:50:11.219107+0000 mgr.y (mgr.14142) 28 : cephadm [INF] Saving service mgr spec with placement count:2 smithi118=y,smithi144=x 2024-01-18T21:50:12.917 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:12 smithi144 bash[35212]: cephadm 2024-01-18T21:50:11.227383+0000 mgr.y (mgr.14142) 29 : cephadm [INF] Deploying daemon mgr.x on smithi144 2024-01-18T21:50:12.918 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:12 smithi144 bash[35212]: cluster 2024-01-18T21:50:11.590499+0000 mgr.y (mgr.14142) 30 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:12.919 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-01-18T21:50:12.920 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-01-18T21:50:12.920 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000183631 s, 2.8 MB/s 2024-01-18T21:50:12.921 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-18T21:50:12.979 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_4 2024-01-18T21:50:12.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:12 smithi118 bash[38532]: audit 2024-01-18T21:50:11.218446+0000 mgr.y (mgr.14142) 27 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi118=y;smithi144=x", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:50:12.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:12 smithi118 bash[38532]: cephadm 2024-01-18T21:50:11.219107+0000 mgr.y (mgr.14142) 28 : cephadm [INF] Saving service mgr spec with placement count:2 smithi118=y,smithi144=x 2024-01-18T21:50:12.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:12 smithi118 bash[38532]: cephadm 2024-01-18T21:50:11.227383+0000 mgr.y (mgr.14142) 29 : cephadm [INF] Deploying daemon mgr.x on smithi144 2024-01-18T21:50:12.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:12 smithi118 bash[38532]: cluster 2024-01-18T21:50:11.590499+0000 mgr.y (mgr.14142) 30 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:12.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:12 smithi118 bash[35127]: audit 2024-01-18T21:50:11.218446+0000 mgr.y (mgr.14142) 27 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi118=y;smithi144=x", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:50:12.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:12 smithi118 bash[35127]: cephadm 2024-01-18T21:50:11.219107+0000 mgr.y (mgr.14142) 28 : cephadm [INF] Saving service mgr spec with placement count:2 smithi118=y,smithi144=x 2024-01-18T21:50:12.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:12 smithi118 bash[35127]: cephadm 2024-01-18T21:50:11.227383+0000 mgr.y (mgr.14142) 29 : cephadm [INF] Deploying daemon mgr.x on smithi144 2024-01-18T21:50:12.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:12 smithi118 bash[35127]: cluster 2024-01-18T21:50:11.590499+0000 mgr.y (mgr.14142) 30 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:13.037 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-18T21:50:13.037 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-18T21:50:13.038 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 6h/6d Inode: 164374 Links: 1 2024-01-18T21:50:13.038 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-18T21:50:13.038 INFO:teuthology.orchestra.run.smithi144.stdout:Context: system_u:object_r:device_t:s0 2024-01-18T21:50:13.038 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-01-18 21:50:01.468557309 +0000 2024-01-18T21:50:13.038 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-01-18 21:46:44.501797350 +0000 2024-01-18T21:50:13.038 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-01-18 21:46:44.501797350 +0000 2024-01-18T21:50:13.038 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: - 2024-01-18T21:50:13.038 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-18T21:50:13.102 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-01-18T21:50:13.102 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-01-18T21:50:13.102 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000206495 s, 2.5 MB/s 2024-01-18T21:50:13.103 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-18T21:50:13.161 INFO:tasks.cephadm:Deploying osd.0 on smithi118 with /dev/vg_nvme/lv_4... 2024-01-18T21:50:13.162 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 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-01-18T21:50:14.023 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:50:14 smithi144 systemd[1]: Starting Ceph mgr.x for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:50:14.024 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:50:14 smithi144 podman[36255]: Error: no container with ID or name "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr.x" found: no such container 2024-01-18T21:50:14.390 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-01-18T21:50:14.390 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 2024-01-18T21:50:14.391 INFO:teuthology.orchestra.run.smithi118.stderr: stderr: 10+0 records in 2024-01-18T21:50:14.391 INFO:teuthology.orchestra.run.smithi118.stderr:10+0 records out 2024-01-18T21:50:14.391 INFO:teuthology.orchestra.run.smithi118.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00816242 s, 1.3 GB/s 2024-01-18T21:50:14.391 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping successful for: 2024-01-18T21:50:14.439 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:50:14 smithi144 systemd[1]: Started Ceph mgr.x for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:50:14.680 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:14 smithi118 bash[35127]: cluster 2024-01-18T21:50:13.590760+0000 mgr.y (mgr.14142) 31 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:14.680 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:14 smithi118 bash[35127]: audit 2024-01-18T21:50:14.067477+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:02.176348\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}}, \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:50:14.680 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:14 smithi118 bash[35127]: audit 2024-01-18T21:50:14.070469+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:02.176348\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}}, \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:50:14.681 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:14 smithi118 bash[35127]: audit 2024-01-18T21:50:14.071030+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:14.681 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:14 smithi118 bash[38532]: cluster 2024-01-18T21:50:13.590760+0000 mgr.y (mgr.14142) 31 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:14.681 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:14 smithi118 bash[38532]: audit 2024-01-18T21:50:14.067477+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:02.176348\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}}, \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:50:14.681 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:14 smithi118 bash[38532]: audit 2024-01-18T21:50:14.070469+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:02.176348\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}}, \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:50:14.681 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:14 smithi118 bash[38532]: audit 2024-01-18T21:50:14.071030+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:14.773 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 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph orch daemon add osd smithi118:vg_nvme/lv_4 2024-01-18T21:50:14.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:14 smithi144 bash[35212]: cluster 2024-01-18T21:50:13.590760+0000 mgr.y (mgr.14142) 31 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:14.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:14 smithi144 bash[35212]: audit 2024-01-18T21:50:14.067477+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:02.176348\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}}, \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:50:14.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:14 smithi144 bash[35212]: audit 2024-01-18T21:50:14.070469+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:02.176348\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}}, \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:50:14.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:14 smithi144 bash[35212]: audit 2024-01-18T21:50:14.071030+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:16.809 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:16 smithi118 bash[35127]: cluster 2024-01-18T21:50:15.591077+0000 mgr.y (mgr.14142) 32 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:16.809 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:16 smithi118 bash[35127]: audit 2024-01-18T21:50:15.913080+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:50:16.809 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:16 smithi118 bash[35127]: audit 2024-01-18T21:50:15.913571+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:16.809 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:16 smithi118 bash[35127]: audit 2024-01-18T21:50:15.914152+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:16.809 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:16 smithi118 bash[38532]: cluster 2024-01-18T21:50:15.591077+0000 mgr.y (mgr.14142) 32 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:16.809 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:16 smithi118 bash[38532]: audit 2024-01-18T21:50:15.913080+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:50:16.809 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:16 smithi118 bash[38532]: audit 2024-01-18T21:50:15.913571+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:16.810 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:16 smithi118 bash[38532]: audit 2024-01-18T21:50:15.914152+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:16.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:16 smithi144 bash[35212]: cluster 2024-01-18T21:50:15.591077+0000 mgr.y (mgr.14142) 32 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:16.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:16 smithi144 bash[35212]: audit 2024-01-18T21:50:15.913080+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:50:16.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:16 smithi144 bash[35212]: audit 2024-01-18T21:50:15.913571+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:16.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:16 smithi144 bash[35212]: audit 2024-01-18T21:50:15.914152+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[35127]: audit 2024-01-18T21:50:15.912011+0000 mgr.y (mgr.14142) 33 : audit [DBG] from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:50:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[35127]: cephadm 2024-01-18T21:50:15.912807+0000 mgr.y (mgr.14142) 34 : cephadm [INF] Applying osd on host smithi118... 2024-01-18T21:50:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[35127]: audit 2024-01-18T21:50:17.027337+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026661\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026728\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}}, \"last_daemon_update\": \"2024-01-18T21:50:17.026797\", \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:50:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[35127]: audit 2024-01-18T21:50:17.029691+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026661\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026728\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}}, \"last_daemon_update\": \"2024-01-18T21:50:17.026797\", \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:50:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[35127]: audit 2024-01-18T21:50:17.030659+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-01-18T21:50:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[35127]: audit 2024-01-18T21:50:17.031174+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:17.595 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[35127]: audit 2024-01-18T21:50:17.031741+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-01-18T21:50:17.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[35127]: audit 2024-01-18T21:50:17.448103+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.118:0/147936981' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4224c3d-9569-41af-8c06-b3bd6040a131"}]: dispatch 2024-01-18T21:50:17.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[35127]: audit 2024-01-18T21:50:17.448468+0000 mon.a (mon.0) 174 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4224c3d-9569-41af-8c06-b3bd6040a131"}]: dispatch 2024-01-18T21:50:17.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[35127]: audit 2024-01-18T21:50:17.451390+0000 mon.a (mon.0) 175 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4224c3d-9569-41af-8c06-b3bd6040a131"}]': finished 2024-01-18T21:50:17.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[35127]: cluster 2024-01-18T21:50:17.451432+0000 mon.a (mon.0) 176 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-01-18T21:50:17.596 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[35127]: audit 2024-01-18T21:50:17.451545+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:50:17.864 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[38532]: audit 2024-01-18T21:50:15.912011+0000 mgr.y (mgr.14142) 33 : audit [DBG] from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:50:17.864 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[38532]: cephadm 2024-01-18T21:50:15.912807+0000 mgr.y (mgr.14142) 34 : cephadm [INF] Applying osd on host smithi118... 2024-01-18T21:50:17.864 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[38532]: audit 2024-01-18T21:50:17.027337+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026661\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026728\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}}, \"last_daemon_update\": \"2024-01-18T21:50:17.026797\", \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:50:17.864 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[38532]: audit 2024-01-18T21:50:17.029691+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026661\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026728\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}}, \"last_daemon_update\": \"2024-01-18T21:50:17.026797\", \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:50:17.864 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[38532]: audit 2024-01-18T21:50:17.030659+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-01-18T21:50:17.864 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[38532]: audit 2024-01-18T21:50:17.031174+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:17.864 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[38532]: audit 2024-01-18T21:50:17.031741+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-01-18T21:50:17.864 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[38532]: audit 2024-01-18T21:50:17.448103+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.118:0/147936981' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4224c3d-9569-41af-8c06-b3bd6040a131"}]: dispatch 2024-01-18T21:50:17.865 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[38532]: audit 2024-01-18T21:50:17.448468+0000 mon.a (mon.0) 174 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4224c3d-9569-41af-8c06-b3bd6040a131"}]: dispatch 2024-01-18T21:50:17.865 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[38532]: audit 2024-01-18T21:50:17.451390+0000 mon.a (mon.0) 175 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4224c3d-9569-41af-8c06-b3bd6040a131"}]': finished 2024-01-18T21:50:17.865 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[38532]: cluster 2024-01-18T21:50:17.451432+0000 mon.a (mon.0) 176 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-01-18T21:50:17.865 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:17 smithi118 bash[38532]: audit 2024-01-18T21:50:17.451545+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:50:17.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:17 smithi144 bash[35212]: audit 2024-01-18T21:50:15.912011+0000 mgr.y (mgr.14142) 33 : audit [DBG] from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:50:17.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:17 smithi144 bash[35212]: cephadm 2024-01-18T21:50:15.912807+0000 mgr.y (mgr.14142) 34 : cephadm [INF] Applying osd on host smithi118... 2024-01-18T21:50:17.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:17 smithi144 bash[35212]: audit 2024-01-18T21:50:17.027337+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026661\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026728\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}}, \"last_daemon_update\": \"2024-01-18T21:50:17.026797\", \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:50:17.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:17 smithi144 bash[35212]: audit 2024-01-18T21:50:17.029691+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026661\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026728\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}}, \"last_daemon_update\": \"2024-01-18T21:50:17.026797\", \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:50:17.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:17 smithi144 bash[35212]: audit 2024-01-18T21:50:17.030659+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-01-18T21:50:17.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:17 smithi144 bash[35212]: audit 2024-01-18T21:50:17.031174+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:17.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:17 smithi144 bash[35212]: audit 2024-01-18T21:50:17.031741+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-01-18T21:50:17.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:17 smithi144 bash[35212]: audit 2024-01-18T21:50:17.448103+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.118:0/147936981' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4224c3d-9569-41af-8c06-b3bd6040a131"}]: dispatch 2024-01-18T21:50:17.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:17 smithi144 bash[35212]: audit 2024-01-18T21:50:17.448468+0000 mon.a (mon.0) 174 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4224c3d-9569-41af-8c06-b3bd6040a131"}]: dispatch 2024-01-18T21:50:17.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:17 smithi144 bash[35212]: audit 2024-01-18T21:50:17.451390+0000 mon.a (mon.0) 175 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4224c3d-9569-41af-8c06-b3bd6040a131"}]': finished 2024-01-18T21:50:17.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:17 smithi144 bash[35212]: cluster 2024-01-18T21:50:17.451432+0000 mon.a (mon.0) 176 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-01-18T21:50:17.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:17 smithi144 bash[35212]: audit 2024-01-18T21:50:17.451545+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:50:18.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:18 smithi144 bash[35212]: cephadm 2024-01-18T21:50:17.030486+0000 mgr.y (mgr.14142) 35 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-01-18T21:50:18.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:18 smithi144 bash[35212]: cephadm 2024-01-18T21:50:17.031545+0000 mgr.y (mgr.14142) 36 : cephadm [INF] Reconfiguring daemon mgr.y on smithi118 2024-01-18T21:50:18.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:18 smithi144 bash[35212]: cluster 2024-01-18T21:50:17.591505+0000 mgr.y (mgr.14142) 37 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:18.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:18 smithi144 bash[35212]: audit 2024-01-18T21:50:17.898227+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637327\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637434\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}}, \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:18.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:18 smithi144 bash[35212]: audit 2024-01-18T21:50:17.900636+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637327\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637434\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}}, \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:18.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:18 smithi144 bash[35212]: audit 2024-01-18T21:50:17.901237+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:18.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:18 smithi144 bash[35212]: audit 2024-01-18T21:50:18.205099+0000 mon.a (mon.0) 181 : audit [DBG] from='client.? 172.21.15.118:0/1493823179' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:50:18.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:18 smithi144 bash[35212]: cluster 2024-01-18T21:50:18.449826+0000 mon.a (mon.0) 182 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-01-18T21:50:18.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:18 smithi144 bash[35212]: audit 2024-01-18T21:50:18.516962+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516267\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516339\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516370\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}}, \"last_daemon_update\": \"2024-01-18T21:50:18.516434\", \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:18.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:18 smithi144 bash[35212]: audit 2024-01-18T21:50:18.519261+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516267\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516339\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516370\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}}, \"last_daemon_update\": \"2024-01-18T21:50:18.516434\", \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:18.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:18 smithi118 bash[35127]: cephadm 2024-01-18T21:50:17.030486+0000 mgr.y (mgr.14142) 35 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-01-18T21:50:18.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:18 smithi118 bash[35127]: cephadm 2024-01-18T21:50:17.031545+0000 mgr.y (mgr.14142) 36 : cephadm [INF] Reconfiguring daemon mgr.y on smithi118 2024-01-18T21:50:18.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:18 smithi118 bash[35127]: cluster 2024-01-18T21:50:17.591505+0000 mgr.y (mgr.14142) 37 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:18.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:18 smithi118 bash[35127]: audit 2024-01-18T21:50:17.898227+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637327\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637434\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}}, \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:18.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:18 smithi118 bash[38532]: cephadm 2024-01-18T21:50:17.030486+0000 mgr.y (mgr.14142) 35 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-01-18T21:50:18.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:18 smithi118 bash[38532]: cephadm 2024-01-18T21:50:17.031545+0000 mgr.y (mgr.14142) 36 : cephadm [INF] Reconfiguring daemon mgr.y on smithi118 2024-01-18T21:50:18.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:18 smithi118 bash[38532]: cluster 2024-01-18T21:50:17.591505+0000 mgr.y (mgr.14142) 37 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:18.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:18 smithi118 bash[38532]: audit 2024-01-18T21:50:17.898227+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637327\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637434\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}}, \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:18.990 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:18 smithi118 bash[35127]: audit 2024-01-18T21:50:17.900636+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637327\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637434\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}}, \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:18.990 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:18 smithi118 bash[35127]: audit 2024-01-18T21:50:17.901237+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:18.990 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:18 smithi118 bash[35127]: audit 2024-01-18T21:50:18.205099+0000 mon.a (mon.0) 181 : audit [DBG] from='client.? 172.21.15.118:0/1493823179' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:50:18.990 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:18 smithi118 bash[35127]: cluster 2024-01-18T21:50:18.449826+0000 mon.a (mon.0) 182 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-01-18T21:50:18.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:18 smithi118 bash[38532]: audit 2024-01-18T21:50:17.900636+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637327\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:49:52.637434\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}}, \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:18.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:18 smithi118 bash[38532]: audit 2024-01-18T21:50:17.901237+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:18.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:18 smithi118 bash[38532]: audit 2024-01-18T21:50:18.205099+0000 mon.a (mon.0) 181 : audit [DBG] from='client.? 172.21.15.118:0/1493823179' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:50:18.991 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:18 smithi118 bash[38532]: cluster 2024-01-18T21:50:18.449826+0000 mon.a (mon.0) 182 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-01-18T21:50:18.991 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:18 smithi118 bash[38532]: audit 2024-01-18T21:50:18.516962+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516267\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516339\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516370\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}}, \"last_daemon_update\": \"2024-01-18T21:50:18.516434\", \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:18.991 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:18 smithi118 bash[38532]: audit 2024-01-18T21:50:18.519261+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516267\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516339\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516370\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}}, \"last_daemon_update\": \"2024-01-18T21:50:18.516434\", \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:18.991 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:18 smithi118 bash[35127]: audit 2024-01-18T21:50:18.516962+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516267\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516339\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516370\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}}, \"last_daemon_update\": \"2024-01-18T21:50:18.516434\", \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:18.991 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:18 smithi118 bash[35127]: audit 2024-01-18T21:50:18.519261+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516267\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516339\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516370\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}}, \"last_daemon_update\": \"2024-01-18T21:50:18.516434\", \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:19.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:19 smithi144 bash[35212]: cluster 2024-01-18T21:50:19.014907+0000 mon.a (mon.0) 185 : cluster [DBG] Standby manager daemon x started 2024-01-18T21:50:19.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:19 smithi144 bash[35212]: audit 2024-01-18T21:50:19.015890+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.144:0/1104992433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:50:19.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:19 smithi144 bash[35212]: audit 2024-01-18T21:50:19.016981+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.144:0/1104992433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:50:19.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:19 smithi118 bash[35127]: cluster 2024-01-18T21:50:19.014907+0000 mon.a (mon.0) 185 : cluster [DBG] Standby manager daemon x started 2024-01-18T21:50:19.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:19 smithi118 bash[35127]: audit 2024-01-18T21:50:19.015890+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.144:0/1104992433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:50:19.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:19 smithi118 bash[35127]: audit 2024-01-18T21:50:19.016981+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.144:0/1104992433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:50:19.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:19 smithi118 bash[38532]: cluster 2024-01-18T21:50:19.014907+0000 mon.a (mon.0) 185 : cluster [DBG] Standby manager daemon x started 2024-01-18T21:50:19.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:19 smithi118 bash[38532]: audit 2024-01-18T21:50:19.015890+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.144:0/1104992433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:50:19.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:19 smithi118 bash[38532]: audit 2024-01-18T21:50:19.016981+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.144:0/1104992433' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:50:20.872 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:20 smithi118 bash[35127]: cluster 2024-01-18T21:50:19.591963+0000 mgr.y (mgr.14142) 38 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:20.872 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:20 smithi118 bash[35127]: cluster 2024-01-18T21:50:19.609492+0000 mon.a (mon.0) 186 : cluster [DBG] mgrmap e14: y(active, since 62s), standbys: x 2024-01-18T21:50:20.872 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:20 smithi118 bash[35127]: audit 2024-01-18T21:50:19.609614+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-18T21:50:20.872 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:20 smithi118 bash[35127]: audit 2024-01-18T21:50:20.440175+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:20.872 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:20 smithi118 bash[38532]: cluster 2024-01-18T21:50:19.591963+0000 mgr.y (mgr.14142) 38 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:20.873 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:20 smithi118 bash[38532]: cluster 2024-01-18T21:50:19.609492+0000 mon.a (mon.0) 186 : cluster [DBG] mgrmap e14: y(active, since 62s), standbys: x 2024-01-18T21:50:20.873 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:20 smithi118 bash[38532]: audit 2024-01-18T21:50:19.609614+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-18T21:50:20.873 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:20 smithi118 bash[38532]: audit 2024-01-18T21:50:20.440175+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:20.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:20 smithi144 bash[35212]: cluster 2024-01-18T21:50:19.591963+0000 mgr.y (mgr.14142) 38 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:20.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:20 smithi144 bash[35212]: cluster 2024-01-18T21:50:19.609492+0000 mon.a (mon.0) 186 : cluster [DBG] mgrmap e14: y(active, since 62s), standbys: x 2024-01-18T21:50:20.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:20 smithi144 bash[35212]: audit 2024-01-18T21:50:19.609614+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-18T21:50:20.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:20 smithi144 bash[35212]: audit 2024-01-18T21:50:20.440175+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:22.847 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:22 smithi118 bash[35127]: cluster 2024-01-18T21:50:21.592221+0000 mgr.y (mgr.14142) 39 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:22.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:22 smithi118 bash[35127]: audit 2024-01-18T21:50:21.945039+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T21:50:22.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:22 smithi118 bash[35127]: audit 2024-01-18T21:50:21.945537+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:22.848 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:22 smithi118 bash[35127]: audit 2024-01-18T21:50:21.946044+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-18T21:50:22.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:22 smithi118 bash[38532]: cluster 2024-01-18T21:50:21.592221+0000 mgr.y (mgr.14142) 39 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:22.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:22 smithi118 bash[38532]: audit 2024-01-18T21:50:21.945039+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T21:50:22.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:22 smithi118 bash[38532]: audit 2024-01-18T21:50:21.945537+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:22.848 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:22 smithi118 bash[38532]: audit 2024-01-18T21:50:21.946044+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-18T21:50:22.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:22 smithi144 bash[35212]: cluster 2024-01-18T21:50:21.592221+0000 mgr.y (mgr.14142) 39 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:22.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:22 smithi144 bash[35212]: audit 2024-01-18T21:50:21.945039+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T21:50:22.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:22 smithi144 bash[35212]: audit 2024-01-18T21:50:21.945537+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:22.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:22 smithi144 bash[35212]: audit 2024-01-18T21:50:21.946044+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-18T21:50:23.012 INFO:teuthology.orchestra.run.smithi118.stdout:Created osd(s) 0 on host 'smithi118' 2024-01-18T21:50:23.494 DEBUG:teuthology.orchestra.run.smithi118:osd.0> sudo journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.0.service 2024-01-18T21:50:23.495 INFO:tasks.cephadm:Deploying osd.1 on smithi118 with /dev/vg_nvme/lv_3... 2024-01-18T21:50:23.496 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 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-01-18T21:50:23.526 INFO:journalctl@ceph.osd.0.smithi118.stdout:-- Logs begin at Thu 2024-01-18 21:41:13 UTC. -- 2024-01-18T21:50:23.681 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:23 smithi118 bash[38532]: cephadm 2024-01-18T21:50:21.945871+0000 mgr.y (mgr.14142) 40 : cephadm [INF] Deploying daemon osd.0 on smithi118 2024-01-18T21:50:23.681 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:23 smithi118 bash[38532]: audit 2024-01-18T21:50:23.009411+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516267\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516339\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516370\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"daemon_id\": \"0\", \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:21.944760\"}}, \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:23.681 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:23 smithi118 bash[38532]: audit 2024-01-18T21:50:23.009797+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:23.681 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:23 smithi118 bash[38532]: audit 2024-01-18T21:50:23.012936+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516267\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516339\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516370\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"daemon_id\": \"0\", \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:21.944760\"}}, \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:23.682 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:23 smithi118 bash[35127]: cephadm 2024-01-18T21:50:21.945871+0000 mgr.y (mgr.14142) 40 : cephadm [INF] Deploying daemon osd.0 on smithi118 2024-01-18T21:50:23.682 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:23 smithi118 bash[35127]: audit 2024-01-18T21:50:23.009411+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516267\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516339\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516370\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"daemon_id\": \"0\", \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:21.944760\"}}, \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:23.682 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:23 smithi118 bash[35127]: audit 2024-01-18T21:50:23.009797+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:23.682 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:23 smithi118 bash[35127]: audit 2024-01-18T21:50:23.012936+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516267\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516339\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516370\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"daemon_id\": \"0\", \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:21.944760\"}}, \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:23.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:23 smithi144 bash[35212]: cephadm 2024-01-18T21:50:21.945871+0000 mgr.y (mgr.14142) 40 : cephadm [INF] Deploying daemon osd.0 on smithi118 2024-01-18T21:50:23.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:23 smithi144 bash[35212]: audit 2024-01-18T21:50:23.009411+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516267\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516339\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516370\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"daemon_id\": \"0\", \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:21.944760\"}}, \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:23.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:23 smithi144 bash[35212]: audit 2024-01-18T21:50:23.009797+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:23.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:23 smithi144 bash[35212]: audit 2024-01-18T21:50:23.012936+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516267\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516339\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:18.516370\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"daemon_id\": \"0\", \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:21.944760\"}}, \"last_device_update\": \"2024-01-18T21:49:21.487655\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:24.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:24 smithi118 bash[35127]: cluster 2024-01-18T21:50:23.592451+0000 mgr.y (mgr.14142) 41 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:24.739 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:24 smithi118 bash[38532]: cluster 2024-01-18T21:50:23.592451+0000 mgr.y (mgr.14142) 41 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:24.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:24 smithi118 bash[35127]: audit 2024-01-18T21:50:24.355612+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.355001\", \"created\": \"2024-01-18T21:50:22.978648\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:21.944760\"}}, \"last_daemon_update\": \"2024-01-18T21:50:24.355058\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:24.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:24 smithi118 bash[35127]: audit 2024-01-18T21:50:24.358250+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.355001\", \"created\": \"2024-01-18T21:50:22.978648\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:21.944760\"}}, \"last_daemon_update\": \"2024-01-18T21:50:24.355058\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:24.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:24 smithi118 bash[35127]: audit 2024-01-18T21:50:24.358721+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:24.739 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:24 smithi118 bash[38532]: audit 2024-01-18T21:50:24.355612+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.355001\", \"created\": \"2024-01-18T21:50:22.978648\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:21.944760\"}}, \"last_daemon_update\": \"2024-01-18T21:50:24.355058\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:24.740 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:24 smithi118 bash[38532]: audit 2024-01-18T21:50:24.358250+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.355001\", \"created\": \"2024-01-18T21:50:22.978648\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:21.944760\"}}, \"last_daemon_update\": \"2024-01-18T21:50:24.355058\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:24.740 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:24 smithi118 bash[38532]: audit 2024-01-18T21:50:24.358721+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:24.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:24 smithi144 bash[35212]: cluster 2024-01-18T21:50:23.592451+0000 mgr.y (mgr.14142) 41 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:24.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:24 smithi144 bash[35212]: audit 2024-01-18T21:50:24.355612+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.355001\", \"created\": \"2024-01-18T21:50:22.978648\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:21.944760\"}}, \"last_daemon_update\": \"2024-01-18T21:50:24.355058\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:24.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:24 smithi144 bash[35212]: audit 2024-01-18T21:50:24.358250+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.355001\", \"created\": \"2024-01-18T21:50:22.978648\"}}, \"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:21.944760\"}}, \"last_daemon_update\": \"2024-01-18T21:50:24.355058\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:24.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:24 smithi144 bash[35212]: audit 2024-01-18T21:50:24.358721+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:25.238 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:24 smithi118 bash[40908]: debug 2024-01-18T21:50:24.783+0000 7f3e3aa90ec0 -1 Falling back to public interface 2024-01-18T21:50:25.269 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-01-18T21:50:25.269 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 2024-01-18T21:50:25.269 INFO:teuthology.orchestra.run.smithi118.stderr: stderr: 10+0 records in 2024-01-18T21:50:25.269 INFO:teuthology.orchestra.run.smithi118.stderr:10+0 records out 2024-01-18T21:50:25.269 INFO:teuthology.orchestra.run.smithi118.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0126116 s, 831 MB/s 2024-01-18T21:50:25.269 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping successful for: 2024-01-18T21:50:25.545 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:25 smithi118 bash[40908]: debug 2024-01-18T21:50:25.331+0000 7f3e3aa90ec0 -1 osd.0 0 log_to_monitors {default=true} 2024-01-18T21:50:25.656 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 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph orch daemon add osd smithi118:vg_nvme/lv_3 2024-01-18T21:50:25.891 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:25 smithi118 bash[35127]: audit 2024-01-18T21:50:25.334198+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.118:6802/2122771484,v1:172.21.15.118:6803/2122771484]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T21:50:25.891 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:25 smithi118 bash[35127]: audit 2024-01-18T21:50:25.334462+0000 mon.a (mon.0) 198 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T21:50:25.891 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:25 smithi118 bash[38532]: audit 2024-01-18T21:50:25.334198+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.118:6802/2122771484,v1:172.21.15.118:6803/2122771484]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T21:50:25.891 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:25 smithi118 bash[38532]: audit 2024-01-18T21:50:25.334462+0000 mon.a (mon.0) 198 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T21:50:25.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:25 smithi144 bash[35212]: audit 2024-01-18T21:50:25.334198+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.118:6802/2122771484,v1:172.21.15.118:6803/2122771484]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T21:50:25.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:25 smithi144 bash[35212]: audit 2024-01-18T21:50:25.334462+0000 mon.a (mon.0) 198 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T21:50:26.697 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:26 smithi118 bash[40908]: debug 2024-01-18T21:50:26.613+0000 7f3e23845700 -1 osd.0 0 waiting for initial osdmap 2024-01-18T21:50:26.697 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:26 smithi118 bash[40908]: debug 2024-01-18T21:50:26.615+0000 7f3e2ea61700 -1 osd.0 9 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-18T21:50:26.698 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:26 smithi118 bash[35127]: cluster 2024-01-18T21:50:25.592727+0000 mgr.y (mgr.14142) 42 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:26.698 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:26 smithi118 bash[35127]: audit 2024-01-18T21:50:25.605613+0000 mon.a (mon.0) 199 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-18T21:50:26.699 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:26 smithi118 bash[35127]: cluster 2024-01-18T21:50:25.605656+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-01-18T21:50:26.699 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:26 smithi118 bash[35127]: audit 2024-01-18T21:50:25.605916+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:50:26.699 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:26 smithi118 bash[35127]: audit 2024-01-18T21:50:25.606181+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.118:6802/2122771484,v1:172.21.15.118:6803/2122771484]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:50:26.699 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:26 smithi118 bash[35127]: audit 2024-01-18T21:50:25.606493+0000 mon.a (mon.0) 202 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:50:26.699 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:26 smithi118 bash[35127]: cluster 2024-01-18T21:50:26.321394+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:50:26.699 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:26 smithi118 bash[35127]: cluster 2024-01-18T21:50:26.321458+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:50:26.699 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:26 smithi118 bash[35127]: audit 2024-01-18T21:50:26.562275+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:26.700 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:26 smithi118 bash[38532]: cluster 2024-01-18T21:50:25.592727+0000 mgr.y (mgr.14142) 42 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:26.700 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:26 smithi118 bash[38532]: audit 2024-01-18T21:50:25.605613+0000 mon.a (mon.0) 199 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-18T21:50:26.700 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:26 smithi118 bash[38532]: cluster 2024-01-18T21:50:25.605656+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-01-18T21:50:26.700 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:26 smithi118 bash[38532]: audit 2024-01-18T21:50:25.605916+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:50:26.700 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:26 smithi118 bash[38532]: audit 2024-01-18T21:50:25.606181+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.118:6802/2122771484,v1:172.21.15.118:6803/2122771484]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:50:26.700 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:26 smithi118 bash[38532]: audit 2024-01-18T21:50:25.606493+0000 mon.a (mon.0) 202 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:50:26.700 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:26 smithi118 bash[38532]: cluster 2024-01-18T21:50:26.321394+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:50:26.701 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:26 smithi118 bash[38532]: cluster 2024-01-18T21:50:26.321458+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:50:26.701 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:26 smithi118 bash[38532]: audit 2024-01-18T21:50:26.562275+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:26.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:26 smithi144 bash[35212]: cluster 2024-01-18T21:50:25.592727+0000 mgr.y (mgr.14142) 42 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:26.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:26 smithi144 bash[35212]: audit 2024-01-18T21:50:25.605613+0000 mon.a (mon.0) 199 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-18T21:50:26.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:26 smithi144 bash[35212]: cluster 2024-01-18T21:50:25.605656+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-01-18T21:50:26.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:26 smithi144 bash[35212]: audit 2024-01-18T21:50:25.605916+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:50:26.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:26 smithi144 bash[35212]: audit 2024-01-18T21:50:25.606181+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.118:6802/2122771484,v1:172.21.15.118:6803/2122771484]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:50:26.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:26 smithi144 bash[35212]: audit 2024-01-18T21:50:25.606493+0000 mon.a (mon.0) 202 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:50:26.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:26 smithi144 bash[35212]: cluster 2024-01-18T21:50:26.321394+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:50:26.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:26 smithi144 bash[35212]: cluster 2024-01-18T21:50:26.321458+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:50:26.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:26 smithi144 bash[35212]: audit 2024-01-18T21:50:26.562275+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:27.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:27 smithi118 bash[35127]: audit 2024-01-18T21:50:26.606300+0000 mon.a (mon.0) 204 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-18T21:50:27.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:27 smithi118 bash[35127]: cluster 2024-01-18T21:50:26.606335+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-01-18T21:50:27.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:27 smithi118 bash[35127]: audit 2024-01-18T21:50:26.606704+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:50:27.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:27 smithi118 bash[35127]: audit 2024-01-18T21:50:26.758584+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.355001\", \"created\": \"2024-01-18T21:50:22.978648\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:21.944760\"}}, \"last_daemon_update\": \"2024-01-18T21:50:24.355058\", \"last_device_update\": \"2024-01-18T21:50:26.757580\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:27.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:27 smithi118 bash[35127]: audit 2024-01-18T21:50:26.761423+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.355001\", \"created\": \"2024-01-18T21:50:22.978648\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:21.944760\"}}, \"last_daemon_update\": \"2024-01-18T21:50:24.355058\", \"last_device_update\": \"2024-01-18T21:50:26.757580\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:27.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:27 smithi118 bash[35127]: audit 2024-01-18T21:50:26.996274+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:50:27.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:27 smithi118 bash[35127]: audit 2024-01-18T21:50:26.996812+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:27.610 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:27 smithi118 bash[35127]: audit 2024-01-18T21:50:26.997453+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:27.878 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:27 smithi118 bash[38532]: audit 2024-01-18T21:50:26.606300+0000 mon.a (mon.0) 204 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-18T21:50:27.878 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:27 smithi118 bash[38532]: cluster 2024-01-18T21:50:26.606335+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-01-18T21:50:27.878 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:27 smithi118 bash[38532]: audit 2024-01-18T21:50:26.606704+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:50:27.878 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:27 smithi118 bash[38532]: audit 2024-01-18T21:50:26.758584+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.355001\", \"created\": \"2024-01-18T21:50:22.978648\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:21.944760\"}}, \"last_daemon_update\": \"2024-01-18T21:50:24.355058\", \"last_device_update\": \"2024-01-18T21:50:26.757580\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:27.878 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:27 smithi118 bash[38532]: audit 2024-01-18T21:50:26.761423+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.355001\", \"created\": \"2024-01-18T21:50:22.978648\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:21.944760\"}}, \"last_daemon_update\": \"2024-01-18T21:50:24.355058\", \"last_device_update\": \"2024-01-18T21:50:26.757580\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:27.878 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:27 smithi118 bash[38532]: audit 2024-01-18T21:50:26.996274+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:50:27.878 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:27 smithi118 bash[38532]: audit 2024-01-18T21:50:26.996812+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:27.879 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:27 smithi118 bash[38532]: audit 2024-01-18T21:50:26.997453+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:27.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:27 smithi144 bash[35212]: audit 2024-01-18T21:50:26.606300+0000 mon.a (mon.0) 204 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-18T21:50:27.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:27 smithi144 bash[35212]: cluster 2024-01-18T21:50:26.606335+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-01-18T21:50:27.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:27 smithi144 bash[35212]: audit 2024-01-18T21:50:26.606704+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:50:27.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:27 smithi144 bash[35212]: audit 2024-01-18T21:50:26.758584+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.355001\", \"created\": \"2024-01-18T21:50:22.978648\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:21.944760\"}}, \"last_daemon_update\": \"2024-01-18T21:50:24.355058\", \"last_device_update\": \"2024-01-18T21:50:26.757580\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:27.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:27 smithi144 bash[35212]: audit 2024-01-18T21:50:26.761423+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.355001\", \"created\": \"2024-01-18T21:50:22.978648\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:21.944760\"}}, \"last_daemon_update\": \"2024-01-18T21:50:24.355058\", \"last_device_update\": \"2024-01-18T21:50:26.757580\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:27.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:27 smithi144 bash[35212]: audit 2024-01-18T21:50:26.996274+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:50:27.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:27 smithi144 bash[35212]: audit 2024-01-18T21:50:26.996812+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:27.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:27 smithi144 bash[35212]: audit 2024-01-18T21:50:26.997453+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:28.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:28 smithi144 bash[35212]: audit 2024-01-18T21:50:26.995492+0000 mgr.y (mgr.14142) 43 : audit [DBG] from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:50:28.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:28 smithi144 bash[35212]: cephadm 2024-01-18T21:50:26.996038+0000 mgr.y (mgr.14142) 44 : cephadm [INF] Applying osd on host smithi118... 2024-01-18T21:50:28.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:28 smithi144 bash[35212]: cluster 2024-01-18T21:50:27.593146+0000 mgr.y (mgr.14142) 45 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:28.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:28 smithi144 bash[35212]: cluster 2024-01-18T21:50:27.613882+0000 mon.a (mon.0) 212 : cluster [INF] osd.0 [v2:172.21.15.118:6802/2122771484,v1:172.21.15.118:6803/2122771484] boot 2024-01-18T21:50:28.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:28 smithi144 bash[35212]: cluster 2024-01-18T21:50:27.613933+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-01-18T21:50:28.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:28 smithi144 bash[35212]: audit 2024-01-18T21:50:27.614339+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:50:28.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:28 smithi144 bash[35212]: audit 2024-01-18T21:50:28.454312+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.118:0/2210272753' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8dca357-6548-41bb-86ad-681eea46fd7e"}]: dispatch 2024-01-18T21:50:28.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:28 smithi144 bash[35212]: audit 2024-01-18T21:50:28.454555+0000 mon.a (mon.0) 215 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8dca357-6548-41bb-86ad-681eea46fd7e"}]: dispatch 2024-01-18T21:50:28.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:28 smithi144 bash[35212]: audit 2024-01-18T21:50:28.458068+0000 mon.a (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8dca357-6548-41bb-86ad-681eea46fd7e"}]': finished 2024-01-18T21:50:28.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:28 smithi144 bash[35212]: cluster 2024-01-18T21:50:28.458111+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e11: 2 total, 1 up, 1 in 2024-01-18T21:50:28.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:28 smithi144 bash[35212]: audit 2024-01-18T21:50:28.458224+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:50:28.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[35127]: audit 2024-01-18T21:50:26.995492+0000 mgr.y (mgr.14142) 43 : audit [DBG] from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:50:28.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[35127]: cephadm 2024-01-18T21:50:26.996038+0000 mgr.y (mgr.14142) 44 : cephadm [INF] Applying osd on host smithi118... 2024-01-18T21:50:28.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[35127]: cluster 2024-01-18T21:50:27.593146+0000 mgr.y (mgr.14142) 45 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:28.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[35127]: cluster 2024-01-18T21:50:27.613882+0000 mon.a (mon.0) 212 : cluster [INF] osd.0 [v2:172.21.15.118:6802/2122771484,v1:172.21.15.118:6803/2122771484] boot 2024-01-18T21:50:28.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[35127]: cluster 2024-01-18T21:50:27.613933+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-01-18T21:50:28.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[35127]: audit 2024-01-18T21:50:27.614339+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:50:28.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[35127]: audit 2024-01-18T21:50:28.454312+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.118:0/2210272753' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8dca357-6548-41bb-86ad-681eea46fd7e"}]: dispatch 2024-01-18T21:50:28.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[35127]: audit 2024-01-18T21:50:28.454555+0000 mon.a (mon.0) 215 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8dca357-6548-41bb-86ad-681eea46fd7e"}]: dispatch 2024-01-18T21:50:28.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[35127]: audit 2024-01-18T21:50:28.458068+0000 mon.a (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8dca357-6548-41bb-86ad-681eea46fd7e"}]': finished 2024-01-18T21:50:28.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[35127]: cluster 2024-01-18T21:50:28.458111+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e11: 2 total, 1 up, 1 in 2024-01-18T21:50:28.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[35127]: audit 2024-01-18T21:50:28.458224+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:50:28.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[38532]: audit 2024-01-18T21:50:26.995492+0000 mgr.y (mgr.14142) 43 : audit [DBG] from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:50:28.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[38532]: cephadm 2024-01-18T21:50:26.996038+0000 mgr.y (mgr.14142) 44 : cephadm [INF] Applying osd on host smithi118... 2024-01-18T21:50:28.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[38532]: cluster 2024-01-18T21:50:27.593146+0000 mgr.y (mgr.14142) 45 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-18T21:50:28.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[38532]: cluster 2024-01-18T21:50:27.613882+0000 mon.a (mon.0) 212 : cluster [INF] osd.0 [v2:172.21.15.118:6802/2122771484,v1:172.21.15.118:6803/2122771484] boot 2024-01-18T21:50:28.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[38532]: cluster 2024-01-18T21:50:27.613933+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-01-18T21:50:28.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[38532]: audit 2024-01-18T21:50:27.614339+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:50:28.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[38532]: audit 2024-01-18T21:50:28.454312+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.118:0/2210272753' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8dca357-6548-41bb-86ad-681eea46fd7e"}]: dispatch 2024-01-18T21:50:28.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[38532]: audit 2024-01-18T21:50:28.454555+0000 mon.a (mon.0) 215 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b8dca357-6548-41bb-86ad-681eea46fd7e"}]: dispatch 2024-01-18T21:50:28.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[38532]: audit 2024-01-18T21:50:28.458068+0000 mon.a (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8dca357-6548-41bb-86ad-681eea46fd7e"}]': finished 2024-01-18T21:50:28.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[38532]: cluster 2024-01-18T21:50:28.458111+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e11: 2 total, 1 up, 1 in 2024-01-18T21:50:28.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:28 smithi118 bash[38532]: audit 2024-01-18T21:50:28.458224+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:50:29.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:29 smithi144 bash[35212]: audit 2024-01-18T21:50:29.151178+0000 mon.a (mon.0) 219 : audit [DBG] from='client.? 172.21.15.118:0/4278477400' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:50:29.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:29 smithi144 bash[35212]: cluster 2024-01-18T21:50:29.459353+0000 mon.a (mon.0) 220 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2024-01-18T21:50:29.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:29 smithi144 bash[35212]: audit 2024-01-18T21:50:29.459475+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:50:29.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:29 smithi118 bash[38532]: audit 2024-01-18T21:50:29.151178+0000 mon.a (mon.0) 219 : audit [DBG] from='client.? 172.21.15.118:0/4278477400' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:50:29.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:29 smithi118 bash[38532]: cluster 2024-01-18T21:50:29.459353+0000 mon.a (mon.0) 220 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2024-01-18T21:50:29.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:29 smithi118 bash[38532]: audit 2024-01-18T21:50:29.459475+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:50:29.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:29 smithi118 bash[35127]: audit 2024-01-18T21:50:29.151178+0000 mon.a (mon.0) 219 : audit [DBG] from='client.? 172.21.15.118:0/4278477400' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:50:29.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:29 smithi118 bash[35127]: cluster 2024-01-18T21:50:29.459353+0000 mon.a (mon.0) 220 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2024-01-18T21:50:29.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:29 smithi118 bash[35127]: audit 2024-01-18T21:50:29.459475+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:50:30.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:30 smithi144 bash[35212]: cluster 2024-01-18T21:50:29.593460+0000 mgr.y (mgr.14142) 46 : cluster [DBG] pgmap v36: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-18T21:50:30.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:30 smithi118 bash[35127]: cluster 2024-01-18T21:50:29.593460+0000 mgr.y (mgr.14142) 46 : cluster [DBG] pgmap v36: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-18T21:50:30.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:30 smithi118 bash[38532]: cluster 2024-01-18T21:50:29.593460+0000 mgr.y (mgr.14142) 46 : cluster [DBG] pgmap v36: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-18T21:50:31.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:31 smithi144 bash[35212]: audit 2024-01-18T21:50:31.378730+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:31.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:31 smithi118 bash[35127]: audit 2024-01-18T21:50:31.378730+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:31.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:31 smithi118 bash[38532]: audit 2024-01-18T21:50:31.378730+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:32.843 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:32 smithi118 bash[38532]: cluster 2024-01-18T21:50:31.593795+0000 mgr.y (mgr.14142) 47 : cluster [DBG] pgmap v37: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-18T21:50:32.843 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:32 smithi118 bash[35127]: cluster 2024-01-18T21:50:31.593795+0000 mgr.y (mgr.14142) 47 : cluster [DBG] pgmap v37: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-18T21:50:32.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:32 smithi144 bash[35212]: cluster 2024-01-18T21:50:31.593795+0000 mgr.y (mgr.14142) 47 : cluster [DBG] pgmap v37: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-18T21:50:33.738 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:33 smithi118 bash[38532]: audit 2024-01-18T21:50:32.910781+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T21:50:33.738 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:33 smithi118 bash[38532]: audit 2024-01-18T21:50:32.911318+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:33.738 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:33 smithi118 bash[38532]: audit 2024-01-18T21:50:32.911891+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-18T21:50:33.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:33 smithi118 bash[35127]: audit 2024-01-18T21:50:32.910781+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T21:50:33.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:33 smithi118 bash[35127]: audit 2024-01-18T21:50:32.911318+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:33.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:33 smithi118 bash[35127]: audit 2024-01-18T21:50:32.911891+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-18T21:50:33.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:33 smithi144 bash[35212]: audit 2024-01-18T21:50:32.910781+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T21:50:33.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:33 smithi144 bash[35212]: audit 2024-01-18T21:50:32.911318+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:33.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:33 smithi144 bash[35212]: audit 2024-01-18T21:50:32.911891+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-18T21:50:34.064 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:33 smithi118 systemd[1]: Stopping Ceph osd.0 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:50:34.064 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:33 smithi118 bash[40908]: debug 2024-01-18T21:50:33.833+0000 7f3e322d8700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-18T21:50:34.064 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:33 smithi118 bash[40908]: debug 2024-01-18T21:50:33.833+0000 7f3e322d8700 -1 osd.0 12 *** Got signal Terminated *** 2024-01-18T21:50:34.064 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:33 smithi118 bash[40908]: debug 2024-01-18T21:50:33.833+0000 7f3e322d8700 -1 osd.0 12 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-18T21:50:34.487 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:34 smithi118 podman[42071]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.0 2024-01-18T21:50:34.874 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:34 smithi118 bash[35127]: cephadm 2024-01-18T21:50:32.911701+0000 mgr.y (mgr.14142) 48 : cephadm [INF] Deploying daemon osd.0 on smithi118 2024-01-18T21:50:34.874 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:34 smithi118 bash[35127]: cluster 2024-01-18T21:50:33.594094+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v38: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-18T21:50:34.874 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:34 smithi118 bash[38532]: cephadm 2024-01-18T21:50:32.911701+0000 mgr.y (mgr.14142) 48 : cephadm [INF] Deploying daemon osd.0 on smithi118 2024-01-18T21:50:34.874 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:34 smithi118 bash[38532]: cluster 2024-01-18T21:50:33.594094+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v38: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-18T21:50:34.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:34 smithi144 bash[35212]: cephadm 2024-01-18T21:50:32.911701+0000 mgr.y (mgr.14142) 48 : cephadm [INF] Deploying daemon osd.0 on smithi118 2024-01-18T21:50:34.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:34 smithi144 bash[35212]: cluster 2024-01-18T21:50:33.594094+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v38: 1 pgs: 1 undersized+peered; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-18T21:50:35.136 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:34 smithi118 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.0.service: Succeeded. 2024-01-18T21:50:35.136 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:34 smithi118 systemd[1]: Stopped Ceph osd.0 for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:50:35.137 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:34 smithi118 systemd[1]: Starting Ceph osd.0 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:50:35.137 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:35 smithi118 podman[42208]: Error: no container with ID or name "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.0" found: no such container 2024-01-18T21:50:35.137 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:35 smithi118 systemd[1]: Started Ceph osd.0 for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:50:35.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[35127]: audit 2024-01-18T21:50:35.057324+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"daemon_id\": \"0\", \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}}, \"last_device_update\": \"2024-01-18T21:50:26.757580\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:35.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[35127]: audit 2024-01-18T21:50:35.057703+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:35.739 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[42224]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-18T21:50:35.739 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[42224]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2024-01-18T21:50:35.739 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[42224]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-01-18T21:50:35.739 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[42224]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-01-18T21:50:35.740 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[42224]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-01-18T21:50:35.740 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[42224]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-18T21:50:35.740 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[42224]: --> ceph-volume lvm activate successful for osd ID: 0 2024-01-18T21:50:35.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[35127]: audit 2024-01-18T21:50:35.060631+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"daemon_id\": \"0\", \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}}, \"last_device_update\": \"2024-01-18T21:50:26.757580\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:35.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[35127]: audit 2024-01-18T21:50:35.061115+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T21:50:35.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[35127]: audit 2024-01-18T21:50:35.062319+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:35.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[35127]: cephadm 2024-01-18T21:50:35.062747+0000 mgr.y (mgr.14142) 50 : cephadm [INF] Deploying daemon osd.1 on smithi118 2024-01-18T21:50:35.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[35127]: audit 2024-01-18T21:50:35.062945+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-18T21:50:35.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[35127]: cluster 2024-01-18T21:50:35.594389+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v39: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-18T21:50:35.741 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[38532]: audit 2024-01-18T21:50:35.057324+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"daemon_id\": \"0\", \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}}, \"last_device_update\": \"2024-01-18T21:50:26.757580\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:35.741 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[38532]: audit 2024-01-18T21:50:35.057703+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:35.741 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[38532]: audit 2024-01-18T21:50:35.060631+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"daemon_id\": \"0\", \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}}, \"last_device_update\": \"2024-01-18T21:50:26.757580\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:35.741 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[38532]: audit 2024-01-18T21:50:35.061115+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T21:50:35.741 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[38532]: audit 2024-01-18T21:50:35.062319+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:35.741 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[38532]: cephadm 2024-01-18T21:50:35.062747+0000 mgr.y (mgr.14142) 50 : cephadm [INF] Deploying daemon osd.1 on smithi118 2024-01-18T21:50:35.741 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[38532]: audit 2024-01-18T21:50:35.062945+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-18T21:50:35.741 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:35 smithi118 bash[38532]: cluster 2024-01-18T21:50:35.594389+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v39: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-18T21:50:35.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:35 smithi144 bash[35212]: audit 2024-01-18T21:50:35.057324+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"daemon_id\": \"0\", \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}}, \"last_device_update\": \"2024-01-18T21:50:26.757580\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:35.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:35 smithi144 bash[35212]: audit 2024-01-18T21:50:35.057703+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:35.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:35 smithi144 bash[35212]: audit 2024-01-18T21:50:35.060631+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"daemon_id\": \"0\", \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}}, \"last_device_update\": \"2024-01-18T21:50:26.757580\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:35.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:35 smithi144 bash[35212]: audit 2024-01-18T21:50:35.061115+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T21:50:35.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:35 smithi144 bash[35212]: audit 2024-01-18T21:50:35.062319+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:35.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:35 smithi144 bash[35212]: cephadm 2024-01-18T21:50:35.062747+0000 mgr.y (mgr.14142) 50 : cephadm [INF] Deploying daemon osd.1 on smithi118 2024-01-18T21:50:35.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:35 smithi144 bash[35212]: audit 2024-01-18T21:50:35.062945+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-18T21:50:35.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:35 smithi144 bash[35212]: cluster 2024-01-18T21:50:35.594389+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v39: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-18T21:50:36.365 INFO:teuthology.orchestra.run.smithi118.stdout:Created osd(s) 0,1 on host 'smithi118' 2024-01-18T21:50:36.811 DEBUG:teuthology.orchestra.run.smithi118:osd.1> sudo journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.1.service 2024-01-18T21:50:36.813 INFO:tasks.cephadm:Deploying osd.2 on smithi118 with /dev/vg_nvme/lv_2... 2024-01-18T21:50:36.814 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 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-01-18T21:50:36.846 INFO:journalctl@ceph.osd.1.smithi118.stdout:-- Logs begin at Thu 2024-01-18 21:41:13 UTC. -- 2024-01-18T21:50:37.150 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:36 smithi118 bash[42521]: debug 2024-01-18T21:50:36.949+0000 7f6f95cbaec0 -1 Falling back to public interface 2024-01-18T21:50:37.150 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:37 smithi118 bash[35127]: audit 2024-01-18T21:50:36.365747+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"daemon_id\": \"1\", \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_device_update\": \"2024-01-18T21:50:26.757580\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:37.151 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:37 smithi118 bash[35127]: audit 2024-01-18T21:50:36.369259+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"daemon_id\": \"1\", \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_device_update\": \"2024-01-18T21:50:26.757580\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:37.151 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:37 smithi118 bash[38532]: audit 2024-01-18T21:50:36.365747+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"daemon_id\": \"1\", \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_device_update\": \"2024-01-18T21:50:26.757580\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:37.151 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:37 smithi118 bash[38532]: audit 2024-01-18T21:50:36.369259+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"daemon_id\": \"1\", \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_device_update\": \"2024-01-18T21:50:26.757580\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:37.151 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:36 smithi118 bash[42577]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-01-18T21:50:37.151 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:36 smithi118 bash[42577]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2024-01-18T21:50:37.151 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:36 smithi118 bash[42577]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-01-18T21:50:37.152 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:36 smithi118 bash[42577]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-01-18T21:50:37.152 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:36 smithi118 bash[42577]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-01-18T21:50:37.152 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:36 smithi118 bash[42577]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-01-18T21:50:37.152 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:36 smithi118 bash[42577]: --> ceph-volume lvm activate successful for osd ID: 1 2024-01-18T21:50:37.152 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:37 smithi118 bash[35127]: audit 2024-01-18T21:50:36.848816+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.847979\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848053\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848084\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848113\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_daemon_update\": \"2024-01-18T21:50:36.848181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:37.152 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:37 smithi118 bash[35127]: audit 2024-01-18T21:50:36.852031+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.847979\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848053\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848084\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848113\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_daemon_update\": \"2024-01-18T21:50:36.848181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:37.152 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:37 smithi118 bash[35127]: audit 2024-01-18T21:50:36.852667+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:37.153 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:37 smithi118 bash[38532]: audit 2024-01-18T21:50:36.848816+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.847979\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848053\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848084\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848113\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_daemon_update\": \"2024-01-18T21:50:36.848181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:37.153 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:37 smithi118 bash[38532]: audit 2024-01-18T21:50:36.852031+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.847979\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848053\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848084\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848113\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_daemon_update\": \"2024-01-18T21:50:36.848181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:37.153 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:37 smithi118 bash[38532]: audit 2024-01-18T21:50:36.852667+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:37.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:37 smithi144 bash[35212]: audit 2024-01-18T21:50:36.365747+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"daemon_id\": \"1\", \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_device_update\": \"2024-01-18T21:50:26.757580\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:37.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:37 smithi144 bash[35212]: audit 2024-01-18T21:50:36.369259+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354860\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354942\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:24.354973\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"daemon_id\": \"1\", \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_device_update\": \"2024-01-18T21:50:26.757580\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:37.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:37 smithi144 bash[35212]: audit 2024-01-18T21:50:36.848816+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.847979\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848053\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848084\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848113\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_daemon_update\": \"2024-01-18T21:50:36.848181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:37.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:37 smithi144 bash[35212]: audit 2024-01-18T21:50:36.852031+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.847979\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848053\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848084\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848113\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_daemon_update\": \"2024-01-18T21:50:36.848181\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:37.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:37 smithi144 bash[35212]: audit 2024-01-18T21:50:36.852667+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:37.799 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:37 smithi118 bash[42521]: debug 2024-01-18T21:50:37.512+0000 7f6f95cbaec0 -1 osd.0 12 log_to_monitors {default=true} 2024-01-18T21:50:37.799 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:50:37 smithi118 bash[42521]: debug 2024-01-18T21:50:37.518+0000 7f6f89c8b700 -1 osd.0 12 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-18T21:50:38.397 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:38 smithi118 bash[38532]: audit 2024-01-18T21:50:37.516229+0000 mon.a (mon.0) 237 : audit [INF] from='osd.0 [v2:172.21.15.118:6802/2652161526,v1:172.21.15.118:6803/2652161526]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T21:50:38.397 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:38 smithi118 bash[38532]: audit 2024-01-18T21:50:37.516550+0000 mon.a (mon.0) 238 : audit [INF] from='osd.0 [v2:172.21.15.118:6802/2652161526,v1:172.21.15.118:6803/2652161526]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:50:38.397 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:38 smithi118 bash[38532]: cluster 2024-01-18T21:50:37.594861+0000 mgr.y (mgr.14142) 52 : cluster [DBG] pgmap v40: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-18T21:50:38.398 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:38 smithi118 bash[35127]: audit 2024-01-18T21:50:37.516229+0000 mon.a (mon.0) 237 : audit [INF] from='osd.0 [v2:172.21.15.118:6802/2652161526,v1:172.21.15.118:6803/2652161526]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T21:50:38.398 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:38 smithi118 bash[35127]: audit 2024-01-18T21:50:37.516550+0000 mon.a (mon.0) 238 : audit [INF] from='osd.0 [v2:172.21.15.118:6802/2652161526,v1:172.21.15.118:6803/2652161526]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:50:38.398 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:38 smithi118 bash[35127]: cluster 2024-01-18T21:50:37.594861+0000 mgr.y (mgr.14142) 52 : cluster [DBG] pgmap v40: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-18T21:50:38.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:38 smithi144 bash[35212]: audit 2024-01-18T21:50:37.516229+0000 mon.a (mon.0) 237 : audit [INF] from='osd.0 [v2:172.21.15.118:6802/2652161526,v1:172.21.15.118:6803/2652161526]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T21:50:38.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:38 smithi144 bash[35212]: audit 2024-01-18T21:50:37.516550+0000 mon.a (mon.0) 238 : audit [INF] from='osd.0 [v2:172.21.15.118:6802/2652161526,v1:172.21.15.118:6803/2652161526]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:50:38.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:38 smithi144 bash[35212]: cluster 2024-01-18T21:50:37.594861+0000 mgr.y (mgr.14142) 52 : cluster [DBG] pgmap v40: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-18T21:50:38.633 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-01-18T21:50:38.633 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 2024-01-18T21:50:38.633 INFO:teuthology.orchestra.run.smithi118.stderr: stderr: 10+0 records in 2024-01-18T21:50:38.633 INFO:teuthology.orchestra.run.smithi118.stderr:10+0 records out 2024-01-18T21:50:38.633 INFO:teuthology.orchestra.run.smithi118.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00930237 s, 1.1 GB/s 2024-01-18T21:50:38.633 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping successful for: 2024-01-18T21:50:38.675 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:38 smithi118 bash[42879]: debug 2024-01-18T21:50:38.445+0000 7f10b48b0ec0 -1 Falling back to public interface 2024-01-18T21:50:38.997 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 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph orch daemon add osd smithi118:vg_nvme/lv_2 2024-01-18T21:50:39.237 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:39 smithi118 bash[42879]: debug 2024-01-18T21:50:39.003+0000 7f10b48b0ec0 -1 osd.1 0 log_to_monitors {default=true} 2024-01-18T21:50:39.238 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:39 smithi118 bash[35127]: cluster 2024-01-18T21:50:38.062627+0000 mon.a (mon.0) 239 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:50:39.238 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:39 smithi118 bash[35127]: cluster 2024-01-18T21:50:38.062651+0000 mon.a (mon.0) 240 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-18T21:50:39.238 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:39 smithi118 bash[35127]: cluster 2024-01-18T21:50:38.062670+0000 mon.a (mon.0) 241 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2024-01-18T21:50:39.238 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:39 smithi118 bash[35127]: cluster 2024-01-18T21:50:38.069688+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2024-01-18T21:50:39.238 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:39 smithi118 bash[35127]: audit 2024-01-18T21:50:38.069782+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:50:39.238 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:39 smithi118 bash[35127]: audit 2024-01-18T21:50:39.006757+0000 mon.a (mon.0) 244 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/2889392862,v1:172.21.15.118:6811/2889392862]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T21:50:39.238 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:39 smithi118 bash[38532]: cluster 2024-01-18T21:50:38.062627+0000 mon.a (mon.0) 239 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:50:39.238 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:39 smithi118 bash[38532]: cluster 2024-01-18T21:50:38.062651+0000 mon.a (mon.0) 240 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-18T21:50:39.238 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:39 smithi118 bash[38532]: cluster 2024-01-18T21:50:38.062670+0000 mon.a (mon.0) 241 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2024-01-18T21:50:39.238 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:39 smithi118 bash[38532]: cluster 2024-01-18T21:50:38.069688+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2024-01-18T21:50:39.239 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:39 smithi118 bash[38532]: audit 2024-01-18T21:50:38.069782+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:50:39.239 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:39 smithi118 bash[38532]: audit 2024-01-18T21:50:39.006757+0000 mon.a (mon.0) 244 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/2889392862,v1:172.21.15.118:6811/2889392862]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T21:50:39.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:39 smithi144 bash[35212]: cluster 2024-01-18T21:50:38.062627+0000 mon.a (mon.0) 239 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:50:39.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:39 smithi144 bash[35212]: cluster 2024-01-18T21:50:38.062651+0000 mon.a (mon.0) 240 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-18T21:50:39.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:39 smithi144 bash[35212]: cluster 2024-01-18T21:50:38.062670+0000 mon.a (mon.0) 241 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2024-01-18T21:50:39.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:39 smithi144 bash[35212]: cluster 2024-01-18T21:50:38.069688+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2024-01-18T21:50:39.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:39 smithi144 bash[35212]: audit 2024-01-18T21:50:38.069782+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:50:39.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:39 smithi144 bash[35212]: audit 2024-01-18T21:50:39.006757+0000 mon.a (mon.0) 244 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/2889392862,v1:172.21.15.118:6811/2889392862]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T21:50:40.328 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[42879]: debug 2024-01-18T21:50:40.073+0000 7f109d665700 -1 osd.1 0 waiting for initial osdmap 2024-01-18T21:50:40.328 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[42879]: debug 2024-01-18T21:50:40.081+0000 7f10a8881700 -1 osd.1 15 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-18T21:50:40.329 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[38532]: cluster 2024-01-18T21:50:39.066911+0000 mon.a (mon.0) 245 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:50:40.329 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[38532]: cluster 2024-01-18T21:50:39.066934+0000 mon.a (mon.0) 246 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-18T21:50:40.329 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[38532]: cluster 2024-01-18T21:50:39.066946+0000 mon.a (mon.0) 247 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2024-01-18T21:50:40.329 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[38532]: cluster 2024-01-18T21:50:39.070432+0000 mon.a (mon.0) 248 : cluster [INF] osd.0 [v2:172.21.15.118:6802/2652161526,v1:172.21.15.118:6803/2652161526] boot 2024-01-18T21:50:40.329 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[38532]: audit 2024-01-18T21:50:39.070482+0000 mon.a (mon.0) 249 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/2889392862,v1:172.21.15.118:6811/2889392862]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-18T21:50:40.329 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[38532]: cluster 2024-01-18T21:50:39.070518+0000 mon.a (mon.0) 250 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-01-18T21:50:40.329 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[38532]: audit 2024-01-18T21:50:39.071003+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:50:40.329 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[38532]: audit 2024-01-18T21:50:39.071361+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:50:40.329 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[38532]: audit 2024-01-18T21:50:39.071547+0000 mon.a (mon.0) 253 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/2889392862,v1:172.21.15.118:6811/2889392862]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:50:40.329 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[38532]: cluster 2024-01-18T21:50:39.595327+0000 mgr.y (mgr.14142) 53 : cluster [DBG] pgmap v43: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-18T21:50:40.329 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[38532]: audit 2024-01-18T21:50:39.792090+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:40.330 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[38532]: cluster 2024-01-18T21:50:39.970203+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:50:40.330 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[38532]: cluster 2024-01-18T21:50:39.970243+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:50:40.330 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[35127]: cluster 2024-01-18T21:50:39.066911+0000 mon.a (mon.0) 245 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:50:40.330 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[35127]: cluster 2024-01-18T21:50:39.066934+0000 mon.a (mon.0) 246 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-18T21:50:40.330 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[35127]: cluster 2024-01-18T21:50:39.066946+0000 mon.a (mon.0) 247 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2024-01-18T21:50:40.330 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[35127]: cluster 2024-01-18T21:50:39.070432+0000 mon.a (mon.0) 248 : cluster [INF] osd.0 [v2:172.21.15.118:6802/2652161526,v1:172.21.15.118:6803/2652161526] boot 2024-01-18T21:50:40.330 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[35127]: audit 2024-01-18T21:50:39.070482+0000 mon.a (mon.0) 249 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/2889392862,v1:172.21.15.118:6811/2889392862]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-18T21:50:40.330 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[35127]: cluster 2024-01-18T21:50:39.070518+0000 mon.a (mon.0) 250 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-01-18T21:50:40.330 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[35127]: audit 2024-01-18T21:50:39.071003+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:50:40.330 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[35127]: audit 2024-01-18T21:50:39.071361+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:50:40.330 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[35127]: audit 2024-01-18T21:50:39.071547+0000 mon.a (mon.0) 253 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/2889392862,v1:172.21.15.118:6811/2889392862]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:50:40.331 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[35127]: cluster 2024-01-18T21:50:39.595327+0000 mgr.y (mgr.14142) 53 : cluster [DBG] pgmap v43: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-18T21:50:40.331 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[35127]: audit 2024-01-18T21:50:39.792090+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:40.331 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[35127]: cluster 2024-01-18T21:50:39.970203+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:50:40.331 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[35127]: cluster 2024-01-18T21:50:39.970243+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:50:40.331 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[38532]: audit 2024-01-18T21:50:39.981265+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.847979\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848053\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848084\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848113\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}}, \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_daemon_update\": \"2024-01-18T21:50:36.848181\", \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:40.331 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[35127]: audit 2024-01-18T21:50:39.981265+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.847979\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848053\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848084\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848113\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}}, \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_daemon_update\": \"2024-01-18T21:50:36.848181\", \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:40.332 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[38532]: audit 2024-01-18T21:50:39.983768+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.847979\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848053\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848084\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848113\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}}, \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_daemon_update\": \"2024-01-18T21:50:36.848181\", \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:40.332 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[38532]: audit 2024-01-18T21:50:39.984933+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:40.332 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[38532]: audit 2024-01-18T21:50:40.071387+0000 mon.a (mon.0) 258 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/2889392862,v1:172.21.15.118:6811/2889392862]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-18T21:50:40.332 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[38532]: cluster 2024-01-18T21:50:40.071432+0000 mon.a (mon.0) 259 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-01-18T21:50:40.332 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[38532]: audit 2024-01-18T21:50:40.071587+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:50:40.332 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[35127]: audit 2024-01-18T21:50:39.983768+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.847979\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848053\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848084\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848113\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}}, \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_daemon_update\": \"2024-01-18T21:50:36.848181\", \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:40.332 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[35127]: audit 2024-01-18T21:50:39.984933+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:40.332 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[35127]: audit 2024-01-18T21:50:40.071387+0000 mon.a (mon.0) 258 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/2889392862,v1:172.21.15.118:6811/2889392862]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-18T21:50:40.332 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[35127]: cluster 2024-01-18T21:50:40.071432+0000 mon.a (mon.0) 259 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-01-18T21:50:40.332 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:40 smithi118 bash[35127]: audit 2024-01-18T21:50:40.071587+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:50:40.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:40 smithi144 bash[35212]: cluster 2024-01-18T21:50:39.066911+0000 mon.a (mon.0) 245 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:50:40.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:40 smithi144 bash[35212]: cluster 2024-01-18T21:50:39.066934+0000 mon.a (mon.0) 246 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-18T21:50:40.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:40 smithi144 bash[35212]: cluster 2024-01-18T21:50:39.066946+0000 mon.a (mon.0) 247 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2024-01-18T21:50:40.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:40 smithi144 bash[35212]: cluster 2024-01-18T21:50:39.070432+0000 mon.a (mon.0) 248 : cluster [INF] osd.0 [v2:172.21.15.118:6802/2652161526,v1:172.21.15.118:6803/2652161526] boot 2024-01-18T21:50:40.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:40 smithi144 bash[35212]: audit 2024-01-18T21:50:39.070482+0000 mon.a (mon.0) 249 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/2889392862,v1:172.21.15.118:6811/2889392862]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-18T21:50:40.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:40 smithi144 bash[35212]: cluster 2024-01-18T21:50:39.070518+0000 mon.a (mon.0) 250 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-01-18T21:50:40.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:40 smithi144 bash[35212]: audit 2024-01-18T21:50:39.071003+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:50:40.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:40 smithi144 bash[35212]: audit 2024-01-18T21:50:39.071361+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:50:40.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:40 smithi144 bash[35212]: audit 2024-01-18T21:50:39.071547+0000 mon.a (mon.0) 253 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/2889392862,v1:172.21.15.118:6811/2889392862]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:50:40.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:40 smithi144 bash[35212]: cluster 2024-01-18T21:50:39.595327+0000 mgr.y (mgr.14142) 53 : cluster [DBG] pgmap v43: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-18T21:50:40.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:40 smithi144 bash[35212]: audit 2024-01-18T21:50:39.792090+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:40.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:40 smithi144 bash[35212]: cluster 2024-01-18T21:50:39.970203+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:50:40.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:40 smithi144 bash[35212]: cluster 2024-01-18T21:50:39.970243+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:50:40.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:40 smithi144 bash[35212]: audit 2024-01-18T21:50:39.981265+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.847979\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848053\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848084\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848113\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}}, \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_daemon_update\": \"2024-01-18T21:50:36.848181\", \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:40.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:40 smithi144 bash[35212]: audit 2024-01-18T21:50:39.983768+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.847979\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848053\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848084\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:36.848113\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}}, \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_daemon_update\": \"2024-01-18T21:50:36.848181\", \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:40.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:40 smithi144 bash[35212]: audit 2024-01-18T21:50:39.984933+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:40.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:40 smithi144 bash[35212]: audit 2024-01-18T21:50:40.071387+0000 mon.a (mon.0) 258 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/2889392862,v1:172.21.15.118:6811/2889392862]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-18T21:50:40.441 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:40 smithi144 bash[35212]: cluster 2024-01-18T21:50:40.071432+0000 mon.a (mon.0) 259 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-01-18T21:50:40.441 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:40 smithi144 bash[35212]: audit 2024-01-18T21:50:40.071587+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:50:41.330 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:41 smithi118 bash[35127]: audit 2024-01-18T21:50:40.378257+0000 mgr.y (mgr.14142) 54 : audit [DBG] from='client.24172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:50:41.330 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:41 smithi118 bash[35127]: cephadm 2024-01-18T21:50:40.378826+0000 mgr.y (mgr.14142) 55 : cephadm [INF] Applying osd on host smithi118... 2024-01-18T21:50:41.330 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:41 smithi118 bash[35127]: audit 2024-01-18T21:50:40.379068+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:50:41.330 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:41 smithi118 bash[35127]: audit 2024-01-18T21:50:40.379578+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:41.330 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:41 smithi118 bash[35127]: audit 2024-01-18T21:50:40.380228+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:41.331 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:41 smithi118 bash[38532]: audit 2024-01-18T21:50:40.378257+0000 mgr.y (mgr.14142) 54 : audit [DBG] from='client.24172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:50:41.331 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:41 smithi118 bash[38532]: cephadm 2024-01-18T21:50:40.378826+0000 mgr.y (mgr.14142) 55 : cephadm [INF] Applying osd on host smithi118... 2024-01-18T21:50:41.331 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:41 smithi118 bash[38532]: audit 2024-01-18T21:50:40.379068+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:50:41.331 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:41 smithi118 bash[38532]: audit 2024-01-18T21:50:40.379578+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:41.331 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:41 smithi118 bash[38532]: audit 2024-01-18T21:50:40.380228+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:41.331 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:41 smithi118 bash[35127]: audit 2024-01-18T21:50:40.943896+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943027\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943100\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943132\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943161\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"9845116ee350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943205\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:37.558399\"}}, \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_daemon_update\": \"2024-01-18T21:50:40.943269\", \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:41.331 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:41 smithi118 bash[35127]: audit 2024-01-18T21:50:40.946662+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943027\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943100\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943132\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943161\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"9845116ee350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943205\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:37.558399\"}}, \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_daemon_update\": \"2024-01-18T21:50:40.943269\", \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:41.332 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:41 smithi118 bash[38532]: audit 2024-01-18T21:50:40.943896+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943027\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943100\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943132\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943161\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"9845116ee350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943205\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:37.558399\"}}, \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_daemon_update\": \"2024-01-18T21:50:40.943269\", \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:41.332 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:41 smithi118 bash[38532]: audit 2024-01-18T21:50:40.946662+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943027\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943100\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943132\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943161\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"9845116ee350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943205\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:37.558399\"}}, \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_daemon_update\": \"2024-01-18T21:50:40.943269\", \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:41.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:41 smithi144 bash[35212]: audit 2024-01-18T21:50:40.378257+0000 mgr.y (mgr.14142) 54 : audit [DBG] from='client.24172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:50:41.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:41 smithi144 bash[35212]: cephadm 2024-01-18T21:50:40.378826+0000 mgr.y (mgr.14142) 55 : cephadm [INF] Applying osd on host smithi118... 2024-01-18T21:50:41.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:41 smithi144 bash[35212]: audit 2024-01-18T21:50:40.379068+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:50:41.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:41 smithi144 bash[35212]: audit 2024-01-18T21:50:40.379578+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:41.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:41 smithi144 bash[35212]: audit 2024-01-18T21:50:40.380228+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:41.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:41 smithi144 bash[35212]: audit 2024-01-18T21:50:40.943896+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943027\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943100\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943132\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943161\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"9845116ee350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943205\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:37.558399\"}}, \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_daemon_update\": \"2024-01-18T21:50:40.943269\", \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:41.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:41 smithi144 bash[35212]: audit 2024-01-18T21:50:40.946662+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943027\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943100\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943132\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943161\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"9845116ee350\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943205\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:37.558399\"}}, \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:35.060869\"}}, \"last_daemon_update\": \"2024-01-18T21:50:40.943269\", \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:42.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:42 smithi144 bash[35212]: cluster 2024-01-18T21:50:41.081065+0000 mon.a (mon.0) 266 : cluster [INF] osd.1 [v2:172.21.15.118:6810/2889392862,v1:172.21.15.118:6811/2889392862] boot 2024-01-18T21:50:42.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:42 smithi144 bash[35212]: cluster 2024-01-18T21:50:41.081093+0000 mon.a (mon.0) 267 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-01-18T21:50:42.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:42 smithi144 bash[35212]: audit 2024-01-18T21:50:41.081612+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:50:42.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:42 smithi144 bash[35212]: cluster 2024-01-18T21:50:41.595642+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v46: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-18T21:50:42.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:42 smithi144 bash[35212]: audit 2024-01-18T21:50:41.918990+0000 mon.c (mon.1) 7 : audit [INF] from='client.? 172.21.15.118:0/385279299' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a06dad28-a9f1-4a7c-bab8-6c9c687d664e"}]: dispatch 2024-01-18T21:50:42.439 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:42 smithi144 bash[35212]: audit 2024-01-18T21:50:41.919292+0000 mon.a (mon.0) 269 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a06dad28-a9f1-4a7c-bab8-6c9c687d664e"}]: dispatch 2024-01-18T21:50:42.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:42 smithi144 bash[35212]: audit 2024-01-18T21:50:41.922935+0000 mon.a (mon.0) 270 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a06dad28-a9f1-4a7c-bab8-6c9c687d664e"}]': finished 2024-01-18T21:50:42.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:42 smithi144 bash[35212]: cluster 2024-01-18T21:50:41.922975+0000 mon.a (mon.0) 271 : cluster [DBG] osdmap e17: 3 total, 2 up, 2 in 2024-01-18T21:50:42.440 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:42 smithi144 bash[35212]: audit 2024-01-18T21:50:41.923088+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:50:42.487 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:42 smithi118 bash[38532]: cluster 2024-01-18T21:50:41.081065+0000 mon.a (mon.0) 266 : cluster [INF] osd.1 [v2:172.21.15.118:6810/2889392862,v1:172.21.15.118:6811/2889392862] boot 2024-01-18T21:50:42.488 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:42 smithi118 bash[38532]: cluster 2024-01-18T21:50:41.081093+0000 mon.a (mon.0) 267 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-01-18T21:50:42.488 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:42 smithi118 bash[38532]: audit 2024-01-18T21:50:41.081612+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:50:42.488 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:42 smithi118 bash[38532]: cluster 2024-01-18T21:50:41.595642+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v46: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-18T21:50:42.488 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:42 smithi118 bash[38532]: audit 2024-01-18T21:50:41.918990+0000 mon.c (mon.1) 7 : audit [INF] from='client.? 172.21.15.118:0/385279299' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a06dad28-a9f1-4a7c-bab8-6c9c687d664e"}]: dispatch 2024-01-18T21:50:42.488 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:42 smithi118 bash[38532]: audit 2024-01-18T21:50:41.919292+0000 mon.a (mon.0) 269 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a06dad28-a9f1-4a7c-bab8-6c9c687d664e"}]: dispatch 2024-01-18T21:50:42.488 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:42 smithi118 bash[38532]: audit 2024-01-18T21:50:41.922935+0000 mon.a (mon.0) 270 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a06dad28-a9f1-4a7c-bab8-6c9c687d664e"}]': finished 2024-01-18T21:50:42.488 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:42 smithi118 bash[38532]: cluster 2024-01-18T21:50:41.922975+0000 mon.a (mon.0) 271 : cluster [DBG] osdmap e17: 3 total, 2 up, 2 in 2024-01-18T21:50:42.488 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:42 smithi118 bash[38532]: audit 2024-01-18T21:50:41.923088+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:50:42.488 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:42 smithi118 bash[35127]: cluster 2024-01-18T21:50:41.081065+0000 mon.a (mon.0) 266 : cluster [INF] osd.1 [v2:172.21.15.118:6810/2889392862,v1:172.21.15.118:6811/2889392862] boot 2024-01-18T21:50:42.489 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:42 smithi118 bash[35127]: cluster 2024-01-18T21:50:41.081093+0000 mon.a (mon.0) 267 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-01-18T21:50:42.489 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:42 smithi118 bash[35127]: audit 2024-01-18T21:50:41.081612+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:50:42.489 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:42 smithi118 bash[35127]: cluster 2024-01-18T21:50:41.595642+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v46: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-18T21:50:42.489 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:42 smithi118 bash[35127]: audit 2024-01-18T21:50:41.918990+0000 mon.c (mon.1) 7 : audit [INF] from='client.? 172.21.15.118:0/385279299' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a06dad28-a9f1-4a7c-bab8-6c9c687d664e"}]: dispatch 2024-01-18T21:50:42.489 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:42 smithi118 bash[35127]: audit 2024-01-18T21:50:41.919292+0000 mon.a (mon.0) 269 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a06dad28-a9f1-4a7c-bab8-6c9c687d664e"}]: dispatch 2024-01-18T21:50:42.489 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:42 smithi118 bash[35127]: audit 2024-01-18T21:50:41.922935+0000 mon.a (mon.0) 270 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a06dad28-a9f1-4a7c-bab8-6c9c687d664e"}]': finished 2024-01-18T21:50:42.489 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:42 smithi118 bash[35127]: cluster 2024-01-18T21:50:41.922975+0000 mon.a (mon.0) 271 : cluster [DBG] osdmap e17: 3 total, 2 up, 2 in 2024-01-18T21:50:42.489 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:42 smithi118 bash[35127]: audit 2024-01-18T21:50:41.923088+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:50:43.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:43 smithi144 bash[35212]: audit 2024-01-18T21:50:42.635324+0000 mon.a (mon.0) 273 : audit [DBG] from='client.? 172.21.15.118:0/172708574' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:50:43.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:43 smithi144 bash[35212]: cluster 2024-01-18T21:50:42.924255+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-01-18T21:50:43.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:43 smithi144 bash[35212]: audit 2024-01-18T21:50:42.924372+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:50:43.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:43 smithi118 bash[35127]: audit 2024-01-18T21:50:42.635324+0000 mon.a (mon.0) 273 : audit [DBG] from='client.? 172.21.15.118:0/172708574' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:50:43.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:43 smithi118 bash[35127]: cluster 2024-01-18T21:50:42.924255+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-01-18T21:50:43.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:43 smithi118 bash[35127]: audit 2024-01-18T21:50:42.924372+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:50:43.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:43 smithi118 bash[38532]: audit 2024-01-18T21:50:42.635324+0000 mon.a (mon.0) 273 : audit [DBG] from='client.? 172.21.15.118:0/172708574' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:50:43.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:43 smithi118 bash[38532]: cluster 2024-01-18T21:50:42.924255+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-01-18T21:50:43.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:43 smithi118 bash[38532]: audit 2024-01-18T21:50:42.924372+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:50:44.809 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:44 smithi118 bash[38532]: cluster 2024-01-18T21:50:43.595937+0000 mgr.y (mgr.14142) 57 : cluster [DBG] pgmap v49: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-01-18T21:50:44.809 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:44 smithi118 bash[35127]: cluster 2024-01-18T21:50:43.595937+0000 mgr.y (mgr.14142) 57 : cluster [DBG] pgmap v49: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-01-18T21:50:44.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:44 smithi144 bash[35212]: cluster 2024-01-18T21:50:43.595937+0000 mgr.y (mgr.14142) 57 : cluster [DBG] pgmap v49: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-01-18T21:50:45.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:45 smithi144 bash[35212]: audit 2024-01-18T21:50:44.874205+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:45.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:45 smithi118 bash[35127]: audit 2024-01-18T21:50:44.874205+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:45.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:45 smithi118 bash[38532]: audit 2024-01-18T21:50:44.874205+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:46.937 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:46 smithi118 bash[35127]: cluster 2024-01-18T21:50:45.596221+0000 mgr.y (mgr.14142) 58 : cluster [DBG] pgmap v50: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-01-18T21:50:46.937 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:46 smithi118 bash[35127]: audit 2024-01-18T21:50:46.400177+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T21:50:46.937 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:46 smithi118 bash[35127]: audit 2024-01-18T21:50:46.400718+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:46.937 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:46 smithi118 bash[35127]: audit 2024-01-18T21:50:46.401295+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-18T21:50:46.938 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:46 smithi118 bash[38532]: cluster 2024-01-18T21:50:45.596221+0000 mgr.y (mgr.14142) 58 : cluster [DBG] pgmap v50: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-01-18T21:50:46.938 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:46 smithi118 bash[38532]: audit 2024-01-18T21:50:46.400177+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T21:50:46.938 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:46 smithi118 bash[38532]: audit 2024-01-18T21:50:46.400718+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:46.938 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:46 smithi118 bash[38532]: audit 2024-01-18T21:50:46.401295+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-18T21:50:46.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:46 smithi144 bash[35212]: cluster 2024-01-18T21:50:45.596221+0000 mgr.y (mgr.14142) 58 : cluster [DBG] pgmap v50: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-01-18T21:50:46.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:46 smithi144 bash[35212]: audit 2024-01-18T21:50:46.400177+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T21:50:46.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:46 smithi144 bash[35212]: audit 2024-01-18T21:50:46.400718+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:46.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:46 smithi144 bash[35212]: audit 2024-01-18T21:50:46.401295+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-18T21:50:47.520 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:47 smithi118 systemd[1]: Stopping Ceph osd.1 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:50:47.520 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:47 smithi118 bash[42879]: debug 2024-01-18T21:50:47.297+0000 7f10ac0f8700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-18T21:50:47.520 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:47 smithi118 bash[42879]: debug 2024-01-18T21:50:47.297+0000 7f10ac0f8700 -1 osd.1 18 *** Got signal Terminated *** 2024-01-18T21:50:47.520 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:47 smithi118 bash[42879]: debug 2024-01-18T21:50:47.297+0000 7f10ac0f8700 -1 osd.1 18 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-18T21:50:47.788 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:47 smithi118 bash[35127]: cephadm 2024-01-18T21:50:46.401111+0000 mgr.y (mgr.14142) 59 : cephadm [INF] Deploying daemon osd.1 on smithi118 2024-01-18T21:50:47.789 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:47 smithi118 bash[38532]: cephadm 2024-01-18T21:50:46.401111+0000 mgr.y (mgr.14142) 59 : cephadm [INF] Deploying daemon osd.1 on smithi118 2024-01-18T21:50:47.789 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:47 smithi118 podman[44250]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.1 2024-01-18T21:50:47.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:47 smithi144 bash[35212]: cephadm 2024-01-18T21:50:46.401111+0000 mgr.y (mgr.14142) 59 : cephadm [INF] Deploying daemon osd.1 on smithi118 2024-01-18T21:50:48.516 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:48 smithi118 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.1.service: Succeeded. 2024-01-18T21:50:48.516 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:48 smithi118 systemd[1]: Stopped Ceph osd.1 for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:50:48.516 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:48 smithi118 systemd[1]: Starting Ceph osd.1 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:50:48.516 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:48 smithi118 podman[44385]: Error: no container with ID or name "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.1" found: no such container 2024-01-18T21:50:48.516 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:48 smithi118 systemd[1]: Started Ceph osd.1 for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:50:48.772 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:48 smithi118 bash[35127]: cluster 2024-01-18T21:50:47.596584+0000 mgr.y (mgr.14142) 60 : cluster [DBG] pgmap v51: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-01-18T21:50:48.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:48 smithi118 bash[38532]: cluster 2024-01-18T21:50:47.596584+0000 mgr.y (mgr.14142) 60 : cluster [DBG] pgmap v51: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-01-18T21:50:48.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:48 smithi118 bash[38532]: audit 2024-01-18T21:50:48.440674+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943027\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943100\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943132\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943161\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"daemon_id\": \"1\", \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}}, \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:48.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:48 smithi118 bash[38532]: audit 2024-01-18T21:50:48.441252+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:48.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:48 smithi118 bash[38532]: audit 2024-01-18T21:50:48.443997+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943027\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943100\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943132\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943161\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"daemon_id\": \"1\", \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}}, \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:48.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:48 smithi118 bash[38532]: audit 2024-01-18T21:50:48.445252+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T21:50:48.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:48 smithi118 bash[38532]: audit 2024-01-18T21:50:48.446267+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:48.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:48 smithi118 bash[38532]: audit 2024-01-18T21:50:48.446922+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-18T21:50:48.774 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:48 smithi118 bash[35127]: audit 2024-01-18T21:50:48.440674+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943027\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943100\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943132\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943161\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"daemon_id\": \"1\", \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}}, \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:48.774 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:48 smithi118 bash[35127]: audit 2024-01-18T21:50:48.441252+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:48.774 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:48 smithi118 bash[35127]: audit 2024-01-18T21:50:48.443997+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943027\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943100\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943132\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943161\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"daemon_id\": \"1\", \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}}, \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:48.774 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:48 smithi118 bash[35127]: audit 2024-01-18T21:50:48.445252+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T21:50:48.774 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:48 smithi118 bash[35127]: audit 2024-01-18T21:50:48.446267+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:48.774 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:48 smithi118 bash[35127]: audit 2024-01-18T21:50:48.446922+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-18T21:50:48.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:48 smithi144 bash[35212]: cluster 2024-01-18T21:50:47.596584+0000 mgr.y (mgr.14142) 60 : cluster [DBG] pgmap v51: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-01-18T21:50:48.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:48 smithi144 bash[35212]: audit 2024-01-18T21:50:48.440674+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943027\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943100\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943132\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943161\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"daemon_id\": \"1\", \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}}, \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:48.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:48 smithi144 bash[35212]: audit 2024-01-18T21:50:48.441252+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:48.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:48 smithi144 bash[35212]: audit 2024-01-18T21:50:48.443997+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943027\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943100\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943132\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943161\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"daemon_id\": \"1\", \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}}, \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:48.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:48 smithi144 bash[35212]: audit 2024-01-18T21:50:48.445252+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T21:50:48.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:48 smithi144 bash[35212]: audit 2024-01-18T21:50:48.446267+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:48.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:48 smithi144 bash[35212]: audit 2024-01-18T21:50:48.446922+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-18T21:50:49.167 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:48 smithi118 bash[44401]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-01-18T21:50:49.167 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:48 smithi118 bash[44401]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2024-01-18T21:50:49.167 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:48 smithi118 bash[44401]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-01-18T21:50:49.167 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:48 smithi118 bash[44401]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-01-18T21:50:49.167 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:48 smithi118 bash[44401]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-01-18T21:50:49.167 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:48 smithi118 bash[44401]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-01-18T21:50:49.167 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:48 smithi118 bash[44401]: --> ceph-volume lvm activate successful for osd ID: 1 2024-01-18T21:50:49.773 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:49 smithi118 bash[35127]: cephadm 2024-01-18T21:50:48.446704+0000 mgr.y (mgr.14142) 61 : cephadm [INF] Deploying daemon osd.2 on smithi118 2024-01-18T21:50:49.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:49 smithi118 bash[38532]: cephadm 2024-01-18T21:50:48.446704+0000 mgr.y (mgr.14142) 61 : cephadm [INF] Deploying daemon osd.2 on smithi118 2024-01-18T21:50:49.849 INFO:teuthology.orchestra.run.smithi118.stdout:Created osd(s) 1,2 on host 'smithi118' 2024-01-18T21:50:49.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:49 smithi144 bash[35212]: cephadm 2024-01-18T21:50:48.446704+0000 mgr.y (mgr.14142) 61 : cephadm [INF] Deploying daemon osd.2 on smithi118 2024-01-18T21:50:50.218 DEBUG:teuthology.orchestra.run.smithi118:osd.2> sudo journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.2.service 2024-01-18T21:50:50.220 INFO:tasks.cephadm:Deploying osd.3 on smithi118 with /dev/vg_nvme/lv_1... 2024-01-18T21:50:50.221 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 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-01-18T21:50:50.251 INFO:journalctl@ceph.osd.2.smithi118.stdout:-- Logs begin at Thu 2024-01-18 21:41:13 UTC. -- 2024-01-18T21:50:50.488 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[44657]: debug 2024-01-18T21:50:50.383+0000 7f41d1ebeec0 -1 Falling back to public interface 2024-01-18T21:50:50.488 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[44816]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-01-18T21:50:50.488 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[44816]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2024-01-18T21:50:50.488 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[44816]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-01-18T21:50:50.488 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[44816]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-01-18T21:50:50.488 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[44816]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-01-18T21:50:50.488 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[44816]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-01-18T21:50:50.488 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[44816]: --> ceph-volume lvm activate successful for osd ID: 2 2024-01-18T21:50:50.780 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[35127]: cluster 2024-01-18T21:50:49.596854+0000 mgr.y (mgr.14142) 62 : cluster [DBG] pgmap v52: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-01-18T21:50:50.781 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[38532]: cluster 2024-01-18T21:50:49.596854+0000 mgr.y (mgr.14142) 62 : cluster [DBG] pgmap v52: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-01-18T21:50:50.781 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[38532]: audit 2024-01-18T21:50:49.851770+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943027\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943100\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943132\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943161\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"daemon_id\": \"2\", \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:50.781 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[35127]: audit 2024-01-18T21:50:49.851770+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943027\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943100\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943132\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943161\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"daemon_id\": \"2\", \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:50.781 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[38532]: audit 2024-01-18T21:50:49.854494+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943027\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943100\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943132\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943161\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"daemon_id\": \"2\", \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:50.782 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[35127]: audit 2024-01-18T21:50:49.854494+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943027\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943100\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943132\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943161\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"daemon_id\": \"2\", \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:50.782 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[38532]: audit 2024-01-18T21:50:49.888188+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887296\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887371\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887403\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887431\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887459\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}}, \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_daemon_update\": \"2024-01-18T21:50:49.887525\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:50.782 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[38532]: audit 2024-01-18T21:50:49.891118+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887296\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887371\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887403\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887431\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887459\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}}, \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_daemon_update\": \"2024-01-18T21:50:49.887525\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:50.782 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[38532]: audit 2024-01-18T21:50:49.891831+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:50.783 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[35127]: audit 2024-01-18T21:50:49.888188+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887296\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887371\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887403\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887431\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887459\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}}, \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_daemon_update\": \"2024-01-18T21:50:49.887525\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:50.783 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[35127]: audit 2024-01-18T21:50:49.891118+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887296\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887371\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887403\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887431\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887459\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}}, \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_daemon_update\": \"2024-01-18T21:50:49.887525\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:50.783 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[35127]: audit 2024-01-18T21:50:49.891831+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:50.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:50 smithi144 bash[35212]: cluster 2024-01-18T21:50:49.596854+0000 mgr.y (mgr.14142) 62 : cluster [DBG] pgmap v52: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-01-18T21:50:50.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:50 smithi144 bash[35212]: audit 2024-01-18T21:50:49.851770+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943027\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943100\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943132\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943161\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"daemon_id\": \"2\", \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:50.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:50 smithi144 bash[35212]: audit 2024-01-18T21:50:49.854494+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943027\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943100\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943132\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:40.943161\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"daemon_id\": \"2\", \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_device_update\": \"2024-01-18T21:50:39.980679\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:50.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:50 smithi144 bash[35212]: audit 2024-01-18T21:50:49.888188+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887296\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887371\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887403\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887431\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887459\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}}, \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_daemon_update\": \"2024-01-18T21:50:49.887525\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:50.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:50 smithi144 bash[35212]: audit 2024-01-18T21:50:49.891118+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887296\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887371\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887403\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887431\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887459\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}}, \"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\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_daemon_update\": \"2024-01-18T21:50:49.887525\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:50.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:50 smithi144 bash[35212]: audit 2024-01-18T21:50:49.891831+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:51.058 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[44657]: debug 2024-01-18T21:50:50.933+0000 7f41d1ebeec0 -1 osd.1 18 log_to_monitors {default=true} 2024-01-18T21:50:51.058 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:50:50 smithi118 bash[44657]: debug 2024-01-18T21:50:50.951+0000 7f41c1e87700 -1 osd.1 18 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-18T21:50:51.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:51 smithi144 bash[35212]: audit 2024-01-18T21:50:50.937339+0000 mon.a (mon.0) 291 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/2999420496,v1:172.21.15.118:6811/2999420496]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T21:50:51.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:51 smithi144 bash[35212]: audit 2024-01-18T21:50:50.937663+0000 mon.a (mon.0) 292 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/2999420496,v1:172.21.15.118:6811/2999420496]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:50:51.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:51 smithi118 bash[38532]: audit 2024-01-18T21:50:50.937339+0000 mon.a (mon.0) 291 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/2999420496,v1:172.21.15.118:6811/2999420496]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T21:50:51.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:51 smithi118 bash[38532]: audit 2024-01-18T21:50:50.937663+0000 mon.a (mon.0) 292 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/2999420496,v1:172.21.15.118:6811/2999420496]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:50:51.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:51 smithi118 bash[35127]: audit 2024-01-18T21:50:50.937339+0000 mon.a (mon.0) 291 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/2999420496,v1:172.21.15.118:6811/2999420496]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T21:50:51.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:51 smithi118 bash[35127]: audit 2024-01-18T21:50:50.937663+0000 mon.a (mon.0) 292 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/2999420496,v1:172.21.15.118:6811/2999420496]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:50:51.988 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:50:51 smithi118 bash[45181]: debug 2024-01-18T21:50:51.664+0000 7fadaeed2700 1 --2- 172.21.15.118:0/3398704561 >> [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] conn(0x556473ca9000 0x556473ca5b00 secure :-1 s=THROTTLE_DONE pgs=101 cs=0 l=1 rx=0x556473c3bd10 tx=0x556474914aa0).handle_read_frame_epilogue_main read frame epilogue bytes=32 2024-01-18T21:50:51.989 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:50:51 smithi118 bash[45181]: debug 2024-01-18T21:50:51.664+0000 7fadae6d1700 1 -- 172.21.15.118:0/3398704561 <== mon.0 v2:172.21.15.118:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556473c404e0 con 0x556473ca9000 2024-01-18T21:50:51.989 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:50:51 smithi118 bash[45181]: debug 2024-01-18T21:50:51.665+0000 7fadb5686ec0 1 -- 172.21.15.118:0/3398704561 >> [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] conn(0x556473ca9000 msgr2=0x556473ca5b00 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-01-18T21:50:51.989 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:50:51 smithi118 bash[45181]: debug 2024-01-18T21:50:51.665+0000 7fadb5686ec0 1 --2- 172.21.15.118:0/3398704561 >> [v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0] conn(0x556473ca9000 0x556473ca5b00 secure :-1 s=READY pgs=101 cs=0 l=1 rx=0x556473c3bd10 tx=0x556474914aa0).stop 2024-01-18T21:50:52.169 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-01-18T21:50:52.169 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 2024-01-18T21:50:52.169 INFO:teuthology.orchestra.run.smithi118.stderr: stderr: 10+0 records in 2024-01-18T21:50:52.169 INFO:teuthology.orchestra.run.smithi118.stderr:10+0 records out 2024-01-18T21:50:52.169 INFO:teuthology.orchestra.run.smithi118.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.00951893 s, 1.1 GB/s 2024-01-18T21:50:52.169 INFO:teuthology.orchestra.run.smithi118.stderr: stderr: 2024-01-18T21:50:52.169 INFO:teuthology.orchestra.run.smithi118.stderr:--> Zapping successful for: 2024-01-18T21:50:52.448 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:50:52 smithi118 bash[45181]: debug 2024-01-18T21:50:52.186+0000 7fadb5686ec0 -1 Falling back to public interface 2024-01-18T21:50:52.617 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 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph orch daemon add osd smithi118:vg_nvme/lv_1 2024-01-18T21:50:52.737 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:52 smithi118 bash[38532]: cluster 2024-01-18T21:50:51.597229+0000 mgr.y (mgr.14142) 63 : cluster [DBG] pgmap v53: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-01-18T21:50:52.737 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:52 smithi118 bash[38532]: cluster 2024-01-18T21:50:51.619832+0000 mon.a (mon.0) 293 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:50:52.738 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:52 smithi118 bash[38532]: cluster 2024-01-18T21:50:51.626949+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e19: 3 total, 1 up, 2 in 2024-01-18T21:50:52.738 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:52 smithi118 bash[38532]: audit 2024-01-18T21:50:51.627158+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:50:52.738 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:52 smithi118 bash[38532]: audit 2024-01-18T21:50:52.478752+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:52.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:52 smithi118 bash[35127]: cluster 2024-01-18T21:50:51.597229+0000 mgr.y (mgr.14142) 63 : cluster [DBG] pgmap v53: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-01-18T21:50:52.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:52 smithi118 bash[35127]: cluster 2024-01-18T21:50:51.619832+0000 mon.a (mon.0) 293 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:50:52.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:52 smithi118 bash[35127]: cluster 2024-01-18T21:50:51.626949+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e19: 3 total, 1 up, 2 in 2024-01-18T21:50:52.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:52 smithi118 bash[35127]: audit 2024-01-18T21:50:51.627158+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:50:52.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:52 smithi118 bash[35127]: audit 2024-01-18T21:50:52.478752+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:52.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:52 smithi144 bash[35212]: cluster 2024-01-18T21:50:51.597229+0000 mgr.y (mgr.14142) 63 : cluster [DBG] pgmap v53: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-01-18T21:50:52.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:52 smithi144 bash[35212]: cluster 2024-01-18T21:50:51.619832+0000 mon.a (mon.0) 293 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:50:52.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:52 smithi144 bash[35212]: cluster 2024-01-18T21:50:51.626949+0000 mon.a (mon.0) 294 : cluster [DBG] osdmap e19: 3 total, 1 up, 2 in 2024-01-18T21:50:52.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:52 smithi144 bash[35212]: audit 2024-01-18T21:50:51.627158+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:50:52.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:52 smithi144 bash[35212]: audit 2024-01-18T21:50:52.478752+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:53.090 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:50:52 smithi118 bash[45181]: debug 2024-01-18T21:50:52.749+0000 7fadb5686ec0 -1 osd.2 0 log_to_monitors {default=true} 2024-01-18T21:50:53.825 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:53 smithi118 bash[38532]: cluster 2024-01-18T21:50:52.626365+0000 mon.a (mon.0) 297 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:50:53.825 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:53 smithi118 bash[38532]: cluster 2024-01-18T21:50:52.629692+0000 mon.a (mon.0) 298 : cluster [INF] osd.1 [v2:172.21.15.118:6810/2999420496,v1:172.21.15.118:6811/2999420496] boot 2024-01-18T21:50:53.825 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:53 smithi118 bash[38532]: cluster 2024-01-18T21:50:52.629763+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-01-18T21:50:53.825 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:53 smithi118 bash[38532]: audit 2024-01-18T21:50:52.630026+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:50:53.825 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:53 smithi118 bash[38532]: audit 2024-01-18T21:50:52.630398+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:50:53.826 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:53 smithi118 bash[35127]: cluster 2024-01-18T21:50:52.626365+0000 mon.a (mon.0) 297 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:50:53.826 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:53 smithi118 bash[35127]: cluster 2024-01-18T21:50:52.629692+0000 mon.a (mon.0) 298 : cluster [INF] osd.1 [v2:172.21.15.118:6810/2999420496,v1:172.21.15.118:6811/2999420496] boot 2024-01-18T21:50:53.826 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:53 smithi118 bash[35127]: cluster 2024-01-18T21:50:52.629763+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-01-18T21:50:53.826 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:53 smithi118 bash[35127]: audit 2024-01-18T21:50:52.630026+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:50:53.826 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:53 smithi118 bash[35127]: audit 2024-01-18T21:50:52.630398+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:50:53.826 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:53 smithi118 bash[35127]: audit 2024-01-18T21:50:52.667209+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887296\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887371\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887403\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887431\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887459\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_daemon_update\": \"2024-01-18T21:50:49.887525\", \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:53.827 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:53 smithi118 bash[38532]: audit 2024-01-18T21:50:52.667209+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887296\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887371\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887403\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887431\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887459\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_daemon_update\": \"2024-01-18T21:50:49.887525\", \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:53.827 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:53 smithi118 bash[35127]: audit 2024-01-18T21:50:52.669850+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887296\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887371\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887403\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887431\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887459\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_daemon_update\": \"2024-01-18T21:50:49.887525\", \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:53.827 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:53 smithi118 bash[35127]: audit 2024-01-18T21:50:52.670975+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:53.827 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:53 smithi118 bash[35127]: audit 2024-01-18T21:50:52.753650+0000 mon.c (mon.1) 8 : audit [INF] from='osd.2 [v2:172.21.15.118:6818/1274140692,v1:172.21.15.118:6819/1274140692]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T21:50:53.827 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:53 smithi118 bash[35127]: audit 2024-01-18T21:50:52.753935+0000 mon.a (mon.0) 305 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T21:50:53.827 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:53 smithi118 bash[38532]: audit 2024-01-18T21:50:52.669850+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887296\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887371\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887403\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887431\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887459\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_daemon_update\": \"2024-01-18T21:50:49.887525\", \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:53.827 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:53 smithi118 bash[38532]: audit 2024-01-18T21:50:52.670975+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:53.828 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:53 smithi118 bash[38532]: audit 2024-01-18T21:50:52.753650+0000 mon.c (mon.1) 8 : audit [INF] from='osd.2 [v2:172.21.15.118:6818/1274140692,v1:172.21.15.118:6819/1274140692]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T21:50:53.828 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:53 smithi118 bash[38532]: audit 2024-01-18T21:50:52.753935+0000 mon.a (mon.0) 305 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T21:50:53.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:53 smithi144 bash[35212]: cluster 2024-01-18T21:50:52.626365+0000 mon.a (mon.0) 297 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:50:53.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:53 smithi144 bash[35212]: cluster 2024-01-18T21:50:52.629692+0000 mon.a (mon.0) 298 : cluster [INF] osd.1 [v2:172.21.15.118:6810/2999420496,v1:172.21.15.118:6811/2999420496] boot 2024-01-18T21:50:53.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:53 smithi144 bash[35212]: cluster 2024-01-18T21:50:52.629763+0000 mon.a (mon.0) 299 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-01-18T21:50:53.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:53 smithi144 bash[35212]: audit 2024-01-18T21:50:52.630026+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:50:53.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:53 smithi144 bash[35212]: audit 2024-01-18T21:50:52.630398+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:50:53.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:53 smithi144 bash[35212]: audit 2024-01-18T21:50:52.667209+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887296\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887371\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887403\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887431\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887459\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_daemon_update\": \"2024-01-18T21:50:49.887525\", \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:53.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:53 smithi144 bash[35212]: audit 2024-01-18T21:50:52.669850+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887296\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887371\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887403\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887431\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:49.887459\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_daemon_update\": \"2024-01-18T21:50:49.887525\", \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:53.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:53 smithi144 bash[35212]: audit 2024-01-18T21:50:52.670975+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:50:53.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:53 smithi144 bash[35212]: audit 2024-01-18T21:50:52.753650+0000 mon.c (mon.1) 8 : audit [INF] from='osd.2 [v2:172.21.15.118:6818/1274140692,v1:172.21.15.118:6819/1274140692]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T21:50:53.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:53 smithi144 bash[35212]: audit 2024-01-18T21:50:52.753935+0000 mon.a (mon.0) 305 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T21:50:54.630 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[35127]: cluster 2024-01-18T21:50:53.597610+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v56: 1 pgs: 1 creating+peering; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail 2024-01-18T21:50:54.630 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[35127]: audit 2024-01-18T21:50:53.631537+0000 mon.a (mon.0) 306 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-18T21:50:54.630 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[35127]: cluster 2024-01-18T21:50:53.631582+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-01-18T21:50:54.630 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[35127]: audit 2024-01-18T21:50:53.631761+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:50:54.630 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[35127]: audit 2024-01-18T21:50:53.632068+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.118:6818/1274140692,v1:172.21.15.118:6819/1274140692]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:50:54.630 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[35127]: audit 2024-01-18T21:50:53.632332+0000 mon.a (mon.0) 309 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:50:54.630 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[35127]: cluster 2024-01-18T21:50:53.668250+0000 mon.a (mon.0) 310 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-01-18T21:50:54.630 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[35127]: cluster 2024-01-18T21:50:53.740325+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:50:54.630 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[35127]: cluster 2024-01-18T21:50:53.740372+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:50:54.630 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[35127]: audit 2024-01-18T21:50:53.907977+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.906932\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907006\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907037\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907065\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907093\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"d83cf4e86cb2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907121\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:50:51.443831\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_daemon_update\": \"2024-01-18T21:50:53.907220\", \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:54.631 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[35127]: audit 2024-01-18T21:50:53.910793+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.906932\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907006\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907037\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907065\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907093\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"d83cf4e86cb2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907121\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:50:51.443831\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_daemon_update\": \"2024-01-18T21:50:53.907220\", \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:54.631 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[35127]: audit 2024-01-18T21:50:54.048280+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:50:54.631 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[35127]: audit 2024-01-18T21:50:54.048832+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:54.631 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[35127]: audit 2024-01-18T21:50:54.049582+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:54.894 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[45181]: debug 2024-01-18T21:50:54.636+0000 7fad9e43b700 -1 osd.2 0 waiting for initial osdmap 2024-01-18T21:50:54.894 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[45181]: debug 2024-01-18T21:50:54.639+0000 7fada9657700 -1 osd.2 22 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-18T21:50:54.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[38532]: cluster 2024-01-18T21:50:53.597610+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v56: 1 pgs: 1 creating+peering; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail 2024-01-18T21:50:54.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[38532]: audit 2024-01-18T21:50:53.631537+0000 mon.a (mon.0) 306 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-18T21:50:54.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[38532]: cluster 2024-01-18T21:50:53.631582+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-01-18T21:50:54.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[38532]: audit 2024-01-18T21:50:53.631761+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:50:54.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[38532]: audit 2024-01-18T21:50:53.632068+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.118:6818/1274140692,v1:172.21.15.118:6819/1274140692]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:50:54.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[38532]: audit 2024-01-18T21:50:53.632332+0000 mon.a (mon.0) 309 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:50:54.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[38532]: cluster 2024-01-18T21:50:53.668250+0000 mon.a (mon.0) 310 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-01-18T21:50:54.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[38532]: cluster 2024-01-18T21:50:53.740325+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:50:54.895 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[38532]: cluster 2024-01-18T21:50:53.740372+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:50:54.896 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[38532]: audit 2024-01-18T21:50:53.907977+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.906932\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907006\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907037\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907065\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907093\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"d83cf4e86cb2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907121\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:50:51.443831\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_daemon_update\": \"2024-01-18T21:50:53.907220\", \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:54.896 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[38532]: audit 2024-01-18T21:50:53.910793+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.906932\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907006\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907037\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907065\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907093\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"d83cf4e86cb2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907121\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:50:51.443831\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_daemon_update\": \"2024-01-18T21:50:53.907220\", \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:54.896 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[38532]: audit 2024-01-18T21:50:54.048280+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:50:54.896 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[38532]: audit 2024-01-18T21:50:54.048832+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:54.896 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:54 smithi118 bash[38532]: audit 2024-01-18T21:50:54.049582+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:54.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:54 smithi144 bash[35212]: cluster 2024-01-18T21:50:53.597610+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v56: 1 pgs: 1 creating+peering; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail 2024-01-18T21:50:54.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:54 smithi144 bash[35212]: audit 2024-01-18T21:50:53.631537+0000 mon.a (mon.0) 306 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-18T21:50:54.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:54 smithi144 bash[35212]: cluster 2024-01-18T21:50:53.631582+0000 mon.a (mon.0) 307 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-01-18T21:50:54.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:54 smithi144 bash[35212]: audit 2024-01-18T21:50:53.631761+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:50:54.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:54 smithi144 bash[35212]: audit 2024-01-18T21:50:53.632068+0000 mon.c (mon.1) 9 : audit [INF] from='osd.2 [v2:172.21.15.118:6818/1274140692,v1:172.21.15.118:6819/1274140692]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:50:54.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:54 smithi144 bash[35212]: audit 2024-01-18T21:50:53.632332+0000 mon.a (mon.0) 309 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:50:54.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:54 smithi144 bash[35212]: cluster 2024-01-18T21:50:53.668250+0000 mon.a (mon.0) 310 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-01-18T21:50:54.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:54 smithi144 bash[35212]: cluster 2024-01-18T21:50:53.740325+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:50:54.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:54 smithi144 bash[35212]: cluster 2024-01-18T21:50:53.740372+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:50:54.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:54 smithi144 bash[35212]: audit 2024-01-18T21:50:53.907977+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.906932\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907006\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907037\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907065\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907093\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"d83cf4e86cb2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907121\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:50:51.443831\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_daemon_update\": \"2024-01-18T21:50:53.907220\", \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:50:54.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:54 smithi144 bash[35212]: audit 2024-01-18T21:50:53.910793+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.906932\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907006\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907037\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907065\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907093\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"d83cf4e86cb2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907121\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:50:51.443831\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:48.445060\"}}, \"last_daemon_update\": \"2024-01-18T21:50:53.907220\", \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:50:54.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:54 smithi144 bash[35212]: audit 2024-01-18T21:50:54.048280+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:50:54.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:54 smithi144 bash[35212]: audit 2024-01-18T21:50:54.048832+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:50:54.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:54 smithi144 bash[35212]: audit 2024-01-18T21:50:54.049582+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:55.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:55 smithi144 bash[35212]: audit 2024-01-18T21:50:54.047446+0000 mgr.y (mgr.14142) 65 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:50:55.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:55 smithi144 bash[35212]: cephadm 2024-01-18T21:50:54.048013+0000 mgr.y (mgr.14142) 66 : cephadm [INF] Applying osd on host smithi118... 2024-01-18T21:50:55.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:55 smithi144 bash[35212]: audit 2024-01-18T21:50:54.633339+0000 mon.a (mon.0) 316 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-18T21:50:55.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:55 smithi144 bash[35212]: cluster 2024-01-18T21:50:54.633371+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2024-01-18T21:50:55.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:55 smithi144 bash[35212]: audit 2024-01-18T21:50:54.633801+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:50:55.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:55 smithi144 bash[35212]: audit 2024-01-18T21:50:55.500802+0000 mon.a (mon.0) 319 : audit [INF] from='client.? 172.21.15.118:0/1533942334' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2"}]: dispatch 2024-01-18T21:50:55.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:55 smithi144 bash[35212]: cluster 2024-01-18T21:50:55.505205+0000 mon.a (mon.0) 320 : cluster [INF] osd.2 [v2:172.21.15.118:6818/1274140692,v1:172.21.15.118:6819/1274140692] boot 2024-01-18T21:50:55.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:55 smithi144 bash[35212]: audit 2024-01-18T21:50:55.505254+0000 mon.a (mon.0) 321 : audit [INF] from='client.? 172.21.15.118:0/1533942334' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2"}]': finished 2024-01-18T21:50:55.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:55 smithi144 bash[35212]: cluster 2024-01-18T21:50:55.505291+0000 mon.a (mon.0) 322 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-01-18T21:50:55.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:55 smithi144 bash[35212]: audit 2024-01-18T21:50:55.505415+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:50:55.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:55 smithi144 bash[35212]: audit 2024-01-18T21:50:55.505758+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:50:55.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:55 smithi144 bash[35212]: cluster 2024-01-18T21:50:55.598099+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v60: 1 pgs: 1 creating+peering; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail 2024-01-18T21:50:55.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[35127]: audit 2024-01-18T21:50:54.047446+0000 mgr.y (mgr.14142) 65 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:50:55.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[35127]: cephadm 2024-01-18T21:50:54.048013+0000 mgr.y (mgr.14142) 66 : cephadm [INF] Applying osd on host smithi118... 2024-01-18T21:50:55.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[35127]: audit 2024-01-18T21:50:54.633339+0000 mon.a (mon.0) 316 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-18T21:50:55.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[35127]: cluster 2024-01-18T21:50:54.633371+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2024-01-18T21:50:55.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[35127]: audit 2024-01-18T21:50:54.633801+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:50:55.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[35127]: audit 2024-01-18T21:50:55.500802+0000 mon.a (mon.0) 319 : audit [INF] from='client.? 172.21.15.118:0/1533942334' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2"}]: dispatch 2024-01-18T21:50:55.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[35127]: cluster 2024-01-18T21:50:55.505205+0000 mon.a (mon.0) 320 : cluster [INF] osd.2 [v2:172.21.15.118:6818/1274140692,v1:172.21.15.118:6819/1274140692] boot 2024-01-18T21:50:55.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[35127]: audit 2024-01-18T21:50:55.505254+0000 mon.a (mon.0) 321 : audit [INF] from='client.? 172.21.15.118:0/1533942334' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2"}]': finished 2024-01-18T21:50:55.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[35127]: cluster 2024-01-18T21:50:55.505291+0000 mon.a (mon.0) 322 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-01-18T21:50:55.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[35127]: audit 2024-01-18T21:50:55.505415+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:50:55.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[35127]: audit 2024-01-18T21:50:55.505758+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:50:55.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[35127]: cluster 2024-01-18T21:50:55.598099+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v60: 1 pgs: 1 creating+peering; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail 2024-01-18T21:50:55.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[38532]: audit 2024-01-18T21:50:54.047446+0000 mgr.y (mgr.14142) 65 : audit [DBG] from='client.14292 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi118:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:50:55.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[38532]: cephadm 2024-01-18T21:50:54.048013+0000 mgr.y (mgr.14142) 66 : cephadm [INF] Applying osd on host smithi118... 2024-01-18T21:50:55.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[38532]: audit 2024-01-18T21:50:54.633339+0000 mon.a (mon.0) 316 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-18T21:50:55.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[38532]: cluster 2024-01-18T21:50:54.633371+0000 mon.a (mon.0) 317 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2024-01-18T21:50:55.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[38532]: audit 2024-01-18T21:50:54.633801+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:50:55.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[38532]: audit 2024-01-18T21:50:55.500802+0000 mon.a (mon.0) 319 : audit [INF] from='client.? 172.21.15.118:0/1533942334' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2"}]: dispatch 2024-01-18T21:50:55.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[38532]: cluster 2024-01-18T21:50:55.505205+0000 mon.a (mon.0) 320 : cluster [INF] osd.2 [v2:172.21.15.118:6818/1274140692,v1:172.21.15.118:6819/1274140692] boot 2024-01-18T21:50:55.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[38532]: audit 2024-01-18T21:50:55.505254+0000 mon.a (mon.0) 321 : audit [INF] from='client.? 172.21.15.118:0/1533942334' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2"}]': finished 2024-01-18T21:50:55.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[38532]: cluster 2024-01-18T21:50:55.505291+0000 mon.a (mon.0) 322 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-01-18T21:50:55.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[38532]: audit 2024-01-18T21:50:55.505415+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:50:55.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[38532]: audit 2024-01-18T21:50:55.505758+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:50:55.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:55 smithi118 bash[38532]: cluster 2024-01-18T21:50:55.598099+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v60: 1 pgs: 1 creating+peering; 0 B data, 328 KiB used, 177 GiB / 179 GiB avail 2024-01-18T21:50:56.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:56 smithi144 bash[35212]: audit 2024-01-18T21:50:56.255461+0000 mon.a (mon.0) 325 : audit [DBG] from='client.? 172.21.15.118:0/1460286671' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:50:56.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:56 smithi144 bash[35212]: cluster 2024-01-18T21:50:56.507880+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-01-18T21:50:56.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:56 smithi144 bash[35212]: audit 2024-01-18T21:50:56.508025+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:50:56.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:56 smithi118 bash[35127]: audit 2024-01-18T21:50:56.255461+0000 mon.a (mon.0) 325 : audit [DBG] from='client.? 172.21.15.118:0/1460286671' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:50:56.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:56 smithi118 bash[35127]: cluster 2024-01-18T21:50:56.507880+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-01-18T21:50:56.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:56 smithi118 bash[35127]: audit 2024-01-18T21:50:56.508025+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:50:56.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:56 smithi118 bash[38532]: audit 2024-01-18T21:50:56.255461+0000 mon.a (mon.0) 325 : audit [DBG] from='client.? 172.21.15.118:0/1460286671' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:50:56.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:56 smithi118 bash[38532]: cluster 2024-01-18T21:50:56.507880+0000 mon.a (mon.0) 326 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-01-18T21:50:56.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:56 smithi118 bash[38532]: audit 2024-01-18T21:50:56.508025+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:50:57.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:57 smithi144 bash[35212]: cluster 2024-01-18T21:50:57.598393+0000 mgr.y (mgr.14142) 68 : cluster [DBG] pgmap v62: 1 pgs: 1 peering; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail 2024-01-18T21:50:57.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:57 smithi118 bash[38532]: cluster 2024-01-18T21:50:57.598393+0000 mgr.y (mgr.14142) 68 : cluster [DBG] pgmap v62: 1 pgs: 1 peering; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail 2024-01-18T21:50:57.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:57 smithi118 bash[35127]: cluster 2024-01-18T21:50:57.598393+0000 mgr.y (mgr.14142) 68 : cluster [DBG] pgmap v62: 1 pgs: 1 peering; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail 2024-01-18T21:50:58.734 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:58 smithi118 bash[38532]: cluster 2024-01-18T21:50:57.638466+0000 mon.a (mon.0) 328 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-01-18T21:50:58.734 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:58 smithi118 bash[38532]: cluster 2024-01-18T21:50:57.638495+0000 mon.a (mon.0) 329 : cluster [INF] Cluster is now healthy 2024-01-18T21:50:58.734 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:58 smithi118 bash[38532]: audit 2024-01-18T21:50:57.638945+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240118-214917"}]: dispatch 2024-01-18T21:50:58.734 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:58 smithi118 bash[38532]: audit 2024-01-18T21:50:57.644534+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240118-214917"}]': finished 2024-01-18T21:50:58.734 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:58 smithi118 bash[38532]: audit 2024-01-18T21:50:58.460582+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:58.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:58 smithi118 bash[35127]: cluster 2024-01-18T21:50:57.638466+0000 mon.a (mon.0) 328 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-01-18T21:50:58.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:58 smithi118 bash[35127]: cluster 2024-01-18T21:50:57.638495+0000 mon.a (mon.0) 329 : cluster [INF] Cluster is now healthy 2024-01-18T21:50:58.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:58 smithi118 bash[35127]: audit 2024-01-18T21:50:57.638945+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240118-214917"}]: dispatch 2024-01-18T21:50:58.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:58 smithi118 bash[35127]: audit 2024-01-18T21:50:57.644534+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240118-214917"}]': finished 2024-01-18T21:50:58.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:58 smithi118 bash[35127]: audit 2024-01-18T21:50:58.460582+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:58.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:58 smithi144 bash[35212]: cluster 2024-01-18T21:50:57.638466+0000 mon.a (mon.0) 328 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-01-18T21:50:58.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:58 smithi144 bash[35212]: cluster 2024-01-18T21:50:57.638495+0000 mon.a (mon.0) 329 : cluster [INF] Cluster is now healthy 2024-01-18T21:50:58.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:58 smithi144 bash[35212]: audit 2024-01-18T21:50:57.638945+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240118-214917"}]: dispatch 2024-01-18T21:50:58.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:58 smithi144 bash[35212]: audit 2024-01-18T21:50:57.644534+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240118-214917"}]': finished 2024-01-18T21:50:58.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:58 smithi144 bash[35212]: audit 2024-01-18T21:50:58.460582+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:50:59.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:50:59 smithi144 bash[35212]: cluster 2024-01-18T21:50:59.598680+0000 mgr.y (mgr.14142) 69 : cluster [DBG] pgmap v63: 1 pgs: 1 peering; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail 2024-01-18T21:50:59.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:50:59 smithi118 bash[35127]: cluster 2024-01-18T21:50:59.598680+0000 mgr.y (mgr.14142) 69 : cluster [DBG] pgmap v63: 1 pgs: 1 peering; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail 2024-01-18T21:50:59.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:50:59 smithi118 bash[38532]: cluster 2024-01-18T21:50:59.598680+0000 mgr.y (mgr.14142) 69 : cluster [DBG] pgmap v63: 1 pgs: 1 peering; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail 2024-01-18T21:51:00.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:00 smithi144 bash[35212]: audit 2024-01-18T21:51:00.101473+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T21:51:00.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:00 smithi144 bash[35212]: audit 2024-01-18T21:51:00.102008+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:00.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:00 smithi144 bash[35212]: cephadm 2024-01-18T21:51:00.102383+0000 mgr.y (mgr.14142) 70 : cephadm [INF] Deploying daemon osd.2 on smithi118 2024-01-18T21:51:00.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:00 smithi144 bash[35212]: audit 2024-01-18T21:51:00.102559+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-18T21:51:00.975 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:00 smithi118 bash[38532]: audit 2024-01-18T21:51:00.101473+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T21:51:00.976 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:00 smithi118 bash[38532]: audit 2024-01-18T21:51:00.102008+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:00.976 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:00 smithi118 bash[38532]: cephadm 2024-01-18T21:51:00.102383+0000 mgr.y (mgr.14142) 70 : cephadm [INF] Deploying daemon osd.2 on smithi118 2024-01-18T21:51:00.976 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:00 smithi118 bash[38532]: audit 2024-01-18T21:51:00.102559+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-18T21:51:00.976 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:00 smithi118 bash[35127]: audit 2024-01-18T21:51:00.101473+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T21:51:00.976 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:00 smithi118 bash[35127]: audit 2024-01-18T21:51:00.102008+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:00.976 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:00 smithi118 bash[35127]: cephadm 2024-01-18T21:51:00.102383+0000 mgr.y (mgr.14142) 70 : cephadm [INF] Deploying daemon osd.2 on smithi118 2024-01-18T21:51:00.976 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:00 smithi118 bash[35127]: audit 2024-01-18T21:51:00.102559+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-18T21:51:01.237 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:51:00 smithi118 systemd[1]: Stopping Ceph osd.2 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:51:01.237 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:51:01 smithi118 bash[45181]: debug 2024-01-18T21:51:01.029+0000 7fadacece700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-18T21:51:01.237 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:51:01 smithi118 bash[45181]: debug 2024-01-18T21:51:01.029+0000 7fadacece700 -1 osd.2 24 *** Got signal Terminated *** 2024-01-18T21:51:01.237 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:51:01 smithi118 bash[45181]: debug 2024-01-18T21:51:01.029+0000 7fadacece700 -1 osd.2 24 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-18T21:51:01.527 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:51:01 smithi118 podman[46485]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.2 2024-01-18T21:51:01.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:01 smithi144 bash[35212]: cluster 2024-01-18T21:51:01.274189+0000 mon.a (mon.0) 336 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:51:01.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:01 smithi144 bash[35212]: cluster 2024-01-18T21:51:01.274217+0000 mon.a (mon.0) 337 : cluster [INF] osd.2 failed (root=default,host=smithi118) (connection refused reported by osd.0) 2024-01-18T21:51:01.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:01 smithi144 bash[35212]: cluster 2024-01-18T21:51:01.274342+0000 mon.a (mon.0) 338 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-18T21:51:01.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:01 smithi144 bash[35212]: cluster 2024-01-18T21:51:01.274437+0000 mon.a (mon.0) 339 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:51:01.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:01 smithi144 bash[35212]: cluster 2024-01-18T21:51:01.274508+0000 mon.a (mon.0) 340 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-18T21:51:01.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:01 smithi144 bash[35212]: cluster 2024-01-18T21:51:01.598970+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-01-18T21:51:01.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:01 smithi118 bash[35127]: cluster 2024-01-18T21:51:01.274189+0000 mon.a (mon.0) 336 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:51:01.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:01 smithi118 bash[35127]: cluster 2024-01-18T21:51:01.274217+0000 mon.a (mon.0) 337 : cluster [INF] osd.2 failed (root=default,host=smithi118) (connection refused reported by osd.0) 2024-01-18T21:51:01.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:01 smithi118 bash[35127]: cluster 2024-01-18T21:51:01.274342+0000 mon.a (mon.0) 338 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-18T21:51:01.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:01 smithi118 bash[35127]: cluster 2024-01-18T21:51:01.274437+0000 mon.a (mon.0) 339 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:51:01.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:01 smithi118 bash[35127]: cluster 2024-01-18T21:51:01.274508+0000 mon.a (mon.0) 340 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-18T21:51:01.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:01 smithi118 bash[35127]: cluster 2024-01-18T21:51:01.598970+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-01-18T21:51:01.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:01 smithi118 bash[38532]: cluster 2024-01-18T21:51:01.274189+0000 mon.a (mon.0) 336 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:51:01.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:01 smithi118 bash[38532]: cluster 2024-01-18T21:51:01.274217+0000 mon.a (mon.0) 337 : cluster [INF] osd.2 failed (root=default,host=smithi118) (connection refused reported by osd.0) 2024-01-18T21:51:01.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:01 smithi118 bash[38532]: cluster 2024-01-18T21:51:01.274342+0000 mon.a (mon.0) 338 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-18T21:51:01.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:01 smithi118 bash[38532]: cluster 2024-01-18T21:51:01.274437+0000 mon.a (mon.0) 339 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:51:01.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:01 smithi118 bash[38532]: cluster 2024-01-18T21:51:01.274508+0000 mon.a (mon.0) 340 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-18T21:51:01.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:01 smithi118 bash[38532]: cluster 2024-01-18T21:51:01.598970+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-01-18T21:51:02.286 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:51:02 smithi118 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.2.service: Succeeded. 2024-01-18T21:51:02.286 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:51:02 smithi118 systemd[1]: Stopped Ceph osd.2 for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:51:02.287 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:51:02 smithi118 systemd[1]: Starting Ceph osd.2 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:51:02.287 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:51:02 smithi118 podman[46622]: Error: no container with ID or name "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.2" found: no such container 2024-01-18T21:51:02.287 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:51:02 smithi118 systemd[1]: Started Ceph osd.2 for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:51:02.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:02 smithi144 bash[35212]: cluster 2024-01-18T21:51:01.652095+0000 mon.a (mon.0) 341 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:51:02.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:02 smithi144 bash[35212]: cluster 2024-01-18T21:51:01.659297+0000 mon.a (mon.0) 342 : cluster [DBG] osdmap e25: 4 total, 2 up, 3 in 2024-01-18T21:51:02.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:02 smithi144 bash[35212]: audit 2024-01-18T21:51:01.659427+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:51:02.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:02 smithi144 bash[35212]: audit 2024-01-18T21:51:02.199812+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.906932\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907006\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907037\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907065\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907093\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}}, \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:51:02.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:02 smithi144 bash[35212]: audit 2024-01-18T21:51:02.200356+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:02.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:02 smithi144 bash[35212]: audit 2024-01-18T21:51:02.202830+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.906932\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907006\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907037\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907065\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907093\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}}, \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:51:02.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:02 smithi144 bash[35212]: audit 2024-01-18T21:51:02.203833+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-18T21:51:02.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:02 smithi144 bash[35212]: audit 2024-01-18T21:51:02.204828+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:02.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:02 smithi144 bash[35212]: cephadm 2024-01-18T21:51:02.205215+0000 mgr.y (mgr.14142) 72 : cephadm [INF] Deploying daemon osd.3 on smithi118 2024-01-18T21:51:02.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:02 smithi144 bash[35212]: audit 2024-01-18T21:51:02.205420+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-01-18T21:51:02.942 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[46638]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-01-18T21:51:02.942 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[46638]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2024-01-18T21:51:02.942 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[46638]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-01-18T21:51:02.942 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[46638]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-01-18T21:51:02.942 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[46638]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-01-18T21:51:02.942 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[46638]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-01-18T21:51:02.942 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[46638]: --> ceph-volume lvm activate successful for osd ID: 2 2024-01-18T21:51:02.942 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[35127]: cluster 2024-01-18T21:51:01.652095+0000 mon.a (mon.0) 341 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:51:02.942 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[35127]: cluster 2024-01-18T21:51:01.659297+0000 mon.a (mon.0) 342 : cluster [DBG] osdmap e25: 4 total, 2 up, 3 in 2024-01-18T21:51:02.943 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[35127]: audit 2024-01-18T21:51:01.659427+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:51:02.943 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[35127]: audit 2024-01-18T21:51:02.199812+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.906932\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907006\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907037\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907065\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907093\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}}, \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:51:02.943 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[35127]: audit 2024-01-18T21:51:02.200356+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:02.943 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[35127]: audit 2024-01-18T21:51:02.202830+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.906932\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907006\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907037\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907065\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907093\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}}, \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:51:02.943 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[35127]: audit 2024-01-18T21:51:02.203833+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-18T21:51:02.943 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[35127]: audit 2024-01-18T21:51:02.204828+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:02.943 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[35127]: cephadm 2024-01-18T21:51:02.205215+0000 mgr.y (mgr.14142) 72 : cephadm [INF] Deploying daemon osd.3 on smithi118 2024-01-18T21:51:02.943 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[35127]: audit 2024-01-18T21:51:02.205420+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-01-18T21:51:02.943 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[38532]: cluster 2024-01-18T21:51:01.652095+0000 mon.a (mon.0) 341 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:51:02.943 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[38532]: cluster 2024-01-18T21:51:01.659297+0000 mon.a (mon.0) 342 : cluster [DBG] osdmap e25: 4 total, 2 up, 3 in 2024-01-18T21:51:02.943 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[38532]: audit 2024-01-18T21:51:01.659427+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:51:02.943 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[38532]: audit 2024-01-18T21:51:02.199812+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.906932\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907006\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907037\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907065\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907093\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}}, \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:51:02.944 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[38532]: audit 2024-01-18T21:51:02.200356+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:02.944 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[38532]: audit 2024-01-18T21:51:02.202830+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.906932\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907006\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907037\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907065\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907093\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}}, \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:51:02.944 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[38532]: audit 2024-01-18T21:51:02.203833+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-18T21:51:02.944 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[38532]: audit 2024-01-18T21:51:02.204828+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:02.944 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[38532]: cephadm 2024-01-18T21:51:02.205215+0000 mgr.y (mgr.14142) 72 : cephadm [INF] Deploying daemon osd.3 on smithi118 2024-01-18T21:51:02.944 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:02 smithi118 bash[38532]: audit 2024-01-18T21:51:02.205420+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-01-18T21:51:03.736 INFO:teuthology.orchestra.run.smithi118.stdout:Created osd(s) 2,3 on host 'smithi118' 2024-01-18T21:51:03.836 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:03 smithi118 bash[38532]: cluster 2024-01-18T21:51:02.662067+0000 mon.a (mon.0) 350 : cluster [DBG] osdmap e26: 4 total, 2 up, 3 in 2024-01-18T21:51:03.837 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:03 smithi118 bash[38532]: audit 2024-01-18T21:51:02.662206+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:51:03.837 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:03 smithi118 bash[38532]: cluster 2024-01-18T21:51:03.599244+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-01-18T21:51:03.837 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:03 smithi118 bash[35127]: cluster 2024-01-18T21:51:02.662067+0000 mon.a (mon.0) 350 : cluster [DBG] osdmap e26: 4 total, 2 up, 3 in 2024-01-18T21:51:03.837 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:03 smithi118 bash[35127]: audit 2024-01-18T21:51:02.662206+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:51:03.837 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:03 smithi118 bash[35127]: cluster 2024-01-18T21:51:03.599244+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-01-18T21:51:03.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:03 smithi144 bash[35212]: cluster 2024-01-18T21:51:02.662067+0000 mon.a (mon.0) 350 : cluster [DBG] osdmap e26: 4 total, 2 up, 3 in 2024-01-18T21:51:03.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:03 smithi144 bash[35212]: audit 2024-01-18T21:51:02.662206+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:51:03.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:03 smithi144 bash[35212]: cluster 2024-01-18T21:51:03.599244+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-01-18T21:51:04.316 DEBUG:teuthology.orchestra.run.smithi118:osd.3> sudo journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.3.service 2024-01-18T21:51:04.319 INFO:tasks.cephadm:Deploying osd.4 on smithi144 with /dev/vg_nvme/lv_4... 2024-01-18T21:51:04.319 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-01-18T21:51:04.352 INFO:journalctl@ceph.osd.3.smithi118.stdout:-- Logs begin at Thu 2024-01-18 21:41:13 UTC. -- 2024-01-18T21:51:04.397 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:51:04 smithi118 bash[46872]: debug 2024-01-18T21:51:04.129+0000 7f80dbac2ec0 -1 Falling back to public interface 2024-01-18T21:51:04.659 INFO:journalctl@ceph.osd.3.smithi118.stdout:Jan 18 21:51:04 smithi118 bash[47070]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-01-18T21:51:04.659 INFO:journalctl@ceph.osd.3.smithi118.stdout:Jan 18 21:51:04 smithi118 bash[47070]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2024-01-18T21:51:04.659 INFO:journalctl@ceph.osd.3.smithi118.stdout:Jan 18 21:51:04 smithi118 bash[47070]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-01-18T21:51:04.659 INFO:journalctl@ceph.osd.3.smithi118.stdout:Jan 18 21:51:04 smithi118 bash[47070]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-01-18T21:51:04.659 INFO:journalctl@ceph.osd.3.smithi118.stdout:Jan 18 21:51:04 smithi118 bash[47070]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-01-18T21:51:04.659 INFO:journalctl@ceph.osd.3.smithi118.stdout:Jan 18 21:51:04 smithi118 bash[47070]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-01-18T21:51:04.660 INFO:journalctl@ceph.osd.3.smithi118.stdout:Jan 18 21:51:04 smithi118 bash[47070]: --> ceph-volume lvm activate successful for osd ID: 3 2024-01-18T21:51:04.660 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:04 smithi118 bash[35127]: audit 2024-01-18T21:51:03.737569+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.906932\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907006\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907037\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907065\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907093\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:51:04.661 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:04 smithi118 bash[35127]: audit 2024-01-18T21:51:03.741118+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.906932\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907006\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907037\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907065\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907093\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:51:04.661 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:04 smithi118 bash[35127]: audit 2024-01-18T21:51:03.861292+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860211\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860286\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860318\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860347\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860382\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860434\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_daemon_update\": \"2024-01-18T21:51:03.860542\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:51:04.661 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:04 smithi118 bash[35127]: audit 2024-01-18T21:51:03.864115+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860211\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860286\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860318\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860347\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860382\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860434\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_daemon_update\": \"2024-01-18T21:51:03.860542\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:51:04.661 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:04 smithi118 bash[35127]: audit 2024-01-18T21:51:03.864709+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:04.923 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:51:04 smithi118 bash[46872]: debug 2024-01-18T21:51:04.695+0000 7f80dbac2ec0 -1 osd.2 24 log_to_monitors {default=true} 2024-01-18T21:51:04.923 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:51:04 smithi118 bash[46872]: debug 2024-01-18T21:51:04.702+0000 7f80cba8b700 -1 osd.2 24 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-18T21:51:04.924 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:04 smithi118 bash[38532]: audit 2024-01-18T21:51:03.737569+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.906932\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907006\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907037\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907065\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907093\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:51:04.924 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:04 smithi118 bash[38532]: audit 2024-01-18T21:51:03.741118+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.906932\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907006\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907037\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907065\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907093\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:51:04.924 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:04 smithi118 bash[38532]: audit 2024-01-18T21:51:03.861292+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860211\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860286\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860318\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860347\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860382\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860434\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_daemon_update\": \"2024-01-18T21:51:03.860542\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:51:04.924 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:04 smithi118 bash[38532]: audit 2024-01-18T21:51:03.864115+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860211\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860286\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860318\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860347\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860382\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860434\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_daemon_update\": \"2024-01-18T21:51:03.860542\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:51:04.924 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:04 smithi118 bash[38532]: audit 2024-01-18T21:51:03.864709+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:04.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:04 smithi144 bash[35212]: audit 2024-01-18T21:51:03.737569+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.906932\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907006\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907037\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907065\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907093\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:51:04.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:04 smithi144 bash[35212]: audit 2024-01-18T21:51:03.741118+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.906932\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907006\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907037\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907065\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:53.907093\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_device_update\": \"2024-01-18T21:50:52.666494\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:51:04.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:04 smithi144 bash[35212]: audit 2024-01-18T21:51:03.861292+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860211\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860286\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860318\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860347\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860382\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860434\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_daemon_update\": \"2024-01-18T21:51:03.860542\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:51:04.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:04 smithi144 bash[35212]: audit 2024-01-18T21:51:03.864115+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860211\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860286\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860318\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860347\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860382\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860434\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_daemon_update\": \"2024-01-18T21:51:03.860542\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:51:04.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:04 smithi144 bash[35212]: audit 2024-01-18T21:51:03.864709+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:05.598 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-01-18T21:51:05.599 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-01-18T21:51:05.599 INFO:teuthology.orchestra.run.smithi144.stderr: stderr: 10+0 records in 2024-01-18T21:51:05.599 INFO:teuthology.orchestra.run.smithi144.stderr:10+0 records out 2024-01-18T21:51:05.599 INFO:teuthology.orchestra.run.smithi144.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110824 s, 946 MB/s 2024-01-18T21:51:05.599 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping successful for: 2024-01-18T21:51:05.873 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:05 smithi144 bash[35212]: audit 2024-01-18T21:51:04.698614+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.118:6818/4253903723,v1:172.21.15.118:6819/4253903723]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T21:51:05.873 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:05 smithi144 bash[35212]: audit 2024-01-18T21:51:04.698958+0000 mon.a (mon.0) 357 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T21:51:05.873 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:05 smithi144 bash[35212]: audit 2024-01-18T21:51:04.699477+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.118:6818/4253903723,v1:172.21.15.118:6819/4253903723]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:51:05.873 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:05 smithi144 bash[35212]: audit 2024-01-18T21:51:04.699714+0000 mon.a (mon.0) 358 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:51:05.873 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:05 smithi144 bash[35212]: cluster 2024-01-18T21:51:05.599519+0000 mgr.y (mgr.14142) 74 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-01-18T21:51:05.878 INFO:journalctl@ceph.osd.3.smithi118.stdout:Jan 18 21:51:05 smithi118 bash[47407]: debug 2024-01-18T21:51:05.605+0000 7f0ab0e72ec0 -1 Falling back to public interface 2024-01-18T21:51:05.878 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:05 smithi118 bash[35127]: audit 2024-01-18T21:51:04.698614+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.118:6818/4253903723,v1:172.21.15.118:6819/4253903723]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T21:51:05.878 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:05 smithi118 bash[35127]: audit 2024-01-18T21:51:04.698958+0000 mon.a (mon.0) 357 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T21:51:05.879 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:05 smithi118 bash[35127]: audit 2024-01-18T21:51:04.699477+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.118:6818/4253903723,v1:172.21.15.118:6819/4253903723]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:51:05.879 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:05 smithi118 bash[35127]: audit 2024-01-18T21:51:04.699714+0000 mon.a (mon.0) 358 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:51:05.879 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:05 smithi118 bash[35127]: cluster 2024-01-18T21:51:05.599519+0000 mgr.y (mgr.14142) 74 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-01-18T21:51:05.879 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:05 smithi118 bash[38532]: audit 2024-01-18T21:51:04.698614+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.118:6818/4253903723,v1:172.21.15.118:6819/4253903723]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T21:51:05.879 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:05 smithi118 bash[38532]: audit 2024-01-18T21:51:04.698958+0000 mon.a (mon.0) 357 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-18T21:51:05.879 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:05 smithi118 bash[38532]: audit 2024-01-18T21:51:04.699477+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.118:6818/4253903723,v1:172.21.15.118:6819/4253903723]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:51:05.879 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:05 smithi118 bash[38532]: audit 2024-01-18T21:51:04.699714+0000 mon.a (mon.0) 358 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:51:05.879 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:05 smithi118 bash[38532]: cluster 2024-01-18T21:51:05.599519+0000 mgr.y (mgr.14142) 74 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-01-18T21:51:05.965 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph orch daemon add osd smithi144:vg_nvme/lv_4 2024-01-18T21:51:06.487 INFO:journalctl@ceph.osd.3.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[47407]: debug 2024-01-18T21:51:06.166+0000 7f0ab0e72ec0 -1 osd.3 0 log_to_monitors {default=true} 2024-01-18T21:51:06.804 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:06 smithi144 bash[35212]: cluster 2024-01-18T21:51:05.667267+0000 mon.a (mon.0) 359 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:51:06.804 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:06 smithi144 bash[35212]: cluster 2024-01-18T21:51:05.667297+0000 mon.a (mon.0) 360 : cluster [INF] Cluster is now healthy 2024-01-18T21:51:06.804 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:06 smithi144 bash[35212]: cluster 2024-01-18T21:51:05.674520+0000 mon.a (mon.0) 361 : cluster [INF] osd.2 [v2:172.21.15.118:6818/4253903723,v1:172.21.15.118:6819/4253903723] boot 2024-01-18T21:51:06.804 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:06 smithi144 bash[35212]: cluster 2024-01-18T21:51:05.674565+0000 mon.a (mon.0) 362 : cluster [DBG] osdmap e27: 4 total, 3 up, 3 in 2024-01-18T21:51:06.805 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:06 smithi144 bash[35212]: audit 2024-01-18T21:51:05.674943+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:51:06.805 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:06 smithi144 bash[35212]: audit 2024-01-18T21:51:05.675288+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:51:06.805 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:06 smithi144 bash[35212]: audit 2024-01-18T21:51:06.170530+0000 mon.c (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.118:6826/2204192680,v1:172.21.15.118:6827/2204192680]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T21:51:06.805 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:06 smithi144 bash[35212]: audit 2024-01-18T21:51:06.170818+0000 mon.a (mon.0) 365 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T21:51:06.805 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:06 smithi144 bash[35212]: audit 2024-01-18T21:51:06.380360+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:06.805 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:06 smithi144 bash[35212]: audit 2024-01-18T21:51:06.560811+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860211\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860286\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860318\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860347\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860382\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860434\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_daemon_update\": \"2024-01-18T21:51:03.860542\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:51:06.805 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:06 smithi144 bash[35212]: audit 2024-01-18T21:51:06.564171+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860211\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860286\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860318\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860347\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860382\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860434\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_daemon_update\": \"2024-01-18T21:51:03.860542\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:51:06.805 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:06 smithi144 bash[35212]: audit 2024-01-18T21:51:06.565227+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:06.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[35127]: cluster 2024-01-18T21:51:05.667267+0000 mon.a (mon.0) 359 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:51:06.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[35127]: cluster 2024-01-18T21:51:05.667297+0000 mon.a (mon.0) 360 : cluster [INF] Cluster is now healthy 2024-01-18T21:51:06.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[35127]: cluster 2024-01-18T21:51:05.674520+0000 mon.a (mon.0) 361 : cluster [INF] osd.2 [v2:172.21.15.118:6818/4253903723,v1:172.21.15.118:6819/4253903723] boot 2024-01-18T21:51:06.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[35127]: cluster 2024-01-18T21:51:05.674565+0000 mon.a (mon.0) 362 : cluster [DBG] osdmap e27: 4 total, 3 up, 3 in 2024-01-18T21:51:06.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[35127]: audit 2024-01-18T21:51:05.674943+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:51:06.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[35127]: audit 2024-01-18T21:51:05.675288+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:51:06.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[35127]: audit 2024-01-18T21:51:06.170530+0000 mon.c (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.118:6826/2204192680,v1:172.21.15.118:6827/2204192680]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T21:51:06.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[35127]: audit 2024-01-18T21:51:06.170818+0000 mon.a (mon.0) 365 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T21:51:06.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[35127]: audit 2024-01-18T21:51:06.380360+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:06.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[35127]: audit 2024-01-18T21:51:06.560811+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860211\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860286\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860318\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860347\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860382\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860434\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_daemon_update\": \"2024-01-18T21:51:03.860542\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:51:06.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[35127]: audit 2024-01-18T21:51:06.564171+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860211\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860286\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860318\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860347\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860382\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860434\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_daemon_update\": \"2024-01-18T21:51:03.860542\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:51:06.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[35127]: audit 2024-01-18T21:51:06.565227+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:06.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[38532]: cluster 2024-01-18T21:51:05.667267+0000 mon.a (mon.0) 359 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:51:06.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[38532]: cluster 2024-01-18T21:51:05.667297+0000 mon.a (mon.0) 360 : cluster [INF] Cluster is now healthy 2024-01-18T21:51:06.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[38532]: cluster 2024-01-18T21:51:05.674520+0000 mon.a (mon.0) 361 : cluster [INF] osd.2 [v2:172.21.15.118:6818/4253903723,v1:172.21.15.118:6819/4253903723] boot 2024-01-18T21:51:06.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[38532]: cluster 2024-01-18T21:51:05.674565+0000 mon.a (mon.0) 362 : cluster [DBG] osdmap e27: 4 total, 3 up, 3 in 2024-01-18T21:51:06.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[38532]: audit 2024-01-18T21:51:05.674943+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:51:06.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[38532]: audit 2024-01-18T21:51:05.675288+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:51:06.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[38532]: audit 2024-01-18T21:51:06.170530+0000 mon.c (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.118:6826/2204192680,v1:172.21.15.118:6827/2204192680]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T21:51:06.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[38532]: audit 2024-01-18T21:51:06.170818+0000 mon.a (mon.0) 365 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-18T21:51:06.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[38532]: audit 2024-01-18T21:51:06.380360+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:06.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[38532]: audit 2024-01-18T21:51:06.560811+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860211\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860286\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860318\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860347\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860382\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860434\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_daemon_update\": \"2024-01-18T21:51:03.860542\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:51:06.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[38532]: audit 2024-01-18T21:51:06.564171+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860211\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860286\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860318\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860347\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860382\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:03.860434\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_daemon_update\": \"2024-01-18T21:51:03.860542\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:51:06.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:06 smithi118 bash[38532]: audit 2024-01-18T21:51:06.565227+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:07.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:07 smithi144 bash[35212]: audit 2024-01-18T21:51:06.675405+0000 mon.a (mon.0) 370 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-18T21:51:07.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:07 smithi144 bash[35212]: cluster 2024-01-18T21:51:06.675434+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e28: 4 total, 3 up, 3 in 2024-01-18T21:51:07.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:07 smithi144 bash[35212]: audit 2024-01-18T21:51:06.676001+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:51:07.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:07 smithi144 bash[35212]: audit 2024-01-18T21:51:06.676643+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.118:6826/2204192680,v1:172.21.15.118:6827/2204192680]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:51:07.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:07 smithi144 bash[35212]: audit 2024-01-18T21:51:06.680918+0000 mon.a (mon.0) 373 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:51:07.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:07 smithi144 bash[35212]: audit 2024-01-18T21:51:07.136077+0000 mgr.y (mgr.14142) 75 : audit [DBG] from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:51:07.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:07 smithi144 bash[35212]: cephadm 2024-01-18T21:51:07.137106+0000 mgr.y (mgr.14142) 76 : cephadm [INF] Applying osd on host smithi144... 2024-01-18T21:51:07.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:07 smithi144 bash[35212]: audit 2024-01-18T21:51:07.137597+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:51:07.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:07 smithi144 bash[35212]: audit 2024-01-18T21:51:07.138152+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:07.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:07 smithi144 bash[35212]: audit 2024-01-18T21:51:07.138955+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:07.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:07 smithi144 bash[35212]: audit 2024-01-18T21:51:07.469810+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468817\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468932\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468963\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468991\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469019\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469047\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469075\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_daemon_update\": \"2024-01-18T21:51:07.469142\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:51:07.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:07 smithi144 bash[35212]: audit 2024-01-18T21:51:07.472338+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468817\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468932\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468963\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468991\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469019\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469047\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469075\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_daemon_update\": \"2024-01-18T21:51:07.469142\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:51:07.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:07 smithi144 bash[35212]: cluster 2024-01-18T21:51:07.599749+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v71: 1 pgs: 1 peering; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail 2024-01-18T21:51:07.987 INFO:journalctl@ceph.osd.3.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[47407]: debug 2024-01-18T21:51:07.685+0000 7f0a95c1f700 -1 osd.3 0 waiting for initial osdmap 2024-01-18T21:51:07.987 INFO:journalctl@ceph.osd.3.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[47407]: debug 2024-01-18T21:51:07.689+0000 7f0aa0e3b700 -1 osd.3 29 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-18T21:51:07.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[35127]: audit 2024-01-18T21:51:06.675405+0000 mon.a (mon.0) 370 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-18T21:51:07.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[35127]: cluster 2024-01-18T21:51:06.675434+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e28: 4 total, 3 up, 3 in 2024-01-18T21:51:07.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[35127]: audit 2024-01-18T21:51:06.676001+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:51:07.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[35127]: audit 2024-01-18T21:51:06.676643+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.118:6826/2204192680,v1:172.21.15.118:6827/2204192680]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:51:07.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[35127]: audit 2024-01-18T21:51:06.680918+0000 mon.a (mon.0) 373 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:51:07.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[35127]: audit 2024-01-18T21:51:07.136077+0000 mgr.y (mgr.14142) 75 : audit [DBG] from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:51:07.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[35127]: cephadm 2024-01-18T21:51:07.137106+0000 mgr.y (mgr.14142) 76 : cephadm [INF] Applying osd on host smithi144... 2024-01-18T21:51:07.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[35127]: audit 2024-01-18T21:51:07.137597+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:51:07.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[35127]: audit 2024-01-18T21:51:07.138152+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:07.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[35127]: audit 2024-01-18T21:51:07.138955+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:07.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[38532]: audit 2024-01-18T21:51:06.675405+0000 mon.a (mon.0) 370 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-18T21:51:07.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[38532]: cluster 2024-01-18T21:51:06.675434+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e28: 4 total, 3 up, 3 in 2024-01-18T21:51:07.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[38532]: audit 2024-01-18T21:51:06.676001+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:51:07.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[38532]: audit 2024-01-18T21:51:06.676643+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.118:6826/2204192680,v1:172.21.15.118:6827/2204192680]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:51:07.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[38532]: audit 2024-01-18T21:51:06.680918+0000 mon.a (mon.0) 373 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:51:07.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[38532]: audit 2024-01-18T21:51:07.136077+0000 mgr.y (mgr.14142) 75 : audit [DBG] from='client.24203 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:51:07.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[38532]: cephadm 2024-01-18T21:51:07.137106+0000 mgr.y (mgr.14142) 76 : cephadm [INF] Applying osd on host smithi144... 2024-01-18T21:51:07.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[38532]: audit 2024-01-18T21:51:07.137597+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:51:07.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[38532]: audit 2024-01-18T21:51:07.138152+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:07.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[38532]: audit 2024-01-18T21:51:07.138955+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:07.990 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[35127]: audit 2024-01-18T21:51:07.469810+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468817\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468932\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468963\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468991\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469019\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469047\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469075\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_daemon_update\": \"2024-01-18T21:51:07.469142\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:51:07.990 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[35127]: audit 2024-01-18T21:51:07.472338+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468817\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468932\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468963\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468991\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469019\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469047\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469075\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_daemon_update\": \"2024-01-18T21:51:07.469142\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:51:07.990 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[35127]: cluster 2024-01-18T21:51:07.599749+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v71: 1 pgs: 1 peering; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail 2024-01-18T21:51:07.991 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[38532]: audit 2024-01-18T21:51:07.469810+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468817\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468932\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468963\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468991\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469019\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469047\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469075\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_daemon_update\": \"2024-01-18T21:51:07.469142\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:51:07.991 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[38532]: audit 2024-01-18T21:51:07.472338+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468817\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468932\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468963\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468991\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469019\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469047\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469075\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}}, \"last_daemon_update\": \"2024-01-18T21:51:07.469142\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:51:07.991 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:07 smithi118 bash[38532]: cluster 2024-01-18T21:51:07.599749+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v71: 1 pgs: 1 peering; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail 2024-01-18T21:51:08.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:08 smithi144 bash[35212]: cluster 2024-01-18T21:51:07.188734+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:51:08.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:08 smithi144 bash[35212]: cluster 2024-01-18T21:51:07.188783+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:51:08.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:08 smithi144 bash[35212]: audit 2024-01-18T21:51:07.680598+0000 mon.a (mon.0) 379 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-18T21:51:08.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:08 smithi144 bash[35212]: cluster 2024-01-18T21:51:07.680646+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e29: 4 total, 3 up, 3 in 2024-01-18T21:51:08.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:08 smithi144 bash[35212]: audit 2024-01-18T21:51:07.681131+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:51:08.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:08 smithi144 bash[35212]: audit 2024-01-18T21:51:08.584334+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.144:0/510327876' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "07dcec6e-a7b0-4132-8dbd-43957fab2570"}]: dispatch 2024-01-18T21:51:08.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:08 smithi144 bash[35212]: audit 2024-01-18T21:51:08.584973+0000 mon.a (mon.0) 382 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "07dcec6e-a7b0-4132-8dbd-43957fab2570"}]: dispatch 2024-01-18T21:51:08.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:08 smithi144 bash[35212]: cluster 2024-01-18T21:51:08.588579+0000 mon.a (mon.0) 383 : cluster [INF] osd.3 [v2:172.21.15.118:6826/2204192680,v1:172.21.15.118:6827/2204192680] boot 2024-01-18T21:51:08.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:08 smithi144 bash[35212]: audit 2024-01-18T21:51:08.588614+0000 mon.a (mon.0) 384 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "07dcec6e-a7b0-4132-8dbd-43957fab2570"}]': finished 2024-01-18T21:51:08.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:08 smithi144 bash[35212]: cluster 2024-01-18T21:51:08.588642+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-01-18T21:51:08.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:08 smithi144 bash[35212]: audit 2024-01-18T21:51:08.588774+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:51:08.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:08 smithi144 bash[35212]: audit 2024-01-18T21:51:08.589092+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:51:08.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[35127]: cluster 2024-01-18T21:51:07.188734+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:51:08.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[35127]: cluster 2024-01-18T21:51:07.188783+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:51:08.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[35127]: audit 2024-01-18T21:51:07.680598+0000 mon.a (mon.0) 379 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-18T21:51:08.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[35127]: cluster 2024-01-18T21:51:07.680646+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e29: 4 total, 3 up, 3 in 2024-01-18T21:51:08.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[35127]: audit 2024-01-18T21:51:07.681131+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:51:08.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[35127]: audit 2024-01-18T21:51:08.584334+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.144:0/510327876' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "07dcec6e-a7b0-4132-8dbd-43957fab2570"}]: dispatch 2024-01-18T21:51:08.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[35127]: audit 2024-01-18T21:51:08.584973+0000 mon.a (mon.0) 382 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "07dcec6e-a7b0-4132-8dbd-43957fab2570"}]: dispatch 2024-01-18T21:51:08.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[35127]: cluster 2024-01-18T21:51:08.588579+0000 mon.a (mon.0) 383 : cluster [INF] osd.3 [v2:172.21.15.118:6826/2204192680,v1:172.21.15.118:6827/2204192680] boot 2024-01-18T21:51:08.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[35127]: audit 2024-01-18T21:51:08.588614+0000 mon.a (mon.0) 384 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "07dcec6e-a7b0-4132-8dbd-43957fab2570"}]': finished 2024-01-18T21:51:08.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[35127]: cluster 2024-01-18T21:51:08.588642+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-01-18T21:51:08.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[35127]: audit 2024-01-18T21:51:08.588774+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:51:08.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[35127]: audit 2024-01-18T21:51:08.589092+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:51:08.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[38532]: cluster 2024-01-18T21:51:07.188734+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:51:08.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[38532]: cluster 2024-01-18T21:51:07.188783+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:51:08.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[38532]: audit 2024-01-18T21:51:07.680598+0000 mon.a (mon.0) 379 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]': finished 2024-01-18T21:51:08.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[38532]: cluster 2024-01-18T21:51:07.680646+0000 mon.a (mon.0) 380 : cluster [DBG] osdmap e29: 4 total, 3 up, 3 in 2024-01-18T21:51:08.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[38532]: audit 2024-01-18T21:51:07.681131+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:51:08.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[38532]: audit 2024-01-18T21:51:08.584334+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.144:0/510327876' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "07dcec6e-a7b0-4132-8dbd-43957fab2570"}]: dispatch 2024-01-18T21:51:08.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[38532]: audit 2024-01-18T21:51:08.584973+0000 mon.a (mon.0) 382 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "07dcec6e-a7b0-4132-8dbd-43957fab2570"}]: dispatch 2024-01-18T21:51:08.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[38532]: cluster 2024-01-18T21:51:08.588579+0000 mon.a (mon.0) 383 : cluster [INF] osd.3 [v2:172.21.15.118:6826/2204192680,v1:172.21.15.118:6827/2204192680] boot 2024-01-18T21:51:08.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[38532]: audit 2024-01-18T21:51:08.588614+0000 mon.a (mon.0) 384 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "07dcec6e-a7b0-4132-8dbd-43957fab2570"}]': finished 2024-01-18T21:51:08.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[38532]: cluster 2024-01-18T21:51:08.588642+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-01-18T21:51:08.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[38532]: audit 2024-01-18T21:51:08.588774+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:51:08.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:08 smithi118 bash[38532]: audit 2024-01-18T21:51:08.589092+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:51:09.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:09 smithi144 bash[35212]: audit 2024-01-18T21:51:09.347154+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.144:0/2319881502' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:51:09.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:09 smithi144 bash[35212]: cluster 2024-01-18T21:51:09.600261+0000 mgr.y (mgr.14142) 78 : cluster [DBG] pgmap v74: 1 pgs: 1 peering; 0 B data, 920 KiB used, 354 GiB / 358 GiB avail 2024-01-18T21:51:09.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:09 smithi118 bash[38532]: audit 2024-01-18T21:51:09.347154+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.144:0/2319881502' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:51:09.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:09 smithi118 bash[38532]: cluster 2024-01-18T21:51:09.600261+0000 mgr.y (mgr.14142) 78 : cluster [DBG] pgmap v74: 1 pgs: 1 peering; 0 B data, 920 KiB used, 354 GiB / 358 GiB avail 2024-01-18T21:51:09.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:09 smithi118 bash[35127]: audit 2024-01-18T21:51:09.347154+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.144:0/2319881502' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:51:09.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:09 smithi118 bash[35127]: cluster 2024-01-18T21:51:09.600261+0000 mgr.y (mgr.14142) 78 : cluster [DBG] pgmap v74: 1 pgs: 1 peering; 0 B data, 920 KiB used, 354 GiB / 358 GiB avail 2024-01-18T21:51:10.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:10 smithi144 bash[35212]: cluster 2024-01-18T21:51:09.691391+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e31: 5 total, 4 up, 4 in 2024-01-18T21:51:10.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:10 smithi144 bash[35212]: audit 2024-01-18T21:51:09.691669+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:51:10.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:10 smithi118 bash[35127]: cluster 2024-01-18T21:51:09.691391+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e31: 5 total, 4 up, 4 in 2024-01-18T21:51:10.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:10 smithi118 bash[35127]: audit 2024-01-18T21:51:09.691669+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:51:10.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:10 smithi118 bash[38532]: cluster 2024-01-18T21:51:09.691391+0000 mon.a (mon.0) 388 : cluster [DBG] osdmap e31: 5 total, 4 up, 4 in 2024-01-18T21:51:10.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:10 smithi118 bash[38532]: audit 2024-01-18T21:51:09.691669+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:51:11.807 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:11 smithi144 bash[35212]: audit 2024-01-18T21:51:11.539740+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:11.808 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:11 smithi144 bash[35212]: cluster 2024-01-18T21:51:11.600594+0000 mgr.y (mgr.14142) 79 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1008 KiB used, 354 GiB / 358 GiB avail 2024-01-18T21:51:11.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:11 smithi118 bash[35127]: audit 2024-01-18T21:51:11.539740+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:11.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:11 smithi118 bash[35127]: cluster 2024-01-18T21:51:11.600594+0000 mgr.y (mgr.14142) 79 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1008 KiB used, 354 GiB / 358 GiB avail 2024-01-18T21:51:11.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:11 smithi118 bash[38532]: audit 2024-01-18T21:51:11.539740+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:11.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:11 smithi118 bash[38532]: cluster 2024-01-18T21:51:11.600594+0000 mgr.y (mgr.14142) 79 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1008 KiB used, 354 GiB / 358 GiB avail 2024-01-18T21:51:13.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:13 smithi144 bash[35212]: audit 2024-01-18T21:51:13.065135+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T21:51:13.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:13 smithi144 bash[35212]: audit 2024-01-18T21:51:13.065946+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:13.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:13 smithi144 bash[35212]: audit 2024-01-18T21:51:13.066773+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-18T21:51:13.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:13 smithi118 bash[35127]: audit 2024-01-18T21:51:13.065135+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T21:51:13.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:13 smithi118 bash[35127]: audit 2024-01-18T21:51:13.065946+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:13.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:13 smithi118 bash[35127]: audit 2024-01-18T21:51:13.066773+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-18T21:51:13.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:13 smithi118 bash[38532]: audit 2024-01-18T21:51:13.065135+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T21:51:13.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:13 smithi118 bash[38532]: audit 2024-01-18T21:51:13.065946+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:13.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:13 smithi118 bash[38532]: audit 2024-01-18T21:51:13.066773+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-18T21:51:14.088 INFO:teuthology.orchestra.run.smithi144.stdout:Created osd(s) 4 on host 'smithi144' 2024-01-18T21:51:14.525 DEBUG:teuthology.orchestra.run.smithi144:osd.4> sudo journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.4.service 2024-01-18T21:51:14.528 INFO:tasks.cephadm:Deploying osd.5 on smithi144 with /dev/vg_nvme/lv_3... 2024-01-18T21:51:14.528 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-01-18T21:51:14.561 INFO:journalctl@ceph.osd.4.smithi144.stdout:-- Logs begin at Thu 2024-01-18 21:41:11 UTC. -- 2024-01-18T21:51:14.810 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:14 smithi144 bash[35212]: cephadm 2024-01-18T21:51:13.066435+0000 mgr.y (mgr.14142) 80 : cephadm [INF] Deploying daemon osd.4 on smithi144 2024-01-18T21:51:14.810 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:14 smithi144 bash[35212]: cluster 2024-01-18T21:51:13.600992+0000 mgr.y (mgr.14142) 81 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2024-01-18T21:51:14.810 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:14 smithi144 bash[35212]: audit 2024-01-18T21:51:14.089837+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026661\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026728\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:13.064807\"}}, \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:14.810 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:14 smithi144 bash[35212]: audit 2024-01-18T21:51:14.090318+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:14.810 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:14 smithi144 bash[35212]: audit 2024-01-18T21:51:14.093432+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026661\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026728\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:13.064807\"}}, \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:14.810 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:14 smithi144 bash[37404]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-01-18T21:51:14.811 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:14 smithi144 bash[37404]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2024-01-18T21:51:14.811 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:14 smithi144 bash[37404]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-01-18T21:51:14.811 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:14 smithi144 bash[37404]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-01-18T21:51:14.811 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:14 smithi144 bash[37404]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-01-18T21:51:14.811 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:14 smithi144 bash[37404]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-01-18T21:51:14.811 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:14 smithi144 bash[37404]: --> ceph-volume lvm activate successful for osd ID: 4 2024-01-18T21:51:14.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:14 smithi118 bash[35127]: cephadm 2024-01-18T21:51:13.066435+0000 mgr.y (mgr.14142) 80 : cephadm [INF] Deploying daemon osd.4 on smithi144 2024-01-18T21:51:14.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:14 smithi118 bash[35127]: cluster 2024-01-18T21:51:13.600992+0000 mgr.y (mgr.14142) 81 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2024-01-18T21:51:14.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:14 smithi118 bash[35127]: audit 2024-01-18T21:51:14.089837+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026661\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026728\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:13.064807\"}}, \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:14.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:14 smithi118 bash[38532]: cephadm 2024-01-18T21:51:13.066435+0000 mgr.y (mgr.14142) 80 : cephadm [INF] Deploying daemon osd.4 on smithi144 2024-01-18T21:51:14.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:14 smithi118 bash[38532]: cluster 2024-01-18T21:51:13.600992+0000 mgr.y (mgr.14142) 81 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2024-01-18T21:51:14.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:14 smithi118 bash[38532]: audit 2024-01-18T21:51:14.089837+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026661\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026728\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:13.064807\"}}, \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:14.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:14 smithi118 bash[35127]: audit 2024-01-18T21:51:14.090318+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:14.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:14 smithi118 bash[35127]: audit 2024-01-18T21:51:14.093432+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026661\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026728\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:13.064807\"}}, \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:14.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:14 smithi118 bash[38532]: audit 2024-01-18T21:51:14.090318+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:14.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:14 smithi118 bash[38532]: audit 2024-01-18T21:51:14.093432+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026661\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:50:17.026728\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:13.064807\"}}, \"last_device_update\": \"2024-01-18T21:49:47.333237\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:15.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:15 smithi144 bash[35212]: audit 2024-01-18T21:51:15.526620+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"8ac1c742d433\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525841\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:15.237623\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:13.064807\"}}, \"last_daemon_update\": \"2024-01-18T21:51:15.526008\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:15.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:15 smithi144 bash[35212]: audit 2024-01-18T21:51:15.530331+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"8ac1c742d433\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525841\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:15.237623\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:13.064807\"}}, \"last_daemon_update\": \"2024-01-18T21:51:15.526008\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:15.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:15 smithi144 bash[35212]: audit 2024-01-18T21:51:15.531025+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:15.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:15 smithi118 bash[38532]: audit 2024-01-18T21:51:15.526620+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"8ac1c742d433\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525841\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:15.237623\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:13.064807\"}}, \"last_daemon_update\": \"2024-01-18T21:51:15.526008\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:15.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:15 smithi118 bash[38532]: audit 2024-01-18T21:51:15.530331+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"8ac1c742d433\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525841\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:15.237623\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:13.064807\"}}, \"last_daemon_update\": \"2024-01-18T21:51:15.526008\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:15.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:15 smithi118 bash[38532]: audit 2024-01-18T21:51:15.531025+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:15.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:15 smithi118 bash[35127]: audit 2024-01-18T21:51:15.526620+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"8ac1c742d433\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525841\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:15.237623\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:13.064807\"}}, \"last_daemon_update\": \"2024-01-18T21:51:15.526008\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:15.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:15 smithi118 bash[35127]: audit 2024-01-18T21:51:15.530331+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"8ac1c742d433\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525841\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:15.237623\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:13.064807\"}}, \"last_daemon_update\": \"2024-01-18T21:51:15.526008\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:15.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:15 smithi118 bash[35127]: audit 2024-01-18T21:51:15.531025+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:16.195 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-01-18T21:51:16.196 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-01-18T21:51:16.196 INFO:teuthology.orchestra.run.smithi144.stderr: stderr: 10+0 records in 2024-01-18T21:51:16.196 INFO:teuthology.orchestra.run.smithi144.stderr:10+0 records out 2024-01-18T21:51:16.196 INFO:teuthology.orchestra.run.smithi144.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.013423 s, 781 MB/s 2024-01-18T21:51:16.196 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping successful for: 2024-01-18T21:51:16.383 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:16 smithi144 bash[37674]: debug 2024-01-18T21:51:16.020+0000 7fc1fd43fec0 -1 Falling back to public interface 2024-01-18T21:51:16.646 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:16 smithi144 bash[37674]: debug 2024-01-18T21:51:16.594+0000 7fc1fd43fec0 -1 osd.4 0 log_to_monitors {default=true} 2024-01-18T21:51:16.647 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:16 smithi144 bash[35212]: cluster 2024-01-18T21:51:15.601303+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2024-01-18T21:51:16.647 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:16 smithi144 bash[35212]: audit 2024-01-18T21:51:16.596700+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.144:6800/2429844850,v1:172.21.15.144:6801/2429844850]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T21:51:16.647 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:16 smithi144 bash[35212]: audit 2024-01-18T21:51:16.597089+0000 mon.a (mon.0) 400 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T21:51:16.648 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph orch daemon add osd smithi144:vg_nvme/lv_3 2024-01-18T21:51:16.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:16 smithi118 bash[35127]: cluster 2024-01-18T21:51:15.601303+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2024-01-18T21:51:16.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:16 smithi118 bash[35127]: audit 2024-01-18T21:51:16.596700+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.144:6800/2429844850,v1:172.21.15.144:6801/2429844850]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T21:51:16.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:16 smithi118 bash[35127]: audit 2024-01-18T21:51:16.597089+0000 mon.a (mon.0) 400 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T21:51:16.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:16 smithi118 bash[38532]: cluster 2024-01-18T21:51:15.601303+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2024-01-18T21:51:16.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:16 smithi118 bash[38532]: audit 2024-01-18T21:51:16.596700+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.144:6800/2429844850,v1:172.21.15.144:6801/2429844850]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T21:51:16.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:16 smithi118 bash[38532]: audit 2024-01-18T21:51:16.597089+0000 mon.a (mon.0) 400 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T21:51:18.908 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:18 smithi144 bash[37674]: debug 2024-01-18T21:51:18.536+0000 7fc1e21ec700 -1 osd.4 0 waiting for initial osdmap 2024-01-18T21:51:18.908 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:18 smithi144 bash[37674]: debug 2024-01-18T21:51:18.544+0000 7fc1ed408700 -1 osd.4 33 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-18T21:51:18.909 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:18 smithi144 bash[35212]: audit 2024-01-18T21:51:17.533703+0000 mon.a (mon.0) 401 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-18T21:51:18.909 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:18 smithi144 bash[35212]: cluster 2024-01-18T21:51:17.533747+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e32: 5 total, 4 up, 4 in 2024-01-18T21:51:18.909 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:18 smithi144 bash[35212]: audit 2024-01-18T21:51:17.533904+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:51:18.909 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:18 smithi144 bash[35212]: audit 2024-01-18T21:51:17.534185+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.144:6800/2429844850,v1:172.21.15.144:6801/2429844850]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:18.909 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:18 smithi144 bash[35212]: audit 2024-01-18T21:51:17.534442+0000 mon.a (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:18.909 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:18 smithi144 bash[35212]: cluster 2024-01-18T21:51:17.601765+0000 mgr.y (mgr.14142) 83 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2024-01-18T21:51:18.909 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:18 smithi144 bash[35212]: audit 2024-01-18T21:51:17.890498+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:51:18.909 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:18 smithi144 bash[35212]: audit 2024-01-18T21:51:17.891252+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:18.909 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:18 smithi144 bash[35212]: audit 2024-01-18T21:51:17.892303+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:18.909 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:18 smithi144 bash[35212]: audit 2024-01-18T21:51:18.321598+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:18.909 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:18 smithi144 bash[35212]: audit 2024-01-18T21:51:18.512689+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"8ac1c742d433\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525841\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:15.237623\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:13.064807\"}}, \"last_daemon_update\": \"2024-01-18T21:51:15.526008\", \"last_device_update\": \"2024-01-18T21:51:18.512172\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:18.909 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:18 smithi144 bash[35212]: audit 2024-01-18T21:51:18.516310+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"8ac1c742d433\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525841\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:15.237623\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:13.064807\"}}, \"last_daemon_update\": \"2024-01-18T21:51:15.526008\", \"last_device_update\": \"2024-01-18T21:51:18.512172\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:18.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[35127]: audit 2024-01-18T21:51:17.533703+0000 mon.a (mon.0) 401 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-18T21:51:18.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[35127]: cluster 2024-01-18T21:51:17.533747+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e32: 5 total, 4 up, 4 in 2024-01-18T21:51:18.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[35127]: audit 2024-01-18T21:51:17.533904+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:51:18.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[35127]: audit 2024-01-18T21:51:17.534185+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.144:6800/2429844850,v1:172.21.15.144:6801/2429844850]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:18.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[35127]: audit 2024-01-18T21:51:17.534442+0000 mon.a (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:18.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[35127]: cluster 2024-01-18T21:51:17.601765+0000 mgr.y (mgr.14142) 83 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2024-01-18T21:51:18.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[35127]: audit 2024-01-18T21:51:17.890498+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:51:18.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[35127]: audit 2024-01-18T21:51:17.891252+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:18.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[35127]: audit 2024-01-18T21:51:17.892303+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:18.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[35127]: audit 2024-01-18T21:51:18.321598+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:18.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[38532]: audit 2024-01-18T21:51:17.533703+0000 mon.a (mon.0) 401 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-18T21:51:18.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[38532]: cluster 2024-01-18T21:51:17.533747+0000 mon.a (mon.0) 402 : cluster [DBG] osdmap e32: 5 total, 4 up, 4 in 2024-01-18T21:51:18.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[38532]: audit 2024-01-18T21:51:17.533904+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:51:18.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[38532]: audit 2024-01-18T21:51:17.534185+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.144:6800/2429844850,v1:172.21.15.144:6801/2429844850]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:18.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[38532]: audit 2024-01-18T21:51:17.534442+0000 mon.a (mon.0) 404 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:18.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[38532]: cluster 2024-01-18T21:51:17.601765+0000 mgr.y (mgr.14142) 83 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2024-01-18T21:51:18.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[38532]: audit 2024-01-18T21:51:17.890498+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:51:18.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[38532]: audit 2024-01-18T21:51:17.891252+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:18.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[38532]: audit 2024-01-18T21:51:17.892303+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:18.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[38532]: audit 2024-01-18T21:51:18.321598+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:18.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[38532]: audit 2024-01-18T21:51:18.512689+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"8ac1c742d433\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525841\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:15.237623\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:13.064807\"}}, \"last_daemon_update\": \"2024-01-18T21:51:15.526008\", \"last_device_update\": \"2024-01-18T21:51:18.512172\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:18.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[38532]: audit 2024-01-18T21:51:18.516310+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"8ac1c742d433\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525841\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:15.237623\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:13.064807\"}}, \"last_daemon_update\": \"2024-01-18T21:51:15.526008\", \"last_device_update\": \"2024-01-18T21:51:18.512172\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:18.990 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[35127]: audit 2024-01-18T21:51:18.512689+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"8ac1c742d433\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525841\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:15.237623\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:13.064807\"}}, \"last_daemon_update\": \"2024-01-18T21:51:15.526008\", \"last_device_update\": \"2024-01-18T21:51:18.512172\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:18.990 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:18 smithi118 bash[35127]: audit 2024-01-18T21:51:18.516310+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"8ac1c742d433\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525841\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:15.237623\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:13.064807\"}}, \"last_daemon_update\": \"2024-01-18T21:51:15.526008\", \"last_device_update\": \"2024-01-18T21:51:18.512172\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:19.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:19 smithi144 bash[35212]: cluster 2024-01-18T21:51:17.629736+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:51:19.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:19 smithi144 bash[35212]: cluster 2024-01-18T21:51:17.629779+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:51:19.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:19 smithi144 bash[35212]: audit 2024-01-18T21:51:17.889388+0000 mgr.y (mgr.14142) 84 : audit [DBG] from='client.24230 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:51:19.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:19 smithi144 bash[35212]: cephadm 2024-01-18T21:51:17.890152+0000 mgr.y (mgr.14142) 85 : cephadm [INF] Applying osd on host smithi144... 2024-01-18T21:51:19.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:19 smithi144 bash[35212]: audit 2024-01-18T21:51:18.534729+0000 mon.a (mon.0) 411 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-18T21:51:19.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:19 smithi144 bash[35212]: cluster 2024-01-18T21:51:18.534783+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e33: 5 total, 4 up, 4 in 2024-01-18T21:51:19.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:19 smithi144 bash[35212]: audit 2024-01-18T21:51:18.535456+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:51:19.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:19 smithi144 bash[35212]: audit 2024-01-18T21:51:19.522843+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.144:0/1249031816' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1d7a29d6-39e2-4b63-84e2-12e2f4512297"}]: dispatch 2024-01-18T21:51:19.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:19 smithi144 bash[35212]: audit 2024-01-18T21:51:19.523433+0000 mon.a (mon.0) 414 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1d7a29d6-39e2-4b63-84e2-12e2f4512297"}]: dispatch 2024-01-18T21:51:19.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:19 smithi144 bash[35212]: cluster 2024-01-18T21:51:19.528478+0000 mon.a (mon.0) 415 : cluster [INF] osd.4 [v2:172.21.15.144:6800/2429844850,v1:172.21.15.144:6801/2429844850] boot 2024-01-18T21:51:19.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:19 smithi144 bash[35212]: audit 2024-01-18T21:51:19.528537+0000 mon.a (mon.0) 416 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1d7a29d6-39e2-4b63-84e2-12e2f4512297"}]': finished 2024-01-18T21:51:19.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:19 smithi144 bash[35212]: cluster 2024-01-18T21:51:19.528634+0000 mon.a (mon.0) 417 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-01-18T21:51:19.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:19 smithi144 bash[35212]: audit 2024-01-18T21:51:19.528830+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:51:19.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:19 smithi144 bash[35212]: audit 2024-01-18T21:51:19.529241+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:19.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[35127]: cluster 2024-01-18T21:51:17.629736+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:51:19.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[35127]: cluster 2024-01-18T21:51:17.629779+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:51:19.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[35127]: audit 2024-01-18T21:51:17.889388+0000 mgr.y (mgr.14142) 84 : audit [DBG] from='client.24230 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:51:19.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[35127]: cephadm 2024-01-18T21:51:17.890152+0000 mgr.y (mgr.14142) 85 : cephadm [INF] Applying osd on host smithi144... 2024-01-18T21:51:19.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[35127]: audit 2024-01-18T21:51:18.534729+0000 mon.a (mon.0) 411 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-18T21:51:19.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[35127]: cluster 2024-01-18T21:51:18.534783+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e33: 5 total, 4 up, 4 in 2024-01-18T21:51:19.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[35127]: audit 2024-01-18T21:51:18.535456+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:51:19.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[35127]: audit 2024-01-18T21:51:19.522843+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.144:0/1249031816' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1d7a29d6-39e2-4b63-84e2-12e2f4512297"}]: dispatch 2024-01-18T21:51:19.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[35127]: audit 2024-01-18T21:51:19.523433+0000 mon.a (mon.0) 414 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1d7a29d6-39e2-4b63-84e2-12e2f4512297"}]: dispatch 2024-01-18T21:51:19.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[35127]: cluster 2024-01-18T21:51:19.528478+0000 mon.a (mon.0) 415 : cluster [INF] osd.4 [v2:172.21.15.144:6800/2429844850,v1:172.21.15.144:6801/2429844850] boot 2024-01-18T21:51:19.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[35127]: audit 2024-01-18T21:51:19.528537+0000 mon.a (mon.0) 416 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1d7a29d6-39e2-4b63-84e2-12e2f4512297"}]': finished 2024-01-18T21:51:19.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[35127]: cluster 2024-01-18T21:51:19.528634+0000 mon.a (mon.0) 417 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-01-18T21:51:19.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[35127]: audit 2024-01-18T21:51:19.528830+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:51:19.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[35127]: audit 2024-01-18T21:51:19.529241+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:19.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[38532]: cluster 2024-01-18T21:51:17.629736+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:51:19.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[38532]: cluster 2024-01-18T21:51:17.629779+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:51:19.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[38532]: audit 2024-01-18T21:51:17.889388+0000 mgr.y (mgr.14142) 84 : audit [DBG] from='client.24230 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:51:19.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[38532]: cephadm 2024-01-18T21:51:17.890152+0000 mgr.y (mgr.14142) 85 : cephadm [INF] Applying osd on host smithi144... 2024-01-18T21:51:19.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[38532]: audit 2024-01-18T21:51:18.534729+0000 mon.a (mon.0) 411 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-18T21:51:19.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[38532]: cluster 2024-01-18T21:51:18.534783+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e33: 5 total, 4 up, 4 in 2024-01-18T21:51:19.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[38532]: audit 2024-01-18T21:51:18.535456+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:51:19.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[38532]: audit 2024-01-18T21:51:19.522843+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.144:0/1249031816' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1d7a29d6-39e2-4b63-84e2-12e2f4512297"}]: dispatch 2024-01-18T21:51:19.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[38532]: audit 2024-01-18T21:51:19.523433+0000 mon.a (mon.0) 414 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1d7a29d6-39e2-4b63-84e2-12e2f4512297"}]: dispatch 2024-01-18T21:51:19.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[38532]: cluster 2024-01-18T21:51:19.528478+0000 mon.a (mon.0) 415 : cluster [INF] osd.4 [v2:172.21.15.144:6800/2429844850,v1:172.21.15.144:6801/2429844850] boot 2024-01-18T21:51:19.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[38532]: audit 2024-01-18T21:51:19.528537+0000 mon.a (mon.0) 416 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1d7a29d6-39e2-4b63-84e2-12e2f4512297"}]': finished 2024-01-18T21:51:19.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[38532]: cluster 2024-01-18T21:51:19.528634+0000 mon.a (mon.0) 417 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-01-18T21:51:19.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[38532]: audit 2024-01-18T21:51:19.528830+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:51:19.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:19 smithi118 bash[38532]: audit 2024-01-18T21:51:19.529241+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:20.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:20 smithi144 bash[35212]: cluster 2024-01-18T21:51:19.602216+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-01-18T21:51:20.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:20 smithi144 bash[35212]: audit 2024-01-18T21:51:20.293935+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.144:0/758354790' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:51:20.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:20 smithi144 bash[35212]: cluster 2024-01-18T21:51:20.529333+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-01-18T21:51:20.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:20 smithi144 bash[35212]: audit 2024-01-18T21:51:20.529508+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:20.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:20 smithi118 bash[35127]: cluster 2024-01-18T21:51:19.602216+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-01-18T21:51:20.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:20 smithi118 bash[35127]: audit 2024-01-18T21:51:20.293935+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.144:0/758354790' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:51:20.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:20 smithi118 bash[35127]: cluster 2024-01-18T21:51:20.529333+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-01-18T21:51:20.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:20 smithi118 bash[35127]: audit 2024-01-18T21:51:20.529508+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:20.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:20 smithi118 bash[38532]: cluster 2024-01-18T21:51:19.602216+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-01-18T21:51:20.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:20 smithi118 bash[38532]: audit 2024-01-18T21:51:20.293935+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.144:0/758354790' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:51:20.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:20 smithi118 bash[38532]: cluster 2024-01-18T21:51:20.529333+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-01-18T21:51:20.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:20 smithi118 bash[38532]: audit 2024-01-18T21:51:20.529508+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:22.866 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:22 smithi144 bash[35212]: cluster 2024-01-18T21:51:21.602593+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:51:22.867 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:22 smithi144 bash[35212]: audit 2024-01-18T21:51:22.531868+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:22.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:22 smithi118 bash[35127]: cluster 2024-01-18T21:51:21.602593+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:51:22.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:22 smithi118 bash[35127]: audit 2024-01-18T21:51:22.531868+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:22.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:22 smithi118 bash[38532]: cluster 2024-01-18T21:51:21.602593+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:51:22.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:22 smithi118 bash[38532]: audit 2024-01-18T21:51:22.531868+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:24.919 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:24 smithi144 bash[35212]: cluster 2024-01-18T21:51:23.602953+0000 mgr.y (mgr.14142) 88 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:51:24.919 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:24 smithi144 bash[35212]: audit 2024-01-18T21:51:24.147476+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T21:51:24.919 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:24 smithi144 bash[35212]: audit 2024-01-18T21:51:24.148272+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:24.919 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:24 smithi144 bash[35212]: audit 2024-01-18T21:51:24.149098+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-18T21:51:24.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:24 smithi118 bash[35127]: cluster 2024-01-18T21:51:23.602953+0000 mgr.y (mgr.14142) 88 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:51:24.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:24 smithi118 bash[35127]: audit 2024-01-18T21:51:24.147476+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T21:51:24.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:24 smithi118 bash[35127]: audit 2024-01-18T21:51:24.148272+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:24.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:24 smithi118 bash[35127]: audit 2024-01-18T21:51:24.149098+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-18T21:51:24.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:24 smithi118 bash[38532]: cluster 2024-01-18T21:51:23.602953+0000 mgr.y (mgr.14142) 88 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:51:24.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:24 smithi118 bash[38532]: audit 2024-01-18T21:51:24.147476+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T21:51:24.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:24 smithi118 bash[38532]: audit 2024-01-18T21:51:24.148272+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:24.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:24 smithi118 bash[38532]: audit 2024-01-18T21:51:24.149098+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-18T21:51:25.188 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:25 smithi144 systemd[1]: Stopping Ceph osd.4 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:51:25.188 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:25 smithi144 bash[37674]: debug 2024-01-18T21:51:25.094+0000 7fc1f4c87700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-18T21:51:25.189 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:25 smithi144 bash[37674]: debug 2024-01-18T21:51:25.094+0000 7fc1f4c87700 -1 osd.4 35 *** Got signal Terminated *** 2024-01-18T21:51:25.189 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:25 smithi144 bash[37674]: debug 2024-01-18T21:51:25.094+0000 7fc1f4c87700 -1 osd.4 35 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-18T21:51:25.608 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:25 smithi144 podman[38874]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.4 2024-01-18T21:51:25.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:25 smithi144 bash[35212]: cephadm 2024-01-18T21:51:24.148793+0000 mgr.y (mgr.14142) 89 : cephadm [INF] Deploying daemon osd.4 on smithi144 2024-01-18T21:51:25.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:25 smithi144 bash[35212]: cluster 2024-01-18T21:51:25.146594+0000 mon.a (mon.0) 426 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-18T21:51:25.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:25 smithi144 bash[35212]: cluster 2024-01-18T21:51:25.146648+0000 mon.a (mon.0) 427 : cluster [INF] osd.4 failed (root=default,host=smithi144) (connection refused reported by osd.0) 2024-01-18T21:51:25.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:25 smithi144 bash[35212]: cluster 2024-01-18T21:51:25.146860+0000 mon.a (mon.0) 428 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-18T21:51:25.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:25 smithi144 bash[35212]: cluster 2024-01-18T21:51:25.147008+0000 mon.a (mon.0) 429 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-18T21:51:25.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:25 smithi144 bash[35212]: cluster 2024-01-18T21:51:25.147195+0000 mon.a (mon.0) 430 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-18T21:51:25.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:25 smithi144 bash[35212]: cluster 2024-01-18T21:51:25.147329+0000 mon.a (mon.0) 431 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-18T21:51:25.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:25 smithi144 bash[35212]: cluster 2024-01-18T21:51:25.147507+0000 mon.a (mon.0) 432 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-18T21:51:25.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:25 smithi144 bash[35212]: cluster 2024-01-18T21:51:25.147683+0000 mon.a (mon.0) 433 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-18T21:51:25.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:25 smithi144 bash[35212]: cluster 2024-01-18T21:51:25.147848+0000 mon.a (mon.0) 434 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-18T21:51:25.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:25 smithi144 bash[35212]: cluster 2024-01-18T21:51:25.347118+0000 mon.a (mon.0) 435 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-18T21:51:25.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:25 smithi144 bash[35212]: cluster 2024-01-18T21:51:25.347395+0000 mon.a (mon.0) 436 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-18T21:51:25.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:25 smithi144 bash[35212]: cluster 2024-01-18T21:51:25.347550+0000 mon.a (mon.0) 437 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-18T21:51:25.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:25 smithi144 bash[35212]: cluster 2024-01-18T21:51:25.347688+0000 mon.a (mon.0) 438 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-18T21:51:25.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:25 smithi144 bash[35212]: cluster 2024-01-18T21:51:25.347796+0000 mon.a (mon.0) 439 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-18T21:51:25.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:25 smithi144 bash[35212]: cluster 2024-01-18T21:51:25.347978+0000 mon.a (mon.0) 440 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-18T21:51:25.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:25 smithi144 bash[35212]: cluster 2024-01-18T21:51:25.348074+0000 mon.a (mon.0) 441 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-18T21:51:25.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:25 smithi144 bash[35212]: cluster 2024-01-18T21:51:25.348264+0000 mon.a (mon.0) 442 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-18T21:51:25.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[35127]: cephadm 2024-01-18T21:51:24.148793+0000 mgr.y (mgr.14142) 89 : cephadm [INF] Deploying daemon osd.4 on smithi144 2024-01-18T21:51:25.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[35127]: cluster 2024-01-18T21:51:25.146594+0000 mon.a (mon.0) 426 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-18T21:51:25.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[35127]: cluster 2024-01-18T21:51:25.146648+0000 mon.a (mon.0) 427 : cluster [INF] osd.4 failed (root=default,host=smithi144) (connection refused reported by osd.0) 2024-01-18T21:51:25.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[35127]: cluster 2024-01-18T21:51:25.146860+0000 mon.a (mon.0) 428 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-18T21:51:25.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[35127]: cluster 2024-01-18T21:51:25.147008+0000 mon.a (mon.0) 429 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-18T21:51:25.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[35127]: cluster 2024-01-18T21:51:25.147195+0000 mon.a (mon.0) 430 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-18T21:51:25.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[35127]: cluster 2024-01-18T21:51:25.147329+0000 mon.a (mon.0) 431 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-18T21:51:25.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[35127]: cluster 2024-01-18T21:51:25.147507+0000 mon.a (mon.0) 432 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-18T21:51:25.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[35127]: cluster 2024-01-18T21:51:25.147683+0000 mon.a (mon.0) 433 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-18T21:51:25.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[35127]: cluster 2024-01-18T21:51:25.147848+0000 mon.a (mon.0) 434 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-18T21:51:25.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[35127]: cluster 2024-01-18T21:51:25.347118+0000 mon.a (mon.0) 435 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-18T21:51:25.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[35127]: cluster 2024-01-18T21:51:25.347395+0000 mon.a (mon.0) 436 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-18T21:51:25.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[35127]: cluster 2024-01-18T21:51:25.347550+0000 mon.a (mon.0) 437 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-18T21:51:25.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[35127]: cluster 2024-01-18T21:51:25.347688+0000 mon.a (mon.0) 438 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-18T21:51:25.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[35127]: cluster 2024-01-18T21:51:25.347796+0000 mon.a (mon.0) 439 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-18T21:51:25.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[35127]: cluster 2024-01-18T21:51:25.347978+0000 mon.a (mon.0) 440 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-18T21:51:25.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[35127]: cluster 2024-01-18T21:51:25.348074+0000 mon.a (mon.0) 441 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-18T21:51:25.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[35127]: cluster 2024-01-18T21:51:25.348264+0000 mon.a (mon.0) 442 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-18T21:51:25.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[38532]: cephadm 2024-01-18T21:51:24.148793+0000 mgr.y (mgr.14142) 89 : cephadm [INF] Deploying daemon osd.4 on smithi144 2024-01-18T21:51:25.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[38532]: cluster 2024-01-18T21:51:25.146594+0000 mon.a (mon.0) 426 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-18T21:51:25.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[38532]: cluster 2024-01-18T21:51:25.146648+0000 mon.a (mon.0) 427 : cluster [INF] osd.4 failed (root=default,host=smithi144) (connection refused reported by osd.0) 2024-01-18T21:51:25.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[38532]: cluster 2024-01-18T21:51:25.146860+0000 mon.a (mon.0) 428 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-18T21:51:25.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[38532]: cluster 2024-01-18T21:51:25.147008+0000 mon.a (mon.0) 429 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-18T21:51:25.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[38532]: cluster 2024-01-18T21:51:25.147195+0000 mon.a (mon.0) 430 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-18T21:51:25.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[38532]: cluster 2024-01-18T21:51:25.147329+0000 mon.a (mon.0) 431 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-18T21:51:25.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[38532]: cluster 2024-01-18T21:51:25.147507+0000 mon.a (mon.0) 432 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-18T21:51:25.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[38532]: cluster 2024-01-18T21:51:25.147683+0000 mon.a (mon.0) 433 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-18T21:51:25.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[38532]: cluster 2024-01-18T21:51:25.147848+0000 mon.a (mon.0) 434 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-18T21:51:25.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[38532]: cluster 2024-01-18T21:51:25.347118+0000 mon.a (mon.0) 435 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-18T21:51:25.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[38532]: cluster 2024-01-18T21:51:25.347395+0000 mon.a (mon.0) 436 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-18T21:51:25.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[38532]: cluster 2024-01-18T21:51:25.347550+0000 mon.a (mon.0) 437 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-18T21:51:25.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[38532]: cluster 2024-01-18T21:51:25.347688+0000 mon.a (mon.0) 438 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-18T21:51:25.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[38532]: cluster 2024-01-18T21:51:25.347796+0000 mon.a (mon.0) 439 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-18T21:51:25.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[38532]: cluster 2024-01-18T21:51:25.347978+0000 mon.a (mon.0) 440 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-18T21:51:25.991 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[38532]: cluster 2024-01-18T21:51:25.348074+0000 mon.a (mon.0) 441 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-18T21:51:25.991 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:25 smithi118 bash[38532]: cluster 2024-01-18T21:51:25.348264+0000 mon.a (mon.0) 442 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-18T21:51:26.330 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:26 smithi144 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.4.service: Succeeded. 2024-01-18T21:51:26.330 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:26 smithi144 systemd[1]: Stopped Ceph osd.4 for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:51:26.330 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:26 smithi144 systemd[1]: Starting Ceph osd.4 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:51:26.330 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:26 smithi144 podman[39009]: Error: no container with ID or name "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.4" found: no such container 2024-01-18T21:51:26.330 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:26 smithi144 systemd[1]: Started Ceph osd.4 for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:51:26.938 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:26 smithi144 bash[39026]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-01-18T21:51:26.938 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:26 smithi144 bash[39026]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2024-01-18T21:51:26.938 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:26 smithi144 bash[39026]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-01-18T21:51:26.938 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:26 smithi144 bash[39026]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-01-18T21:51:26.938 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:26 smithi144 bash[39026]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-01-18T21:51:26.939 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:26 smithi144 bash[39026]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-01-18T21:51:26.939 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:26 smithi144 bash[39026]: --> ceph-volume lvm activate successful for osd ID: 4 2024-01-18T21:51:26.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:26 smithi144 bash[35212]: cluster 2024-01-18T21:51:25.603300+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:51:26.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:26 smithi144 bash[35212]: cluster 2024-01-18T21:51:25.610868+0000 mon.a (mon.0) 443 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:51:26.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:26 smithi144 bash[35212]: cluster 2024-01-18T21:51:25.610906+0000 mon.a (mon.0) 444 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-18T21:51:26.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:26 smithi144 bash[35212]: cluster 2024-01-18T21:51:25.618757+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e36: 6 total, 4 up, 5 in 2024-01-18T21:51:26.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:26 smithi144 bash[35212]: audit 2024-01-18T21:51:25.619384+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:26.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:26 smithi144 bash[35212]: audit 2024-01-18T21:51:26.255959+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}}, \"last_device_update\": \"2024-01-18T21:51:18.512172\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:26.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:26 smithi144 bash[35212]: audit 2024-01-18T21:51:26.256375+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:26.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:26 smithi144 bash[35212]: audit 2024-01-18T21:51:26.259081+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}}, \"last_device_update\": \"2024-01-18T21:51:18.512172\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:26.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:26 smithi144 bash[35212]: audit 2024-01-18T21:51:26.260342+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T21:51:26.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:26 smithi144 bash[35212]: audit 2024-01-18T21:51:26.261626+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:26.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:26 smithi144 bash[35212]: audit 2024-01-18T21:51:26.262475+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-18T21:51:26.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[38532]: cluster 2024-01-18T21:51:25.603300+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:51:26.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[38532]: cluster 2024-01-18T21:51:25.610868+0000 mon.a (mon.0) 443 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:51:26.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[38532]: cluster 2024-01-18T21:51:25.610906+0000 mon.a (mon.0) 444 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-18T21:51:26.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[38532]: cluster 2024-01-18T21:51:25.618757+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e36: 6 total, 4 up, 5 in 2024-01-18T21:51:26.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[38532]: audit 2024-01-18T21:51:25.619384+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:26.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[35127]: cluster 2024-01-18T21:51:25.603300+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:51:26.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[35127]: cluster 2024-01-18T21:51:25.610868+0000 mon.a (mon.0) 443 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:51:26.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[35127]: cluster 2024-01-18T21:51:25.610906+0000 mon.a (mon.0) 444 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-18T21:51:26.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[35127]: cluster 2024-01-18T21:51:25.618757+0000 mon.a (mon.0) 445 : cluster [DBG] osdmap e36: 6 total, 4 up, 5 in 2024-01-18T21:51:26.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[35127]: audit 2024-01-18T21:51:25.619384+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:26.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[38532]: audit 2024-01-18T21:51:26.255959+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}}, \"last_device_update\": \"2024-01-18T21:51:18.512172\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:26.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[38532]: audit 2024-01-18T21:51:26.256375+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:26.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[35127]: audit 2024-01-18T21:51:26.255959+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}}, \"last_device_update\": \"2024-01-18T21:51:18.512172\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:26.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[35127]: audit 2024-01-18T21:51:26.256375+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:26.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[38532]: audit 2024-01-18T21:51:26.259081+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}}, \"last_device_update\": \"2024-01-18T21:51:18.512172\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:26.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[38532]: audit 2024-01-18T21:51:26.260342+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T21:51:26.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[38532]: audit 2024-01-18T21:51:26.261626+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:26.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[38532]: audit 2024-01-18T21:51:26.262475+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-18T21:51:26.990 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[35127]: audit 2024-01-18T21:51:26.259081+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}}, \"last_device_update\": \"2024-01-18T21:51:18.512172\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:26.990 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[35127]: audit 2024-01-18T21:51:26.260342+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T21:51:26.990 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[35127]: audit 2024-01-18T21:51:26.261626+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:26.990 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:26 smithi118 bash[35127]: audit 2024-01-18T21:51:26.262475+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-18T21:51:27.580 INFO:teuthology.orchestra.run.smithi144.stdout:Created osd(s) 4,5 on host 'smithi144' 2024-01-18T21:51:27.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:27 smithi144 bash[35212]: cephadm 2024-01-18T21:51:26.262203+0000 mgr.y (mgr.14142) 91 : cephadm [INF] Deploying daemon osd.5 on smithi144 2024-01-18T21:51:27.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:27 smithi144 bash[35212]: cluster 2024-01-18T21:51:26.618668+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e37: 6 total, 4 up, 5 in 2024-01-18T21:51:27.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:27 smithi144 bash[35212]: audit 2024-01-18T21:51:26.619242+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:27.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:27 smithi144 bash[35212]: audit 2024-01-18T21:51:27.582417+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_device_update\": \"2024-01-18T21:51:18.512172\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:27.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:27 smithi144 bash[35212]: audit 2024-01-18T21:51:27.586046+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_device_update\": \"2024-01-18T21:51:18.512172\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:27.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:27 smithi118 bash[35127]: cephadm 2024-01-18T21:51:26.262203+0000 mgr.y (mgr.14142) 91 : cephadm [INF] Deploying daemon osd.5 on smithi144 2024-01-18T21:51:27.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:27 smithi118 bash[35127]: cluster 2024-01-18T21:51:26.618668+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e37: 6 total, 4 up, 5 in 2024-01-18T21:51:27.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:27 smithi118 bash[35127]: audit 2024-01-18T21:51:26.619242+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:27.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:27 smithi118 bash[38532]: cephadm 2024-01-18T21:51:26.262203+0000 mgr.y (mgr.14142) 91 : cephadm [INF] Deploying daemon osd.5 on smithi144 2024-01-18T21:51:27.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:27 smithi118 bash[38532]: cluster 2024-01-18T21:51:26.618668+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e37: 6 total, 4 up, 5 in 2024-01-18T21:51:27.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:27 smithi118 bash[38532]: audit 2024-01-18T21:51:26.619242+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:27.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:27 smithi118 bash[35127]: audit 2024-01-18T21:51:27.582417+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_device_update\": \"2024-01-18T21:51:18.512172\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:27.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:27 smithi118 bash[35127]: audit 2024-01-18T21:51:27.586046+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_device_update\": \"2024-01-18T21:51:18.512172\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:27.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:27 smithi118 bash[38532]: audit 2024-01-18T21:51:27.582417+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_device_update\": \"2024-01-18T21:51:18.512172\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:27.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:27 smithi118 bash[38532]: audit 2024-01-18T21:51:27.586046+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525717\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:15.525806\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_device_update\": \"2024-01-18T21:51:18.512172\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:28.336 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:28 smithi144 bash[39286]: debug 2024-01-18T21:51:28.270+0000 7f85bc88cec0 -1 Falling back to public interface 2024-01-18T21:51:28.459 DEBUG:teuthology.orchestra.run.smithi144:osd.5> sudo journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.5.service 2024-01-18T21:51:28.461 INFO:tasks.cephadm:Deploying osd.6 on smithi144 with /dev/vg_nvme/lv_2... 2024-01-18T21:51:28.461 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-01-18T21:51:28.490 INFO:journalctl@ceph.osd.5.smithi144.stdout:-- Logs begin at Thu 2024-01-18 21:41:11 UTC. -- 2024-01-18T21:51:28.866 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:28 smithi144 bash[39286]: debug 2024-01-18T21:51:28.833+0000 7f85bc88cec0 -1 osd.4 35 log_to_monitors {default=true} 2024-01-18T21:51:28.866 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:51:28 smithi144 bash[39286]: debug 2024-01-18T21:51:28.840+0000 7f85ac855700 -1 osd.4 35 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-18T21:51:28.867 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:28 smithi144 bash[35212]: cluster 2024-01-18T21:51:27.603592+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v90: 1 pgs: 1 peering; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:51:28.867 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:28 smithi144 bash[35212]: audit 2024-01-18T21:51:27.784486+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783663\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783751\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783786\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_daemon_update\": \"2024-01-18T21:51:27.783867\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:28.867 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:28 smithi144 bash[35212]: audit 2024-01-18T21:51:27.787650+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783663\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783751\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783786\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_daemon_update\": \"2024-01-18T21:51:27.783867\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:28.867 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:28 smithi144 bash[35212]: audit 2024-01-18T21:51:27.788302+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:28.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:28 smithi118 bash[35127]: cluster 2024-01-18T21:51:27.603592+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v90: 1 pgs: 1 peering; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:51:28.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:28 smithi118 bash[38532]: cluster 2024-01-18T21:51:27.603592+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v90: 1 pgs: 1 peering; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:51:28.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:28 smithi118 bash[35127]: audit 2024-01-18T21:51:27.784486+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783663\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783751\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783786\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_daemon_update\": \"2024-01-18T21:51:27.783867\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:28.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:28 smithi118 bash[38532]: audit 2024-01-18T21:51:27.784486+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783663\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783751\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783786\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_daemon_update\": \"2024-01-18T21:51:27.783867\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:28.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:28 smithi118 bash[35127]: audit 2024-01-18T21:51:27.787650+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783663\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783751\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783786\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_daemon_update\": \"2024-01-18T21:51:27.783867\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:28.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:28 smithi118 bash[35127]: audit 2024-01-18T21:51:27.788302+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:28.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:28 smithi118 bash[38532]: audit 2024-01-18T21:51:27.787650+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783663\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783751\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783786\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_daemon_update\": \"2024-01-18T21:51:27.783867\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:28.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:28 smithi118 bash[38532]: audit 2024-01-18T21:51:27.788302+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:29.438 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:29 smithi144 bash[39685]: debug 2024-01-18T21:51:29.161+0000 7f167c416ec0 1 -- 172.21.15.144:0/3951844603 >> [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] conn(0x558fb6ab1400 msgr2=0x558fb6aadf80 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-01-18T21:51:29.438 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:29 smithi144 bash[39685]: debug 2024-01-18T21:51:29.161+0000 7f167c416ec0 1 --2- 172.21.15.144:0/3951844603 >> [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] conn(0x558fb6ab1400 0x558fb6aadf80 secure :-1 s=READY pgs=26 cs=0 l=1 rx=0x558fb6a43d10 tx=0x558fb771caa0).stop 2024-01-18T21:51:29.938 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:29 smithi144 bash[39685]: debug 2024-01-18T21:51:29.686+0000 7f167c416ec0 -1 Falling back to public interface 2024-01-18T21:51:29.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:29 smithi144 bash[35212]: audit 2024-01-18T21:51:28.836310+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.144:6800/3664001593,v1:172.21.15.144:6801/3664001593]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T21:51:29.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:29 smithi144 bash[35212]: audit 2024-01-18T21:51:28.836624+0000 mon.a (mon.0) 460 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T21:51:29.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:29 smithi144 bash[35212]: audit 2024-01-18T21:51:28.837107+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.144:6800/3664001593,v1:172.21.15.144:6801/3664001593]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:29.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:29 smithi144 bash[35212]: audit 2024-01-18T21:51:28.837393+0000 mon.a (mon.0) 461 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:29.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:29 smithi118 bash[35127]: audit 2024-01-18T21:51:28.836310+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.144:6800/3664001593,v1:172.21.15.144:6801/3664001593]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T21:51:29.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:29 smithi118 bash[35127]: audit 2024-01-18T21:51:28.836624+0000 mon.a (mon.0) 460 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T21:51:29.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:29 smithi118 bash[35127]: audit 2024-01-18T21:51:28.837107+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.144:6800/3664001593,v1:172.21.15.144:6801/3664001593]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:29.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:29 smithi118 bash[35127]: audit 2024-01-18T21:51:28.837393+0000 mon.a (mon.0) 461 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:29.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:29 smithi118 bash[38532]: audit 2024-01-18T21:51:28.836310+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.144:6800/3664001593,v1:172.21.15.144:6801/3664001593]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T21:51:29.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:29 smithi118 bash[38532]: audit 2024-01-18T21:51:28.836624+0000 mon.a (mon.0) 460 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-18T21:51:29.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:29 smithi118 bash[38532]: audit 2024-01-18T21:51:28.837107+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.144:6800/3664001593,v1:172.21.15.144:6801/3664001593]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:29.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:29 smithi118 bash[38532]: audit 2024-01-18T21:51:28.837393+0000 mon.a (mon.0) 461 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:30.329 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:30 smithi144 bash[39685]: debug 2024-01-18T21:51:30.016+0000 7f167c416ec0 -1 osd.5 0 log_to_monitors {default=true} 2024-01-18T21:51:30.373 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-01-18T21:51:30.374 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-01-18T21:51:30.374 INFO:teuthology.orchestra.run.smithi144.stderr: stderr: 10+0 records in 2024-01-18T21:51:30.374 INFO:teuthology.orchestra.run.smithi144.stderr:10+0 records out 2024-01-18T21:51:30.374 INFO:teuthology.orchestra.run.smithi144.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0122593 s, 855 MB/s 2024-01-18T21:51:30.374 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping successful for: 2024-01-18T21:51:30.902 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:30 smithi144 bash[35212]: cluster 2024-01-18T21:51:29.604044+0000 mgr.y (mgr.14142) 93 : cluster [DBG] pgmap v91: 1 pgs: 1 peering; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail 2024-01-18T21:51:30.902 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:30 smithi144 bash[35212]: cluster 2024-01-18T21:51:29.624015+0000 mon.a (mon.0) 462 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:51:30.902 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:30 smithi144 bash[35212]: cluster 2024-01-18T21:51:29.624042+0000 mon.a (mon.0) 463 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-18T21:51:30.902 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:30 smithi144 bash[35212]: cluster 2024-01-18T21:51:29.624056+0000 mon.a (mon.0) 464 : cluster [INF] Cluster is now healthy 2024-01-18T21:51:30.902 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:30 smithi144 bash[35212]: cluster 2024-01-18T21:51:29.628711+0000 mon.a (mon.0) 465 : cluster [INF] osd.4 [v2:172.21.15.144:6800/3664001593,v1:172.21.15.144:6801/3664001593] boot 2024-01-18T21:51:30.902 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:30 smithi144 bash[35212]: cluster 2024-01-18T21:51:29.628776+0000 mon.a (mon.0) 466 : cluster [DBG] osdmap e38: 6 total, 5 up, 5 in 2024-01-18T21:51:30.902 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:30 smithi144 bash[35212]: audit 2024-01-18T21:51:29.629500+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:51:30.902 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:30 smithi144 bash[35212]: audit 2024-01-18T21:51:29.629908+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:30.903 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:30 smithi144 bash[35212]: audit 2024-01-18T21:51:30.019438+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.144:6808/2631270739,v1:172.21.15.144:6809/2631270739]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T21:51:30.903 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:30 smithi144 bash[35212]: audit 2024-01-18T21:51:30.019764+0000 mon.a (mon.0) 469 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T21:51:30.903 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:30 smithi144 bash[35212]: audit 2024-01-18T21:51:30.079024+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:30.903 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:30 smithi144 bash[35212]: audit 2024-01-18T21:51:30.267959+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783663\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783751\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783786\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_daemon_update\": \"2024-01-18T21:51:27.783867\", \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:30.903 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:30 smithi144 bash[35212]: audit 2024-01-18T21:51:30.271058+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783663\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783751\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783786\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_daemon_update\": \"2024-01-18T21:51:27.783867\", \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:30.903 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:30 smithi144 bash[35212]: audit 2024-01-18T21:51:30.272532+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:30.903 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:30 smithi144 bash[35212]: audit 2024-01-18T21:51:30.630005+0000 mon.a (mon.0) 474 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-18T21:51:30.903 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:30 smithi144 bash[35212]: cluster 2024-01-18T21:51:30.630071+0000 mon.a (mon.0) 475 : cluster [DBG] osdmap e39: 6 total, 5 up, 5 in 2024-01-18T21:51:30.903 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:30 smithi144 bash[35212]: audit 2024-01-18T21:51:30.630253+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:30.911 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph orch daemon add osd smithi144:vg_nvme/lv_2 2024-01-18T21:51:30.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[35127]: cluster 2024-01-18T21:51:29.604044+0000 mgr.y (mgr.14142) 93 : cluster [DBG] pgmap v91: 1 pgs: 1 peering; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail 2024-01-18T21:51:30.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[35127]: cluster 2024-01-18T21:51:29.624015+0000 mon.a (mon.0) 462 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:51:30.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[35127]: cluster 2024-01-18T21:51:29.624042+0000 mon.a (mon.0) 463 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-18T21:51:30.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[35127]: cluster 2024-01-18T21:51:29.624056+0000 mon.a (mon.0) 464 : cluster [INF] Cluster is now healthy 2024-01-18T21:51:30.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[35127]: cluster 2024-01-18T21:51:29.628711+0000 mon.a (mon.0) 465 : cluster [INF] osd.4 [v2:172.21.15.144:6800/3664001593,v1:172.21.15.144:6801/3664001593] boot 2024-01-18T21:51:30.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[35127]: cluster 2024-01-18T21:51:29.628776+0000 mon.a (mon.0) 466 : cluster [DBG] osdmap e38: 6 total, 5 up, 5 in 2024-01-18T21:51:30.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[35127]: audit 2024-01-18T21:51:29.629500+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:51:30.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[35127]: audit 2024-01-18T21:51:29.629908+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:30.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[35127]: audit 2024-01-18T21:51:30.019438+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.144:6808/2631270739,v1:172.21.15.144:6809/2631270739]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T21:51:30.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[35127]: audit 2024-01-18T21:51:30.019764+0000 mon.a (mon.0) 469 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T21:51:30.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[35127]: audit 2024-01-18T21:51:30.079024+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:30.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[38532]: cluster 2024-01-18T21:51:29.604044+0000 mgr.y (mgr.14142) 93 : cluster [DBG] pgmap v91: 1 pgs: 1 peering; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail 2024-01-18T21:51:30.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[38532]: cluster 2024-01-18T21:51:29.624015+0000 mon.a (mon.0) 462 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:51:30.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[38532]: cluster 2024-01-18T21:51:29.624042+0000 mon.a (mon.0) 463 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-18T21:51:30.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[38532]: cluster 2024-01-18T21:51:29.624056+0000 mon.a (mon.0) 464 : cluster [INF] Cluster is now healthy 2024-01-18T21:51:30.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[38532]: cluster 2024-01-18T21:51:29.628711+0000 mon.a (mon.0) 465 : cluster [INF] osd.4 [v2:172.21.15.144:6800/3664001593,v1:172.21.15.144:6801/3664001593] boot 2024-01-18T21:51:30.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[38532]: cluster 2024-01-18T21:51:29.628776+0000 mon.a (mon.0) 466 : cluster [DBG] osdmap e38: 6 total, 5 up, 5 in 2024-01-18T21:51:30.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[38532]: audit 2024-01-18T21:51:29.629500+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:51:30.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[38532]: audit 2024-01-18T21:51:29.629908+0000 mon.a (mon.0) 468 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:30.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[38532]: audit 2024-01-18T21:51:30.019438+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.144:6808/2631270739,v1:172.21.15.144:6809/2631270739]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T21:51:30.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[38532]: audit 2024-01-18T21:51:30.019764+0000 mon.a (mon.0) 469 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T21:51:30.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[38532]: audit 2024-01-18T21:51:30.079024+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:30.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[35127]: audit 2024-01-18T21:51:30.267959+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783663\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783751\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783786\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_daemon_update\": \"2024-01-18T21:51:27.783867\", \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:30.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[38532]: audit 2024-01-18T21:51:30.267959+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783663\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783751\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783786\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_daemon_update\": \"2024-01-18T21:51:27.783867\", \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:30.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[35127]: audit 2024-01-18T21:51:30.271058+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783663\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783751\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783786\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_daemon_update\": \"2024-01-18T21:51:27.783867\", \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:30.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[35127]: audit 2024-01-18T21:51:30.272532+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:30.990 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[35127]: audit 2024-01-18T21:51:30.630005+0000 mon.a (mon.0) 474 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-18T21:51:30.990 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[35127]: cluster 2024-01-18T21:51:30.630071+0000 mon.a (mon.0) 475 : cluster [DBG] osdmap e39: 6 total, 5 up, 5 in 2024-01-18T21:51:30.990 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[35127]: audit 2024-01-18T21:51:30.630253+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:30.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[38532]: audit 2024-01-18T21:51:30.271058+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783663\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783751\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:27.783786\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_daemon_update\": \"2024-01-18T21:51:27.783867\", \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:30.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[38532]: audit 2024-01-18T21:51:30.272532+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:30.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[38532]: audit 2024-01-18T21:51:30.630005+0000 mon.a (mon.0) 474 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-18T21:51:30.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[38532]: cluster 2024-01-18T21:51:30.630071+0000 mon.a (mon.0) 475 : cluster [DBG] osdmap e39: 6 total, 5 up, 5 in 2024-01-18T21:51:30.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:30 smithi118 bash[38532]: audit 2024-01-18T21:51:30.630253+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:31.688 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:31 smithi144 bash[39685]: debug 2024-01-18T21:51:31.646+0000 7f16611c3700 -1 osd.5 0 waiting for initial osdmap 2024-01-18T21:51:31.688 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:31 smithi144 bash[39685]: debug 2024-01-18T21:51:31.651+0000 7f166c3df700 -1 osd.5 40 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-18T21:51:31.688 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:31 smithi144 bash[35212]: audit 2024-01-18T21:51:30.632890+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.144:6808/2631270739,v1:172.21.15.144:6809/2631270739]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:31.688 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:31 smithi144 bash[35212]: audit 2024-01-18T21:51:30.637754+0000 mon.a (mon.0) 477 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:31.688 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:31 smithi144 bash[35212]: audit 2024-01-18T21:51:31.095211+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094367\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094454\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094489\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"c0e396855c3b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094520\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:28.804550\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_daemon_update\": \"2024-01-18T21:51:31.094599\", \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:31.689 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:31 smithi144 bash[35212]: audit 2024-01-18T21:51:31.099183+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094367\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094454\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094489\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"c0e396855c3b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094520\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:28.804550\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_daemon_update\": \"2024-01-18T21:51:31.094599\", \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:31.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:31 smithi118 bash[35127]: audit 2024-01-18T21:51:30.632890+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.144:6808/2631270739,v1:172.21.15.144:6809/2631270739]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:31.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:31 smithi118 bash[35127]: audit 2024-01-18T21:51:30.637754+0000 mon.a (mon.0) 477 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:31.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:31 smithi118 bash[38532]: audit 2024-01-18T21:51:30.632890+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.144:6808/2631270739,v1:172.21.15.144:6809/2631270739]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:31.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:31 smithi118 bash[38532]: audit 2024-01-18T21:51:30.637754+0000 mon.a (mon.0) 477 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:31.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:31 smithi118 bash[35127]: audit 2024-01-18T21:51:31.095211+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094367\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094454\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094489\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"c0e396855c3b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094520\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:28.804550\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_daemon_update\": \"2024-01-18T21:51:31.094599\", \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:31.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:31 smithi118 bash[35127]: audit 2024-01-18T21:51:31.099183+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094367\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094454\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094489\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"c0e396855c3b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094520\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:28.804550\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_daemon_update\": \"2024-01-18T21:51:31.094599\", \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:31.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:31 smithi118 bash[38532]: audit 2024-01-18T21:51:31.095211+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094367\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094454\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094489\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"c0e396855c3b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094520\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:28.804550\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_daemon_update\": \"2024-01-18T21:51:31.094599\", \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:31.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:31 smithi118 bash[38532]: audit 2024-01-18T21:51:31.099183+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094367\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094454\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094489\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"c0e396855c3b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094520\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:28.804550\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:26.260122\"}}, \"last_daemon_update\": \"2024-01-18T21:51:31.094599\", \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:32.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:32 smithi144 bash[35212]: cluster 2024-01-18T21:51:31.046000+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:51:32.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:32 smithi144 bash[35212]: cluster 2024-01-18T21:51:31.046049+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:51:32.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:32 smithi144 bash[35212]: cluster 2024-01-18T21:51:31.604410+0000 mgr.y (mgr.14142) 94 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-01-18T21:51:32.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:32 smithi144 bash[35212]: audit 2024-01-18T21:51:31.637857+0000 mon.a (mon.0) 480 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-18T21:51:32.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:32 smithi144 bash[35212]: cluster 2024-01-18T21:51:31.637922+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e40: 6 total, 5 up, 5 in 2024-01-18T21:51:32.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:32 smithi144 bash[35212]: audit 2024-01-18T21:51:31.638535+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:32.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:32 smithi144 bash[35212]: audit 2024-01-18T21:51:32.076328+0000 mgr.y (mgr.14142) 95 : audit [DBG] from='client.24263 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:51:32.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:32 smithi144 bash[35212]: cephadm 2024-01-18T21:51:32.077145+0000 mgr.y (mgr.14142) 96 : cephadm [INF] Applying osd on host smithi144... 2024-01-18T21:51:32.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:32 smithi144 bash[35212]: audit 2024-01-18T21:51:32.077461+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:51:32.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:32 smithi144 bash[35212]: audit 2024-01-18T21:51:32.078280+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:32.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:32 smithi144 bash[35212]: audit 2024-01-18T21:51:32.079494+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:32.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:32 smithi144 bash[35212]: cluster 2024-01-18T21:51:32.639371+0000 mon.a (mon.0) 486 : cluster [INF] osd.5 [v2:172.21.15.144:6808/2631270739,v1:172.21.15.144:6809/2631270739] boot 2024-01-18T21:51:32.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:32 smithi144 bash[35212]: cluster 2024-01-18T21:51:32.639456+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-01-18T21:51:32.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:32 smithi144 bash[35212]: audit 2024-01-18T21:51:32.639599+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:32.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[35127]: cluster 2024-01-18T21:51:31.046000+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:51:32.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[35127]: cluster 2024-01-18T21:51:31.046049+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:51:32.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[35127]: cluster 2024-01-18T21:51:31.604410+0000 mgr.y (mgr.14142) 94 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-01-18T21:51:32.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[35127]: audit 2024-01-18T21:51:31.637857+0000 mon.a (mon.0) 480 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-18T21:51:32.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[35127]: cluster 2024-01-18T21:51:31.637922+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e40: 6 total, 5 up, 5 in 2024-01-18T21:51:32.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[35127]: audit 2024-01-18T21:51:31.638535+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:32.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[35127]: audit 2024-01-18T21:51:32.076328+0000 mgr.y (mgr.14142) 95 : audit [DBG] from='client.24263 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:51:32.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[35127]: cephadm 2024-01-18T21:51:32.077145+0000 mgr.y (mgr.14142) 96 : cephadm [INF] Applying osd on host smithi144... 2024-01-18T21:51:32.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[35127]: audit 2024-01-18T21:51:32.077461+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:51:32.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[35127]: audit 2024-01-18T21:51:32.078280+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:32.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[35127]: audit 2024-01-18T21:51:32.079494+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:32.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[35127]: cluster 2024-01-18T21:51:32.639371+0000 mon.a (mon.0) 486 : cluster [INF] osd.5 [v2:172.21.15.144:6808/2631270739,v1:172.21.15.144:6809/2631270739] boot 2024-01-18T21:51:32.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[35127]: cluster 2024-01-18T21:51:32.639456+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-01-18T21:51:32.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[35127]: audit 2024-01-18T21:51:32.639599+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:32.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[38532]: cluster 2024-01-18T21:51:31.046000+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:51:32.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[38532]: cluster 2024-01-18T21:51:31.046049+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:51:32.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[38532]: cluster 2024-01-18T21:51:31.604410+0000 mgr.y (mgr.14142) 94 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-01-18T21:51:32.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[38532]: audit 2024-01-18T21:51:31.637857+0000 mon.a (mon.0) 480 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-18T21:51:32.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[38532]: cluster 2024-01-18T21:51:31.637922+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e40: 6 total, 5 up, 5 in 2024-01-18T21:51:32.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[38532]: audit 2024-01-18T21:51:31.638535+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:32.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[38532]: audit 2024-01-18T21:51:32.076328+0000 mgr.y (mgr.14142) 95 : audit [DBG] from='client.24263 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:51:32.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[38532]: cephadm 2024-01-18T21:51:32.077145+0000 mgr.y (mgr.14142) 96 : cephadm [INF] Applying osd on host smithi144... 2024-01-18T21:51:32.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[38532]: audit 2024-01-18T21:51:32.077461+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:51:32.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[38532]: audit 2024-01-18T21:51:32.078280+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:32.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[38532]: audit 2024-01-18T21:51:32.079494+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:32.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[38532]: cluster 2024-01-18T21:51:32.639371+0000 mon.a (mon.0) 486 : cluster [INF] osd.5 [v2:172.21.15.144:6808/2631270739,v1:172.21.15.144:6809/2631270739] boot 2024-01-18T21:51:32.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[38532]: cluster 2024-01-18T21:51:32.639456+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-01-18T21:51:32.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:32 smithi118 bash[38532]: audit 2024-01-18T21:51:32.639599+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:33.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:33 smithi144 bash[35212]: audit 2024-01-18T21:51:33.557903+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.144:0/1129430416' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c3964865-fea1-4dc8-837b-bcde52aacc59"}]: dispatch 2024-01-18T21:51:33.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:33 smithi144 bash[35212]: audit 2024-01-18T21:51:33.558342+0000 mon.a (mon.0) 489 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c3964865-fea1-4dc8-837b-bcde52aacc59"}]: dispatch 2024-01-18T21:51:33.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:33 smithi144 bash[35212]: audit 2024-01-18T21:51:33.563258+0000 mon.a (mon.0) 490 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c3964865-fea1-4dc8-837b-bcde52aacc59"}]': finished 2024-01-18T21:51:33.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:33 smithi144 bash[35212]: cluster 2024-01-18T21:51:33.563325+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e42: 7 total, 6 up, 6 in 2024-01-18T21:51:33.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:33 smithi144 bash[35212]: audit 2024-01-18T21:51:33.563507+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:33.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:33 smithi144 bash[35212]: cluster 2024-01-18T21:51:33.604850+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v98: 1 pgs: 1 peering; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-18T21:51:33.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:33 smithi118 bash[35127]: audit 2024-01-18T21:51:33.557903+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.144:0/1129430416' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c3964865-fea1-4dc8-837b-bcde52aacc59"}]: dispatch 2024-01-18T21:51:33.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:33 smithi118 bash[35127]: audit 2024-01-18T21:51:33.558342+0000 mon.a (mon.0) 489 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c3964865-fea1-4dc8-837b-bcde52aacc59"}]: dispatch 2024-01-18T21:51:33.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:33 smithi118 bash[35127]: audit 2024-01-18T21:51:33.563258+0000 mon.a (mon.0) 490 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c3964865-fea1-4dc8-837b-bcde52aacc59"}]': finished 2024-01-18T21:51:33.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:33 smithi118 bash[35127]: cluster 2024-01-18T21:51:33.563325+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e42: 7 total, 6 up, 6 in 2024-01-18T21:51:33.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:33 smithi118 bash[35127]: audit 2024-01-18T21:51:33.563507+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:33.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:33 smithi118 bash[35127]: cluster 2024-01-18T21:51:33.604850+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v98: 1 pgs: 1 peering; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-18T21:51:33.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:33 smithi118 bash[38532]: audit 2024-01-18T21:51:33.557903+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.144:0/1129430416' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c3964865-fea1-4dc8-837b-bcde52aacc59"}]: dispatch 2024-01-18T21:51:33.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:33 smithi118 bash[38532]: audit 2024-01-18T21:51:33.558342+0000 mon.a (mon.0) 489 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c3964865-fea1-4dc8-837b-bcde52aacc59"}]: dispatch 2024-01-18T21:51:33.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:33 smithi118 bash[38532]: audit 2024-01-18T21:51:33.563258+0000 mon.a (mon.0) 490 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c3964865-fea1-4dc8-837b-bcde52aacc59"}]': finished 2024-01-18T21:51:33.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:33 smithi118 bash[38532]: cluster 2024-01-18T21:51:33.563325+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e42: 7 total, 6 up, 6 in 2024-01-18T21:51:33.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:33 smithi118 bash[38532]: audit 2024-01-18T21:51:33.563507+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:33.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:33 smithi118 bash[38532]: cluster 2024-01-18T21:51:33.604850+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v98: 1 pgs: 1 peering; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-18T21:51:34.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:34 smithi144 bash[35212]: audit 2024-01-18T21:51:34.309646+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.144:0/2082428395' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:51:34.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:34 smithi118 bash[35127]: audit 2024-01-18T21:51:34.309646+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.144:0/2082428395' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:51:34.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:34 smithi118 bash[38532]: audit 2024-01-18T21:51:34.309646+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.144:0/2082428395' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:51:35.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:35 smithi144 bash[35212]: cluster 2024-01-18T21:51:35.605220+0000 mgr.y (mgr.14142) 98 : cluster [DBG] pgmap v99: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-01-18T21:51:35.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:35 smithi118 bash[35127]: cluster 2024-01-18T21:51:35.605220+0000 mgr.y (mgr.14142) 98 : cluster [DBG] pgmap v99: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-01-18T21:51:35.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:35 smithi118 bash[38532]: cluster 2024-01-18T21:51:35.605220+0000 mgr.y (mgr.14142) 98 : cluster [DBG] pgmap v99: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-01-18T21:51:36.819 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:36 smithi144 bash[35212]: audit 2024-01-18T21:51:36.546366+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:36.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:36 smithi118 bash[35127]: audit 2024-01-18T21:51:36.546366+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:36.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:36 smithi118 bash[38532]: audit 2024-01-18T21:51:36.546366+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:37.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:37 smithi144 bash[35212]: cluster 2024-01-18T21:51:37.605532+0000 mgr.y (mgr.14142) 99 : cluster [DBG] pgmap v100: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-01-18T21:51:37.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:37 smithi118 bash[38532]: cluster 2024-01-18T21:51:37.605532+0000 mgr.y (mgr.14142) 99 : cluster [DBG] pgmap v100: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-01-18T21:51:37.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:37 smithi118 bash[35127]: cluster 2024-01-18T21:51:37.605532+0000 mgr.y (mgr.14142) 99 : cluster [DBG] pgmap v100: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-01-18T21:51:38.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:38 smithi144 bash[35212]: audit 2024-01-18T21:51:38.194212+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T21:51:38.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:38 smithi144 bash[35212]: audit 2024-01-18T21:51:38.194935+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:38.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:38 smithi144 bash[35212]: cephadm 2024-01-18T21:51:38.195508+0000 mgr.y (mgr.14142) 100 : cephadm [INF] Deploying daemon osd.5 on smithi144 2024-01-18T21:51:38.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:38 smithi144 bash[35212]: audit 2024-01-18T21:51:38.195786+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-18T21:51:38.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:38 smithi118 bash[38532]: audit 2024-01-18T21:51:38.194212+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T21:51:38.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:38 smithi118 bash[38532]: audit 2024-01-18T21:51:38.194935+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:38.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:38 smithi118 bash[38532]: cephadm 2024-01-18T21:51:38.195508+0000 mgr.y (mgr.14142) 100 : cephadm [INF] Deploying daemon osd.5 on smithi144 2024-01-18T21:51:38.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:38 smithi118 bash[38532]: audit 2024-01-18T21:51:38.195786+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-18T21:51:38.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:38 smithi118 bash[35127]: audit 2024-01-18T21:51:38.194212+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T21:51:38.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:38 smithi118 bash[35127]: audit 2024-01-18T21:51:38.194935+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:38.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:38 smithi118 bash[35127]: cephadm 2024-01-18T21:51:38.195508+0000 mgr.y (mgr.14142) 100 : cephadm [INF] Deploying daemon osd.5 on smithi144 2024-01-18T21:51:38.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:38 smithi118 bash[35127]: audit 2024-01-18T21:51:38.195786+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-18T21:51:39.240 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:39 smithi144 systemd[1]: Stopping Ceph osd.5 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:51:39.240 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[39685]: debug 2024-01-18T21:51:39.200+0000 7f1673c5e700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-18T21:51:39.240 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[39685]: debug 2024-01-18T21:51:39.200+0000 7f1673c5e700 -1 osd.5 42 *** Got signal Terminated *** 2024-01-18T21:51:39.240 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[39685]: debug 2024-01-18T21:51:39.200+0000 7f1673c5e700 -1 osd.5 42 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-18T21:51:39.938 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:39 smithi144 podman[41014]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.5 2024-01-18T21:51:39.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.245716+0000 mon.a (mon.0) 497 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-18T21:51:39.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.245769+0000 mon.a (mon.0) 498 : cluster [INF] osd.5 failed (root=default,host=smithi144) (connection refused reported by osd.0) 2024-01-18T21:51:39.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.245988+0000 mon.a (mon.0) 499 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-18T21:51:39.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.246083+0000 mon.a (mon.0) 500 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-18T21:51:39.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.246235+0000 mon.a (mon.0) 501 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-18T21:51:39.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.246330+0000 mon.a (mon.0) 502 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-18T21:51:39.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.246459+0000 mon.a (mon.0) 503 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-18T21:51:39.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.246604+0000 mon.a (mon.0) 504 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-18T21:51:39.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.246752+0000 mon.a (mon.0) 505 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-18T21:51:39.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.446031+0000 mon.a (mon.0) 506 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-18T21:51:39.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.446212+0000 mon.a (mon.0) 507 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-18T21:51:39.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.446354+0000 mon.a (mon.0) 508 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-18T21:51:39.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.446535+0000 mon.a (mon.0) 509 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-18T21:51:39.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.446715+0000 mon.a (mon.0) 510 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-18T21:51:39.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.446865+0000 mon.a (mon.0) 511 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-18T21:51:39.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.447055+0000 mon.a (mon.0) 512 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-18T21:51:39.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.447233+0000 mon.a (mon.0) 513 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-18T21:51:39.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.447417+0000 mon.a (mon.0) 514 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-18T21:51:39.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.447589+0000 mon.a (mon.0) 515 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-18T21:51:39.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:39 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.605954+0000 mgr.y (mgr.14142) 101 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-01-18T21:51:39.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.245716+0000 mon.a (mon.0) 497 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-18T21:51:39.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.245769+0000 mon.a (mon.0) 498 : cluster [INF] osd.5 failed (root=default,host=smithi144) (connection refused reported by osd.0) 2024-01-18T21:51:39.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.245988+0000 mon.a (mon.0) 499 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-18T21:51:39.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.246083+0000 mon.a (mon.0) 500 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-18T21:51:39.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.246235+0000 mon.a (mon.0) 501 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-18T21:51:39.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.246330+0000 mon.a (mon.0) 502 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-18T21:51:39.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.246459+0000 mon.a (mon.0) 503 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-18T21:51:39.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.246604+0000 mon.a (mon.0) 504 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-18T21:51:39.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.246752+0000 mon.a (mon.0) 505 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-18T21:51:39.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.446031+0000 mon.a (mon.0) 506 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-18T21:51:39.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.446212+0000 mon.a (mon.0) 507 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-18T21:51:39.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.446354+0000 mon.a (mon.0) 508 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-18T21:51:39.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.446535+0000 mon.a (mon.0) 509 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-18T21:51:39.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.446715+0000 mon.a (mon.0) 510 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-18T21:51:39.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.446865+0000 mon.a (mon.0) 511 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-18T21:51:39.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.447055+0000 mon.a (mon.0) 512 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-18T21:51:39.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.447233+0000 mon.a (mon.0) 513 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-18T21:51:39.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.447417+0000 mon.a (mon.0) 514 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-18T21:51:39.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.447589+0000 mon.a (mon.0) 515 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-18T21:51:39.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.605954+0000 mgr.y (mgr.14142) 101 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-01-18T21:51:39.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.245716+0000 mon.a (mon.0) 497 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-18T21:51:39.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.245769+0000 mon.a (mon.0) 498 : cluster [INF] osd.5 failed (root=default,host=smithi144) (connection refused reported by osd.0) 2024-01-18T21:51:39.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.245988+0000 mon.a (mon.0) 499 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-18T21:51:39.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.246083+0000 mon.a (mon.0) 500 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-18T21:51:39.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.246235+0000 mon.a (mon.0) 501 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-18T21:51:39.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.246330+0000 mon.a (mon.0) 502 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-18T21:51:39.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.246459+0000 mon.a (mon.0) 503 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-18T21:51:39.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.246604+0000 mon.a (mon.0) 504 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-18T21:51:39.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.246752+0000 mon.a (mon.0) 505 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-18T21:51:39.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.446031+0000 mon.a (mon.0) 506 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-18T21:51:39.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.446212+0000 mon.a (mon.0) 507 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-18T21:51:39.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.446354+0000 mon.a (mon.0) 508 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-18T21:51:39.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.446535+0000 mon.a (mon.0) 509 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-18T21:51:39.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.446715+0000 mon.a (mon.0) 510 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-18T21:51:39.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.446865+0000 mon.a (mon.0) 511 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-18T21:51:39.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.447055+0000 mon.a (mon.0) 512 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-18T21:51:39.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.447233+0000 mon.a (mon.0) 513 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-18T21:51:39.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.447417+0000 mon.a (mon.0) 514 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-18T21:51:39.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.447589+0000 mon.a (mon.0) 515 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-18T21:51:39.990 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:39 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.605954+0000 mgr.y (mgr.14142) 101 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-01-18T21:51:40.666 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:40 smithi144 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.5.service: Succeeded. 2024-01-18T21:51:40.666 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:40 smithi144 systemd[1]: Stopped Ceph osd.5 for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:51:40.666 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:40 smithi144 systemd[1]: Starting Ceph osd.5 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:51:40.666 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:40 smithi144 podman[41149]: Error: no container with ID or name "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.5" found: no such container 2024-01-18T21:51:40.666 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:40 smithi144 systemd[1]: Started Ceph osd.5 for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:51:40.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:40 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.663545+0000 mon.a (mon.0) 516 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:51:40.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:40 smithi144 bash[35212]: cluster 2024-01-18T21:51:39.671571+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e43: 7 total, 5 up, 6 in 2024-01-18T21:51:40.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:40 smithi144 bash[35212]: audit 2024-01-18T21:51:39.672075+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:40.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:40 smithi144 bash[35212]: audit 2024-01-18T21:51:40.524538+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094367\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094454\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094489\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}}, \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:40.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:40 smithi144 bash[35212]: audit 2024-01-18T21:51:40.524994+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:40.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:40 smithi144 bash[35212]: audit 2024-01-18T21:51:40.528670+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094367\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094454\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094489\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}}, \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:40.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:40 smithi144 bash[35212]: audit 2024-01-18T21:51:40.529345+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T21:51:40.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:40 smithi144 bash[35212]: audit 2024-01-18T21:51:40.530639+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:40.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:40 smithi144 bash[35212]: cephadm 2024-01-18T21:51:40.531219+0000 mgr.y (mgr.14142) 102 : cephadm [INF] Deploying daemon osd.6 on smithi144 2024-01-18T21:51:40.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:40 smithi144 bash[35212]: audit 2024-01-18T21:51:40.531469+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-18T21:51:40.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:40 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.663545+0000 mon.a (mon.0) 516 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:51:40.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:40 smithi118 bash[35127]: cluster 2024-01-18T21:51:39.671571+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e43: 7 total, 5 up, 6 in 2024-01-18T21:51:40.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:40 smithi118 bash[35127]: audit 2024-01-18T21:51:39.672075+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:40.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:40 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.663545+0000 mon.a (mon.0) 516 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:51:40.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:40 smithi118 bash[38532]: cluster 2024-01-18T21:51:39.671571+0000 mon.a (mon.0) 517 : cluster [DBG] osdmap e43: 7 total, 5 up, 6 in 2024-01-18T21:51:40.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:40 smithi118 bash[38532]: audit 2024-01-18T21:51:39.672075+0000 mon.a (mon.0) 518 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:40.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:40 smithi118 bash[35127]: audit 2024-01-18T21:51:40.524538+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094367\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094454\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094489\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}}, \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:40.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:40 smithi118 bash[35127]: audit 2024-01-18T21:51:40.524994+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:40.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:40 smithi118 bash[38532]: audit 2024-01-18T21:51:40.524538+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094367\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094454\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094489\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}}, \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:40.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:40 smithi118 bash[38532]: audit 2024-01-18T21:51:40.524994+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:40.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:40 smithi118 bash[38532]: audit 2024-01-18T21:51:40.528670+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094367\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094454\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094489\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}}, \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:40.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:40 smithi118 bash[38532]: audit 2024-01-18T21:51:40.529345+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T21:51:40.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:40 smithi118 bash[38532]: audit 2024-01-18T21:51:40.530639+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:40.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:40 smithi118 bash[38532]: cephadm 2024-01-18T21:51:40.531219+0000 mgr.y (mgr.14142) 102 : cephadm [INF] Deploying daemon osd.6 on smithi144 2024-01-18T21:51:40.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:40 smithi118 bash[38532]: audit 2024-01-18T21:51:40.531469+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-18T21:51:40.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:40 smithi118 bash[35127]: audit 2024-01-18T21:51:40.528670+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094367\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094454\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:31.094489\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}}, \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:40.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:40 smithi118 bash[35127]: audit 2024-01-18T21:51:40.529345+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T21:51:40.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:40 smithi118 bash[35127]: audit 2024-01-18T21:51:40.530639+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:40.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:40 smithi118 bash[35127]: cephadm 2024-01-18T21:51:40.531219+0000 mgr.y (mgr.14142) 102 : cephadm [INF] Deploying daemon osd.6 on smithi144 2024-01-18T21:51:40.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:40 smithi118 bash[35127]: audit 2024-01-18T21:51:40.531469+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-18T21:51:41.188 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:41 smithi144 bash[41165]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-01-18T21:51:41.188 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:41 smithi144 bash[41165]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2024-01-18T21:51:41.188 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:41 smithi144 bash[41165]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-01-18T21:51:41.188 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:41 smithi144 bash[41165]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-01-18T21:51:41.188 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:41 smithi144 bash[41165]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-01-18T21:51:41.188 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:41 smithi144 bash[41165]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-01-18T21:51:41.188 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:41 smithi144 bash[41165]: --> ceph-volume lvm activate successful for osd ID: 5 2024-01-18T21:51:41.811 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:41 smithi144 bash[35212]: cluster 2024-01-18T21:51:40.671910+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e44: 7 total, 5 up, 6 in 2024-01-18T21:51:41.811 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:41 smithi144 bash[35212]: audit 2024-01-18T21:51:40.672496+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:41.811 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:41 smithi144 bash[35212]: cluster 2024-01-18T21:51:41.606251+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v104: 1 pgs: 1 stale+active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:51:41.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:41 smithi118 bash[35127]: cluster 2024-01-18T21:51:40.671910+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e44: 7 total, 5 up, 6 in 2024-01-18T21:51:41.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:41 smithi118 bash[35127]: audit 2024-01-18T21:51:40.672496+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:41.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:41 smithi118 bash[35127]: cluster 2024-01-18T21:51:41.606251+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v104: 1 pgs: 1 stale+active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:51:41.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:41 smithi118 bash[38532]: cluster 2024-01-18T21:51:40.671910+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e44: 7 total, 5 up, 6 in 2024-01-18T21:51:41.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:41 smithi118 bash[38532]: audit 2024-01-18T21:51:40.672496+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:41.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:41 smithi118 bash[38532]: cluster 2024-01-18T21:51:41.606251+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v104: 1 pgs: 1 stale+active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:51:42.165 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:41 smithi144 bash[41344]: debug 2024-01-18T21:51:41.650+0000 7f8afb3beec0 1 -- 172.21.15.144:0/2685263829 >> [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] conn(0x55bdeff49400 msgr2=0x55bdeff45f80 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-01-18T21:51:42.166 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:41 smithi144 bash[41344]: debug 2024-01-18T21:51:41.650+0000 7f8afb3beec0 1 --2- 172.21.15.144:0/2685263829 >> [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] conn(0x55bdeff49400 0x55bdeff45f80 secure :-1 s=READY pgs=35 cs=0 l=1 rx=0x55bdefedbd10 tx=0x55bdf0bb4aa0).stop 2024-01-18T21:51:42.166 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:42 smithi144 bash[41344]: debug 2024-01-18T21:51:42.172+0000 7f8afb3beec0 -1 Falling back to public interface 2024-01-18T21:51:42.556 INFO:teuthology.orchestra.run.smithi144.stdout:Created osd(s) 5,6 on host 'smithi144' 2024-01-18T21:51:42.747 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:42 smithi144 bash[41344]: debug 2024-01-18T21:51:42.745+0000 7f8afb3beec0 -1 osd.5 42 log_to_monitors {default=true} 2024-01-18T21:51:42.747 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:42 smithi144 bash[41344]: debug 2024-01-18T21:51:42.753+0000 7f8aeb387700 -1 osd.5 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-18T21:51:42.747 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:42 smithi144 bash[35212]: audit 2024-01-18T21:51:42.067495+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066593\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066679\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066713\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066743\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}}, \"last_daemon_update\": \"2024-01-18T21:51:42.066823\", \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:42.748 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:42 smithi144 bash[35212]: audit 2024-01-18T21:51:42.071438+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066593\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066679\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066713\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066743\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}}, \"last_daemon_update\": \"2024-01-18T21:51:42.066823\", \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:42.748 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:42 smithi144 bash[35212]: audit 2024-01-18T21:51:42.557766+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066593\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066679\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066713\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066743\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:40.529129\"}}, \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:42.748 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:42 smithi144 bash[35212]: audit 2024-01-18T21:51:42.558243+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:42.748 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:42 smithi144 bash[35212]: audit 2024-01-18T21:51:42.561636+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066593\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066679\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066713\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066743\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:40.529129\"}}, \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:42.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:42 smithi118 bash[35127]: audit 2024-01-18T21:51:42.067495+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066593\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066679\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066713\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066743\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}}, \"last_daemon_update\": \"2024-01-18T21:51:42.066823\", \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:42.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:42 smithi118 bash[38532]: audit 2024-01-18T21:51:42.067495+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066593\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066679\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066713\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066743\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}}, \"last_daemon_update\": \"2024-01-18T21:51:42.066823\", \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:42.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:42 smithi118 bash[38532]: audit 2024-01-18T21:51:42.071438+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066593\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066679\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066713\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066743\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}}, \"last_daemon_update\": \"2024-01-18T21:51:42.066823\", \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:42.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:42 smithi118 bash[35127]: audit 2024-01-18T21:51:42.071438+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066593\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066679\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066713\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066743\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}}, \"last_daemon_update\": \"2024-01-18T21:51:42.066823\", \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:42.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:42 smithi118 bash[38532]: audit 2024-01-18T21:51:42.557766+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066593\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066679\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066713\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066743\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:40.529129\"}}, \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:42.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:42 smithi118 bash[38532]: audit 2024-01-18T21:51:42.558243+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:42.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:42 smithi118 bash[35127]: audit 2024-01-18T21:51:42.557766+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066593\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066679\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066713\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066743\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:40.529129\"}}, \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:42.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:42 smithi118 bash[35127]: audit 2024-01-18T21:51:42.558243+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:42.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:42 smithi118 bash[35127]: audit 2024-01-18T21:51:42.561636+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066593\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066679\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066713\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066743\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:40.529129\"}}, \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:42.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:42 smithi118 bash[38532]: audit 2024-01-18T21:51:42.561636+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066593\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066679\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066713\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:42.066743\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:40.529129\"}}, \"last_device_update\": \"2024-01-18T21:51:30.267380\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:43.094 DEBUG:teuthology.orchestra.run.smithi144:osd.6> sudo journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.6.service 2024-01-18T21:51:43.097 INFO:tasks.cephadm:Deploying osd.7 on smithi144 with /dev/vg_nvme/lv_1... 2024-01-18T21:51:43.097 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-01-18T21:51:43.129 INFO:journalctl@ceph.osd.6.smithi144.stdout:-- Logs begin at Thu 2024-01-18 21:41:11 UTC. -- 2024-01-18T21:51:43.370 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:43 smithi144 bash[41625]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-01-18T21:51:43.370 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:43 smithi144 bash[41625]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2024-01-18T21:51:43.370 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:43 smithi144 bash[41625]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-01-18T21:51:43.370 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:43 smithi144 bash[41625]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-01-18T21:51:43.370 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:43 smithi144 bash[41625]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-01-18T21:51:43.370 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:43 smithi144 bash[41625]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-01-18T21:51:43.371 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:43 smithi144 bash[41625]: --> ceph-volume lvm activate successful for osd ID: 6 2024-01-18T21:51:43.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:43 smithi144 bash[35212]: audit 2024-01-18T21:51:42.750224+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.144:6808/909239514,v1:172.21.15.144:6809/909239514]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T21:51:44.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:43 smithi144 bash[35212]: audit 2024-01-18T21:51:42.750595+0000 mon.a (mon.0) 532 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T21:51:44.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:43 smithi144 bash[35212]: audit 2024-01-18T21:51:42.751099+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.144:6808/909239514,v1:172.21.15.144:6809/909239514]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:44.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:43 smithi144 bash[35212]: audit 2024-01-18T21:51:42.751430+0000 mon.a (mon.0) 533 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:44.070 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:43 smithi144 bash[35212]: cluster 2024-01-18T21:51:43.606678+0000 mgr.y (mgr.14142) 104 : cluster [DBG] pgmap v105: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-01-18T21:51:44.071 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:43 smithi118 bash[35127]: audit 2024-01-18T21:51:42.750224+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.144:6808/909239514,v1:172.21.15.144:6809/909239514]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T21:51:44.071 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:43 smithi118 bash[35127]: audit 2024-01-18T21:51:42.750595+0000 mon.a (mon.0) 532 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T21:51:44.071 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:43 smithi118 bash[35127]: audit 2024-01-18T21:51:42.751099+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.144:6808/909239514,v1:172.21.15.144:6809/909239514]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:44.071 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:43 smithi118 bash[35127]: audit 2024-01-18T21:51:42.751430+0000 mon.a (mon.0) 533 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:44.071 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:43 smithi118 bash[35127]: cluster 2024-01-18T21:51:43.606678+0000 mgr.y (mgr.14142) 104 : cluster [DBG] pgmap v105: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-01-18T21:51:44.071 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:43 smithi118 bash[38532]: audit 2024-01-18T21:51:42.750224+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.144:6808/909239514,v1:172.21.15.144:6809/909239514]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T21:51:44.071 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:43 smithi118 bash[38532]: audit 2024-01-18T21:51:42.750595+0000 mon.a (mon.0) 532 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-18T21:51:44.072 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:43 smithi118 bash[38532]: audit 2024-01-18T21:51:42.751099+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.144:6808/909239514,v1:172.21.15.144:6809/909239514]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:44.072 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:43 smithi118 bash[38532]: audit 2024-01-18T21:51:42.751430+0000 mon.a (mon.0) 533 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:44.072 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:43 smithi118 bash[38532]: cluster 2024-01-18T21:51:43.606678+0000 mgr.y (mgr.14142) 104 : cluster [DBG] pgmap v105: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-01-18T21:51:44.756 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-01-18T21:51:44.756 INFO:teuthology.orchestra.run.smithi144.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-01-18T21:51:44.756 INFO:teuthology.orchestra.run.smithi144.stderr: stderr: 10+0 records in 2024-01-18T21:51:44.756 INFO:teuthology.orchestra.run.smithi144.stderr:10+0 records out 2024-01-18T21:51:44.756 INFO:teuthology.orchestra.run.smithi144.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.012169 s, 862 MB/s 2024-01-18T21:51:44.757 INFO:teuthology.orchestra.run.smithi144.stderr:--> Zapping successful for: 2024-01-18T21:51:44.937 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:44 smithi144 bash[42008]: debug 2024-01-18T21:51:44.872+0000 7f86102e1ec0 -1 Falling back to public interface 2024-01-18T21:51:44.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:44 smithi144 bash[35212]: cluster 2024-01-18T21:51:43.677981+0000 mon.a (mon.0) 534 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:51:44.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:44 smithi144 bash[35212]: cluster 2024-01-18T21:51:43.678050+0000 mon.a (mon.0) 535 : cluster [INF] Cluster is now healthy 2024-01-18T21:51:44.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:44 smithi144 bash[35212]: cluster 2024-01-18T21:51:43.678374+0000 mon.a (mon.0) 536 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-18T21:51:44.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:44 smithi144 bash[35212]: cluster 2024-01-18T21:51:43.682244+0000 mon.a (mon.0) 537 : cluster [INF] osd.5 [v2:172.21.15.144:6808/909239514,v1:172.21.15.144:6809/909239514] boot 2024-01-18T21:51:44.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:44 smithi144 bash[35212]: cluster 2024-01-18T21:51:43.682326+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e45: 7 total, 6 up, 6 in 2024-01-18T21:51:44.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:44 smithi144 bash[35212]: audit 2024-01-18T21:51:43.682928+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:44.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:44 smithi144 bash[35212]: audit 2024-01-18T21:51:43.683408+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:44.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:44 smithi144 bash[35212]: audit 2024-01-18T21:51:44.382119+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381082\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381212\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381246\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381276\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"236cde981f1b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381304\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:43.982140\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:40.529129\"}}, \"last_daemon_update\": \"2024-01-18T21:51:44.381384\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:44.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:44 smithi144 bash[35212]: audit 2024-01-18T21:51:44.386171+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381082\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381212\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381246\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381276\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"236cde981f1b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381304\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:43.982140\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:40.529129\"}}, \"last_daemon_update\": \"2024-01-18T21:51:44.381384\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:44.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:44 smithi144 bash[35212]: audit 2024-01-18T21:51:44.386825+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:44.986 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:51:44 smithi118 bash[44657]: debug 2024-01-18T21:51:44.688+0000 7f41abe5b700 -1 osd.1 46 build_incremental_map_msg missing incremental map 46 2024-01-18T21:51:44.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:44 smithi118 bash[35127]: cluster 2024-01-18T21:51:43.677981+0000 mon.a (mon.0) 534 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:51:44.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:44 smithi118 bash[35127]: cluster 2024-01-18T21:51:43.678050+0000 mon.a (mon.0) 535 : cluster [INF] Cluster is now healthy 2024-01-18T21:51:44.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:44 smithi118 bash[35127]: cluster 2024-01-18T21:51:43.678374+0000 mon.a (mon.0) 536 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-18T21:51:44.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:44 smithi118 bash[35127]: cluster 2024-01-18T21:51:43.682244+0000 mon.a (mon.0) 537 : cluster [INF] osd.5 [v2:172.21.15.144:6808/909239514,v1:172.21.15.144:6809/909239514] boot 2024-01-18T21:51:44.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:44 smithi118 bash[35127]: cluster 2024-01-18T21:51:43.682326+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e45: 7 total, 6 up, 6 in 2024-01-18T21:51:44.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:44 smithi118 bash[35127]: audit 2024-01-18T21:51:43.682928+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:44.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:44 smithi118 bash[35127]: audit 2024-01-18T21:51:43.683408+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:44.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:44 smithi118 bash[38532]: cluster 2024-01-18T21:51:43.677981+0000 mon.a (mon.0) 534 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:51:44.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:44 smithi118 bash[38532]: cluster 2024-01-18T21:51:43.678050+0000 mon.a (mon.0) 535 : cluster [INF] Cluster is now healthy 2024-01-18T21:51:44.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:44 smithi118 bash[38532]: cluster 2024-01-18T21:51:43.678374+0000 mon.a (mon.0) 536 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-18T21:51:44.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:44 smithi118 bash[38532]: cluster 2024-01-18T21:51:43.682244+0000 mon.a (mon.0) 537 : cluster [INF] osd.5 [v2:172.21.15.144:6808/909239514,v1:172.21.15.144:6809/909239514] boot 2024-01-18T21:51:44.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:44 smithi118 bash[38532]: cluster 2024-01-18T21:51:43.682326+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e45: 7 total, 6 up, 6 in 2024-01-18T21:51:44.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:44 smithi118 bash[38532]: audit 2024-01-18T21:51:43.682928+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:51:44.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:44 smithi118 bash[38532]: audit 2024-01-18T21:51:43.683408+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:44.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:44 smithi118 bash[35127]: audit 2024-01-18T21:51:44.382119+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381082\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381212\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381246\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381276\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"236cde981f1b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381304\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:43.982140\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:40.529129\"}}, \"last_daemon_update\": \"2024-01-18T21:51:44.381384\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:44.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:44 smithi118 bash[38532]: audit 2024-01-18T21:51:44.382119+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381082\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381212\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381246\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381276\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"236cde981f1b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381304\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:43.982140\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:40.529129\"}}, \"last_daemon_update\": \"2024-01-18T21:51:44.381384\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:44.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:44 smithi118 bash[35127]: audit 2024-01-18T21:51:44.386171+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381082\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381212\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381246\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381276\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"236cde981f1b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381304\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:43.982140\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:40.529129\"}}, \"last_daemon_update\": \"2024-01-18T21:51:44.381384\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:44.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:44 smithi118 bash[35127]: audit 2024-01-18T21:51:44.386825+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:44.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:44 smithi118 bash[38532]: audit 2024-01-18T21:51:44.386171+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381082\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381212\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381246\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381276\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"236cde981f1b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381304\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:43.982140\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:40.529129\"}}, \"last_daemon_update\": \"2024-01-18T21:51:44.381384\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:44.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:44 smithi118 bash[38532]: audit 2024-01-18T21:51:44.386825+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:45.492 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:45 smithi144 bash[42008]: debug 2024-01-18T21:51:45.421+0000 7f86102e1ec0 -1 osd.6 0 log_to_monitors {default=true} 2024-01-18T21:51:45.493 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph orch daemon add osd smithi144:vg_nvme/lv_1 2024-01-18T21:51:45.776 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:45 smithi144 bash[35212]: cluster 2024-01-18T21:51:44.688243+0000 mon.a (mon.0) 544 : cluster [DBG] osdmap e46: 7 total, 6 up, 6 in 2024-01-18T21:51:45.777 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:45 smithi144 bash[35212]: audit 2024-01-18T21:51:44.688905+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:45.777 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:45 smithi144 bash[35212]: audit 2024-01-18T21:51:45.425217+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.144:6816/596841296,v1:172.21.15.144:6817/596841296]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T21:51:45.777 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:45 smithi144 bash[35212]: audit 2024-01-18T21:51:45.425549+0000 mon.a (mon.0) 546 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T21:51:45.777 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:45 smithi144 bash[35212]: cluster 2024-01-18T21:51:45.607049+0000 mgr.y (mgr.14142) 105 : cluster [DBG] pgmap v108: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-01-18T21:51:45.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:45 smithi118 bash[38532]: cluster 2024-01-18T21:51:44.688243+0000 mon.a (mon.0) 544 : cluster [DBG] osdmap e46: 7 total, 6 up, 6 in 2024-01-18T21:51:45.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:45 smithi118 bash[38532]: audit 2024-01-18T21:51:44.688905+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:45.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:45 smithi118 bash[38532]: audit 2024-01-18T21:51:45.425217+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.144:6816/596841296,v1:172.21.15.144:6817/596841296]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T21:51:45.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:45 smithi118 bash[38532]: audit 2024-01-18T21:51:45.425549+0000 mon.a (mon.0) 546 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T21:51:45.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:45 smithi118 bash[38532]: cluster 2024-01-18T21:51:45.607049+0000 mgr.y (mgr.14142) 105 : cluster [DBG] pgmap v108: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-01-18T21:51:45.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:45 smithi118 bash[35127]: cluster 2024-01-18T21:51:44.688243+0000 mon.a (mon.0) 544 : cluster [DBG] osdmap e46: 7 total, 6 up, 6 in 2024-01-18T21:51:45.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:45 smithi118 bash[35127]: audit 2024-01-18T21:51:44.688905+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:45.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:45 smithi118 bash[35127]: audit 2024-01-18T21:51:45.425217+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.144:6816/596841296,v1:172.21.15.144:6817/596841296]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T21:51:45.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:45 smithi118 bash[35127]: audit 2024-01-18T21:51:45.425549+0000 mon.a (mon.0) 546 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T21:51:45.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:45 smithi118 bash[35127]: cluster 2024-01-18T21:51:45.607049+0000 mgr.y (mgr.14142) 105 : cluster [DBG] pgmap v108: 1 pgs: 1 active+undersized+degraded; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-01-18T21:51:46.956 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:46 smithi144 bash[35212]: audit 2024-01-18T21:51:45.699193+0000 mon.a (mon.0) 547 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-18T21:51:46.956 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:46 smithi144 bash[35212]: cluster 2024-01-18T21:51:45.699247+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e47: 7 total, 6 up, 6 in 2024-01-18T21:51:46.957 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:46 smithi144 bash[35212]: audit 2024-01-18T21:51:45.699612+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:46.957 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:46 smithi144 bash[35212]: audit 2024-01-18T21:51:45.702284+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.144:6816/596841296,v1:172.21.15.144:6817/596841296]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:46.957 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:46 smithi144 bash[35212]: audit 2024-01-18T21:51:45.702757+0000 mon.a (mon.0) 550 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:46.957 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:46 smithi144 bash[35212]: cluster 2024-01-18T21:51:46.389766+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:51:46.957 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:46 smithi144 bash[35212]: cluster 2024-01-18T21:51:46.389810+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:51:46.957 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:46 smithi144 bash[42008]: debug 2024-01-18T21:51:46.701+0000 7f85f9096700 -1 osd.6 0 waiting for initial osdmap 2024-01-18T21:51:46.957 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:46 smithi144 bash[42008]: debug 2024-01-18T21:51:46.713+0000 7f86042b2700 -1 osd.6 48 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-18T21:51:46.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:46 smithi118 bash[35127]: audit 2024-01-18T21:51:45.699193+0000 mon.a (mon.0) 547 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-18T21:51:46.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:46 smithi118 bash[35127]: cluster 2024-01-18T21:51:45.699247+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e47: 7 total, 6 up, 6 in 2024-01-18T21:51:46.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:46 smithi118 bash[35127]: audit 2024-01-18T21:51:45.699612+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:46.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:46 smithi118 bash[35127]: audit 2024-01-18T21:51:45.702284+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.144:6816/596841296,v1:172.21.15.144:6817/596841296]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:46.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:46 smithi118 bash[35127]: audit 2024-01-18T21:51:45.702757+0000 mon.a (mon.0) 550 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:46.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:46 smithi118 bash[35127]: cluster 2024-01-18T21:51:46.389766+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:51:46.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:46 smithi118 bash[35127]: cluster 2024-01-18T21:51:46.389810+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:51:46.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:46 smithi118 bash[38532]: audit 2024-01-18T21:51:45.699193+0000 mon.a (mon.0) 547 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-18T21:51:46.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:46 smithi118 bash[38532]: cluster 2024-01-18T21:51:45.699247+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e47: 7 total, 6 up, 6 in 2024-01-18T21:51:46.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:46 smithi118 bash[38532]: audit 2024-01-18T21:51:45.699612+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:46.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:46 smithi118 bash[38532]: audit 2024-01-18T21:51:45.702284+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.144:6816/596841296,v1:172.21.15.144:6817/596841296]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:46.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:46 smithi118 bash[38532]: audit 2024-01-18T21:51:45.702757+0000 mon.a (mon.0) 550 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:46.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:46 smithi118 bash[38532]: cluster 2024-01-18T21:51:46.389766+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:51:46.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:46 smithi118 bash[38532]: cluster 2024-01-18T21:51:46.389810+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:51:47.891 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:47 smithi144 bash[35212]: audit 2024-01-18T21:51:46.700213+0000 mon.a (mon.0) 551 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-18T21:51:47.891 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:47 smithi144 bash[35212]: cluster 2024-01-18T21:51:46.700276+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e48: 7 total, 6 up, 6 in 2024-01-18T21:51:47.891 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:47 smithi144 bash[35212]: audit 2024-01-18T21:51:46.700980+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:47.891 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:47 smithi144 bash[35212]: audit 2024-01-18T21:51:46.904826+0000 mgr.y (mgr.14142) 106 : audit [DBG] from='client.24296 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:51:47.891 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:47 smithi144 bash[35212]: cephadm 2024-01-18T21:51:46.905567+0000 mgr.y (mgr.14142) 107 : cephadm [INF] Applying osd on host smithi144... 2024-01-18T21:51:47.891 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:47 smithi144 bash[35212]: audit 2024-01-18T21:51:46.905905+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:51:47.892 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:47 smithi144 bash[35212]: audit 2024-01-18T21:51:46.906655+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:47.892 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:47 smithi144 bash[35212]: audit 2024-01-18T21:51:46.907895+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:47.892 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:47 smithi144 bash[35212]: audit 2024-01-18T21:51:47.066717+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:47.892 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:47 smithi144 bash[35212]: audit 2024-01-18T21:51:47.255433+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381082\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381212\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381246\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381276\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"236cde981f1b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381304\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:43.982140\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:40.529129\"}}, \"last_daemon_update\": \"2024-01-18T21:51:44.381384\", \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:47.892 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:47 smithi144 bash[35212]: audit 2024-01-18T21:51:47.258655+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381082\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381212\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381246\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381276\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"236cde981f1b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381304\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:43.982140\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:40.529129\"}}, \"last_daemon_update\": \"2024-01-18T21:51:44.381384\", \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:47.892 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:47 smithi144 bash[35212]: cluster 2024-01-18T21:51:47.607394+0000 mgr.y (mgr.14142) 108 : cluster [DBG] pgmap v111: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2024-01-18T21:51:47.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[35127]: audit 2024-01-18T21:51:46.700213+0000 mon.a (mon.0) 551 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-18T21:51:47.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[35127]: cluster 2024-01-18T21:51:46.700276+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e48: 7 total, 6 up, 6 in 2024-01-18T21:51:47.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[35127]: audit 2024-01-18T21:51:46.700980+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:47.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[35127]: audit 2024-01-18T21:51:46.904826+0000 mgr.y (mgr.14142) 106 : audit [DBG] from='client.24296 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:51:47.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[35127]: cephadm 2024-01-18T21:51:46.905567+0000 mgr.y (mgr.14142) 107 : cephadm [INF] Applying osd on host smithi144... 2024-01-18T21:51:47.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[35127]: audit 2024-01-18T21:51:46.905905+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:51:47.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[35127]: audit 2024-01-18T21:51:46.906655+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:47.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[35127]: audit 2024-01-18T21:51:46.907895+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:47.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[35127]: audit 2024-01-18T21:51:47.066717+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:47.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[38532]: audit 2024-01-18T21:51:46.700213+0000 mon.a (mon.0) 551 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-18T21:51:47.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[38532]: cluster 2024-01-18T21:51:46.700276+0000 mon.a (mon.0) 552 : cluster [DBG] osdmap e48: 7 total, 6 up, 6 in 2024-01-18T21:51:47.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[38532]: audit 2024-01-18T21:51:46.700980+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:47.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[38532]: audit 2024-01-18T21:51:46.904826+0000 mgr.y (mgr.14142) 106 : audit [DBG] from='client.24296 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:51:47.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[38532]: cephadm 2024-01-18T21:51:46.905567+0000 mgr.y (mgr.14142) 107 : cephadm [INF] Applying osd on host smithi144... 2024-01-18T21:51:47.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[38532]: audit 2024-01-18T21:51:46.905905+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-18T21:51:47.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[38532]: audit 2024-01-18T21:51:46.906655+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:47.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[38532]: audit 2024-01-18T21:51:46.907895+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:47.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[38532]: audit 2024-01-18T21:51:47.066717+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:47.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[38532]: audit 2024-01-18T21:51:47.255433+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381082\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381212\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381246\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381276\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"236cde981f1b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381304\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:43.982140\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:40.529129\"}}, \"last_daemon_update\": \"2024-01-18T21:51:44.381384\", \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:47.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[38532]: audit 2024-01-18T21:51:47.258655+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381082\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381212\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381246\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381276\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"236cde981f1b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381304\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:43.982140\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:40.529129\"}}, \"last_daemon_update\": \"2024-01-18T21:51:44.381384\", \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:47.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[38532]: cluster 2024-01-18T21:51:47.607394+0000 mgr.y (mgr.14142) 108 : cluster [DBG] pgmap v111: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2024-01-18T21:51:47.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[35127]: audit 2024-01-18T21:51:47.255433+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381082\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381212\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381246\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381276\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"236cde981f1b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381304\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:43.982140\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:40.529129\"}}, \"last_daemon_update\": \"2024-01-18T21:51:44.381384\", \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:47.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[35127]: audit 2024-01-18T21:51:47.258655+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381082\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381212\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381246\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381276\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"236cde981f1b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381304\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:43.982140\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:40.529129\"}}, \"last_daemon_update\": \"2024-01-18T21:51:44.381384\", \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:47.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:47 smithi118 bash[35127]: cluster 2024-01-18T21:51:47.607394+0000 mgr.y (mgr.14142) 108 : cluster [DBG] pgmap v111: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2024-01-18T21:51:48.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:48 smithi144 bash[35212]: cluster 2024-01-18T21:51:47.701765+0000 mon.a (mon.0) 560 : cluster [INF] osd.6 [v2:172.21.15.144:6816/596841296,v1:172.21.15.144:6817/596841296] boot 2024-01-18T21:51:48.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:48 smithi144 bash[35212]: cluster 2024-01-18T21:51:47.701811+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-01-18T21:51:48.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:48 smithi144 bash[35212]: audit 2024-01-18T21:51:47.701987+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:48.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:48 smithi144 bash[35212]: cluster 2024-01-18T21:51:48.256809+0000 mon.a (mon.0) 563 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-18T21:51:48.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:48 smithi144 bash[35212]: cluster 2024-01-18T21:51:48.256872+0000 mon.a (mon.0) 564 : cluster [INF] Cluster is now healthy 2024-01-18T21:51:48.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:48 smithi144 bash[35212]: audit 2024-01-18T21:51:48.479116+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.144:0/1653061636' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "27004c9d-e26a-4cf0-ab0c-5f41db7f1695"}]: dispatch 2024-01-18T21:51:48.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:48 smithi144 bash[35212]: audit 2024-01-18T21:51:48.479637+0000 mon.a (mon.0) 565 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "27004c9d-e26a-4cf0-ab0c-5f41db7f1695"}]: dispatch 2024-01-18T21:51:48.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:48 smithi144 bash[35212]: audit 2024-01-18T21:51:48.483838+0000 mon.a (mon.0) 566 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "27004c9d-e26a-4cf0-ab0c-5f41db7f1695"}]': finished 2024-01-18T21:51:48.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:48 smithi144 bash[35212]: cluster 2024-01-18T21:51:48.483892+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e50: 8 total, 7 up, 7 in 2024-01-18T21:51:48.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:48 smithi144 bash[35212]: audit 2024-01-18T21:51:48.484059+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:51:48.939 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:51:48 smithi144 bash[41344]: debug 2024-01-18T21:51:48.482+0000 7f8ad535b700 -1 osd.5 50 build_incremental_map_msg missing incremental map 50 2024-01-18T21:51:48.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:48 smithi118 bash[35127]: cluster 2024-01-18T21:51:47.701765+0000 mon.a (mon.0) 560 : cluster [INF] osd.6 [v2:172.21.15.144:6816/596841296,v1:172.21.15.144:6817/596841296] boot 2024-01-18T21:51:48.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:48 smithi118 bash[35127]: cluster 2024-01-18T21:51:47.701811+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-01-18T21:51:48.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:48 smithi118 bash[35127]: audit 2024-01-18T21:51:47.701987+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:48.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:48 smithi118 bash[35127]: cluster 2024-01-18T21:51:48.256809+0000 mon.a (mon.0) 563 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-18T21:51:48.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:48 smithi118 bash[35127]: cluster 2024-01-18T21:51:48.256872+0000 mon.a (mon.0) 564 : cluster [INF] Cluster is now healthy 2024-01-18T21:51:48.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:48 smithi118 bash[35127]: audit 2024-01-18T21:51:48.479116+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.144:0/1653061636' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "27004c9d-e26a-4cf0-ab0c-5f41db7f1695"}]: dispatch 2024-01-18T21:51:48.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:48 smithi118 bash[35127]: audit 2024-01-18T21:51:48.479637+0000 mon.a (mon.0) 565 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "27004c9d-e26a-4cf0-ab0c-5f41db7f1695"}]: dispatch 2024-01-18T21:51:48.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:48 smithi118 bash[35127]: audit 2024-01-18T21:51:48.483838+0000 mon.a (mon.0) 566 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "27004c9d-e26a-4cf0-ab0c-5f41db7f1695"}]': finished 2024-01-18T21:51:48.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:48 smithi118 bash[35127]: cluster 2024-01-18T21:51:48.483892+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e50: 8 total, 7 up, 7 in 2024-01-18T21:51:48.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:48 smithi118 bash[35127]: audit 2024-01-18T21:51:48.484059+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:51:48.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:48 smithi118 bash[38532]: cluster 2024-01-18T21:51:47.701765+0000 mon.a (mon.0) 560 : cluster [INF] osd.6 [v2:172.21.15.144:6816/596841296,v1:172.21.15.144:6817/596841296] boot 2024-01-18T21:51:48.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:48 smithi118 bash[38532]: cluster 2024-01-18T21:51:47.701811+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-01-18T21:51:48.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:48 smithi118 bash[38532]: audit 2024-01-18T21:51:47.701987+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:48.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:48 smithi118 bash[38532]: cluster 2024-01-18T21:51:48.256809+0000 mon.a (mon.0) 563 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-18T21:51:48.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:48 smithi118 bash[38532]: cluster 2024-01-18T21:51:48.256872+0000 mon.a (mon.0) 564 : cluster [INF] Cluster is now healthy 2024-01-18T21:51:48.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:48 smithi118 bash[38532]: audit 2024-01-18T21:51:48.479116+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.144:0/1653061636' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "27004c9d-e26a-4cf0-ab0c-5f41db7f1695"}]: dispatch 2024-01-18T21:51:48.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:48 smithi118 bash[38532]: audit 2024-01-18T21:51:48.479637+0000 mon.a (mon.0) 565 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "27004c9d-e26a-4cf0-ab0c-5f41db7f1695"}]: dispatch 2024-01-18T21:51:48.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:48 smithi118 bash[38532]: audit 2024-01-18T21:51:48.483838+0000 mon.a (mon.0) 566 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "27004c9d-e26a-4cf0-ab0c-5f41db7f1695"}]': finished 2024-01-18T21:51:48.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:48 smithi118 bash[38532]: cluster 2024-01-18T21:51:48.483892+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e50: 8 total, 7 up, 7 in 2024-01-18T21:51:48.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:48 smithi118 bash[38532]: audit 2024-01-18T21:51:48.484059+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:51:49.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:49 smithi118 bash[35127]: audit 2024-01-18T21:51:49.264604+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.144:0/260042582' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:51:49.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:49 smithi118 bash[35127]: cluster 2024-01-18T21:51:49.607952+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v114: 1 pgs: 1 peering; 0 B data, 3.1 MiB used, 619 GiB / 626 GiB avail 2024-01-18T21:51:49.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:49 smithi118 bash[38532]: audit 2024-01-18T21:51:49.264604+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.144:0/260042582' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:51:49.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:49 smithi118 bash[38532]: cluster 2024-01-18T21:51:49.607952+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v114: 1 pgs: 1 peering; 0 B data, 3.1 MiB used, 619 GiB / 626 GiB avail 2024-01-18T21:51:50.187 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:49 smithi144 bash[35212]: audit 2024-01-18T21:51:49.264604+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.144:0/260042582' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-18T21:51:50.187 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:49 smithi144 bash[35212]: cluster 2024-01-18T21:51:49.607952+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v114: 1 pgs: 1 peering; 0 B data, 3.1 MiB used, 619 GiB / 626 GiB avail 2024-01-18T21:51:51.775 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:51 smithi144 bash[35212]: audit 2024-01-18T21:51:51.517710+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:51.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:51 smithi118 bash[35127]: audit 2024-01-18T21:51:51.517710+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:51.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:51 smithi118 bash[38532]: audit 2024-01-18T21:51:51.517710+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:52.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:52 smithi144 bash[35212]: cluster 2024-01-18T21:51:51.608305+0000 mgr.y (mgr.14142) 110 : cluster [DBG] pgmap v115: 1 pgs: 1 peering; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail 2024-01-18T21:51:52.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:52 smithi118 bash[35127]: cluster 2024-01-18T21:51:51.608305+0000 mgr.y (mgr.14142) 110 : cluster [DBG] pgmap v115: 1 pgs: 1 peering; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail 2024-01-18T21:51:52.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:52 smithi118 bash[38532]: cluster 2024-01-18T21:51:51.608305+0000 mgr.y (mgr.14142) 110 : cluster [DBG] pgmap v115: 1 pgs: 1 peering; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail 2024-01-18T21:51:53.913 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:53 smithi144 bash[35212]: audit 2024-01-18T21:51:53.200573+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T21:51:53.913 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:53 smithi144 bash[35212]: audit 2024-01-18T21:51:53.201370+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:53.913 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:53 smithi144 bash[35212]: audit 2024-01-18T21:51:53.202209+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-18T21:51:53.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:53 smithi118 bash[35127]: audit 2024-01-18T21:51:53.200573+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T21:51:53.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:53 smithi118 bash[35127]: audit 2024-01-18T21:51:53.201370+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:53.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:53 smithi118 bash[35127]: audit 2024-01-18T21:51:53.202209+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-18T21:51:53.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:53 smithi118 bash[38532]: audit 2024-01-18T21:51:53.200573+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T21:51:53.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:53 smithi118 bash[38532]: audit 2024-01-18T21:51:53.201370+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:53.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:53 smithi118 bash[38532]: audit 2024-01-18T21:51:53.202209+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-18T21:51:54.173 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:54 smithi144 systemd[1]: Stopping Ceph osd.6 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:51:54.425 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[42008]: debug 2024-01-18T21:51:54.179+0000 7f8607b29700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-18T21:51:54.425 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[42008]: debug 2024-01-18T21:51:54.179+0000 7f8607b29700 -1 osd.6 50 *** Got signal Terminated *** 2024-01-18T21:51:54.425 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[42008]: debug 2024-01-18T21:51:54.179+0000 7f8607b29700 -1 osd.6 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-18T21:51:54.687 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:54 smithi144 podman[43198]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.6 2024-01-18T21:51:54.688 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cephadm 2024-01-18T21:51:53.201945+0000 mgr.y (mgr.14142) 111 : cephadm [INF] Deploying daemon osd.6 on smithi144 2024-01-18T21:51:54.688 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cluster 2024-01-18T21:51:53.608656+0000 mgr.y (mgr.14142) 112 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:51:54.688 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.229562+0000 mon.a (mon.0) 573 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-18T21:51:54.688 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.229598+0000 mon.a (mon.0) 574 : cluster [INF] osd.6 failed (root=default,host=smithi144) (connection refused reported by osd.0) 2024-01-18T21:51:54.688 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.229760+0000 mon.a (mon.0) 575 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-18T21:51:54.688 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.229899+0000 mon.a (mon.0) 576 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-18T21:51:54.689 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.230036+0000 mon.a (mon.0) 577 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-18T21:51:54.689 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.230194+0000 mon.a (mon.0) 578 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-18T21:51:54.689 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.230330+0000 mon.a (mon.0) 579 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-18T21:51:54.689 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.430295+0000 mon.a (mon.0) 580 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-18T21:51:54.689 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.430513+0000 mon.a (mon.0) 581 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-18T21:51:54.689 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.430660+0000 mon.a (mon.0) 582 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-18T21:51:54.689 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.430756+0000 mon.a (mon.0) 583 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-18T21:51:54.689 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.430908+0000 mon.a (mon.0) 584 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-18T21:51:54.689 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.431056+0000 mon.a (mon.0) 585 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-18T21:51:54.689 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.431152+0000 mon.a (mon.0) 586 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-18T21:51:54.690 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.431234+0000 mon.a (mon.0) 587 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-18T21:51:54.690 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.431361+0000 mon.a (mon.0) 588 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-18T21:51:54.690 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.431512+0000 mon.a (mon.0) 589 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-18T21:51:54.690 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.431632+0000 mon.a (mon.0) 590 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-18T21:51:54.690 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.431779+0000 mon.a (mon.0) 591 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-18T21:51:54.690 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:54 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.431906+0000 mon.a (mon.0) 592 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-18T21:51:54.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cephadm 2024-01-18T21:51:53.201945+0000 mgr.y (mgr.14142) 111 : cephadm [INF] Deploying daemon osd.6 on smithi144 2024-01-18T21:51:54.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cluster 2024-01-18T21:51:53.608656+0000 mgr.y (mgr.14142) 112 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:51:54.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.229562+0000 mon.a (mon.0) 573 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-18T21:51:54.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.229598+0000 mon.a (mon.0) 574 : cluster [INF] osd.6 failed (root=default,host=smithi144) (connection refused reported by osd.0) 2024-01-18T21:51:54.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.229760+0000 mon.a (mon.0) 575 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-18T21:51:54.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.229899+0000 mon.a (mon.0) 576 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-18T21:51:54.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.230036+0000 mon.a (mon.0) 577 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-18T21:51:54.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.230194+0000 mon.a (mon.0) 578 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-18T21:51:54.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.230330+0000 mon.a (mon.0) 579 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-18T21:51:54.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.430295+0000 mon.a (mon.0) 580 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-18T21:51:54.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.430513+0000 mon.a (mon.0) 581 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-18T21:51:54.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.430660+0000 mon.a (mon.0) 582 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-18T21:51:54.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.430756+0000 mon.a (mon.0) 583 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-18T21:51:54.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.430908+0000 mon.a (mon.0) 584 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-18T21:51:54.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.431056+0000 mon.a (mon.0) 585 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-18T21:51:54.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.431152+0000 mon.a (mon.0) 586 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-18T21:51:54.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.431234+0000 mon.a (mon.0) 587 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-18T21:51:54.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.431361+0000 mon.a (mon.0) 588 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-18T21:51:54.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.431512+0000 mon.a (mon.0) 589 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-18T21:51:54.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.431632+0000 mon.a (mon.0) 590 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-18T21:51:54.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.431779+0000 mon.a (mon.0) 591 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-18T21:51:54.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.431906+0000 mon.a (mon.0) 592 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-18T21:51:54.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cephadm 2024-01-18T21:51:53.201945+0000 mgr.y (mgr.14142) 111 : cephadm [INF] Deploying daemon osd.6 on smithi144 2024-01-18T21:51:54.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cluster 2024-01-18T21:51:53.608656+0000 mgr.y (mgr.14142) 112 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:51:54.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.229562+0000 mon.a (mon.0) 573 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-18T21:51:54.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.229598+0000 mon.a (mon.0) 574 : cluster [INF] osd.6 failed (root=default,host=smithi144) (connection refused reported by osd.0) 2024-01-18T21:51:54.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.229760+0000 mon.a (mon.0) 575 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-18T21:51:54.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.229899+0000 mon.a (mon.0) 576 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-18T21:51:54.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.230036+0000 mon.a (mon.0) 577 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-18T21:51:54.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.230194+0000 mon.a (mon.0) 578 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-18T21:51:54.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.230330+0000 mon.a (mon.0) 579 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-18T21:51:54.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.430295+0000 mon.a (mon.0) 580 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-18T21:51:54.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.430513+0000 mon.a (mon.0) 581 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-18T21:51:54.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.430660+0000 mon.a (mon.0) 582 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-18T21:51:54.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.430756+0000 mon.a (mon.0) 583 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-18T21:51:54.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.430908+0000 mon.a (mon.0) 584 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-18T21:51:54.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.431056+0000 mon.a (mon.0) 585 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-18T21:51:54.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.431152+0000 mon.a (mon.0) 586 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-18T21:51:54.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.431234+0000 mon.a (mon.0) 587 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-18T21:51:54.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.431361+0000 mon.a (mon.0) 588 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-18T21:51:54.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.431512+0000 mon.a (mon.0) 589 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-18T21:51:54.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.431632+0000 mon.a (mon.0) 590 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-18T21:51:54.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.431779+0000 mon.a (mon.0) 591 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-18T21:51:54.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:54 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.431906+0000 mon.a (mon.0) 592 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-18T21:51:55.598 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:55 smithi144 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.6.service: Succeeded. 2024-01-18T21:51:55.598 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:55 smithi144 systemd[1]: Stopped Ceph osd.6 for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:51:55.598 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:55 smithi144 systemd[1]: Starting Ceph osd.6 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:51:55.598 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:55 smithi144 podman[43333]: Error: no container with ID or name "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.6" found: no such container 2024-01-18T21:51:55.598 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:55 smithi144 systemd[1]: Started Ceph osd.6 for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:51:55.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:55 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.617364+0000 mon.a (mon.0) 593 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:51:55.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:55 smithi144 bash[35212]: cluster 2024-01-18T21:51:54.626020+0000 mon.a (mon.0) 594 : cluster [DBG] osdmap e51: 8 total, 6 up, 7 in 2024-01-18T21:51:55.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:55 smithi144 bash[35212]: audit 2024-01-18T21:51:54.626145+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:51:55.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:55 smithi144 bash[35212]: audit 2024-01-18T21:51:55.479668+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381082\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381212\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381246\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381276\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}}, \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:55.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:55 smithi144 bash[35212]: audit 2024-01-18T21:51:55.480110+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:55.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:55 smithi144 bash[35212]: audit 2024-01-18T21:51:55.483767+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381082\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381212\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381246\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381276\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}}, \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:55.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:55 smithi144 bash[35212]: audit 2024-01-18T21:51:55.484387+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-18T21:51:55.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:55 smithi144 bash[35212]: audit 2024-01-18T21:51:55.485664+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:55.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:55 smithi144 bash[35212]: audit 2024-01-18T21:51:55.486529+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-01-18T21:51:55.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:55 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.617364+0000 mon.a (mon.0) 593 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:51:55.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:55 smithi118 bash[35127]: cluster 2024-01-18T21:51:54.626020+0000 mon.a (mon.0) 594 : cluster [DBG] osdmap e51: 8 total, 6 up, 7 in 2024-01-18T21:51:55.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:55 smithi118 bash[35127]: audit 2024-01-18T21:51:54.626145+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:51:55.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:55 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.617364+0000 mon.a (mon.0) 593 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:51:55.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:55 smithi118 bash[38532]: cluster 2024-01-18T21:51:54.626020+0000 mon.a (mon.0) 594 : cluster [DBG] osdmap e51: 8 total, 6 up, 7 in 2024-01-18T21:51:55.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:55 smithi118 bash[38532]: audit 2024-01-18T21:51:54.626145+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:51:55.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:55 smithi118 bash[35127]: audit 2024-01-18T21:51:55.479668+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381082\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381212\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381246\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381276\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}}, \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:55.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:55 smithi118 bash[35127]: audit 2024-01-18T21:51:55.480110+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:55.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:55 smithi118 bash[38532]: audit 2024-01-18T21:51:55.479668+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381082\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381212\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381246\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381276\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}}, \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:55.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:55 smithi118 bash[38532]: audit 2024-01-18T21:51:55.480110+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:55.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:55 smithi118 bash[35127]: audit 2024-01-18T21:51:55.483767+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381082\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381212\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381246\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381276\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}}, \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:55.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:55 smithi118 bash[35127]: audit 2024-01-18T21:51:55.484387+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-18T21:51:55.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:55 smithi118 bash[35127]: audit 2024-01-18T21:51:55.485664+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:55.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:55 smithi118 bash[35127]: audit 2024-01-18T21:51:55.486529+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-01-18T21:51:55.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:55 smithi118 bash[38532]: audit 2024-01-18T21:51:55.483767+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381082\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381212\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381246\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:44.381276\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}}, \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:55.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:55 smithi118 bash[38532]: audit 2024-01-18T21:51:55.484387+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-18T21:51:55.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:55 smithi118 bash[38532]: audit 2024-01-18T21:51:55.485664+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:51:55.989 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:55 smithi118 bash[38532]: audit 2024-01-18T21:51:55.486529+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-01-18T21:51:56.237 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:55 smithi144 bash[43350]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-01-18T21:51:56.237 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:55 smithi144 bash[43350]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2024-01-18T21:51:56.237 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:55 smithi144 bash[43350]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-01-18T21:51:56.237 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:55 smithi144 bash[43350]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-01-18T21:51:56.237 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:55 smithi144 bash[43350]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-01-18T21:51:56.237 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:55 smithi144 bash[43350]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-01-18T21:51:56.237 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:55 smithi144 bash[43350]: --> ceph-volume lvm activate successful for osd ID: 6 2024-01-18T21:51:56.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:56 smithi144 bash[35212]: cephadm 2024-01-18T21:51:55.486272+0000 mgr.y (mgr.14142) 113 : cephadm [INF] Deploying daemon osd.7 on smithi144 2024-01-18T21:51:56.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:56 smithi144 bash[35212]: cluster 2024-01-18T21:51:55.609230+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v118: 1 pgs: 1 stale+active+clean; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:51:56.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:56 smithi144 bash[35212]: cluster 2024-01-18T21:51:55.627975+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e52: 8 total, 6 up, 7 in 2024-01-18T21:51:56.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:56 smithi144 bash[35212]: audit 2024-01-18T21:51:55.628192+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:51:56.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:56 smithi118 bash[35127]: cephadm 2024-01-18T21:51:55.486272+0000 mgr.y (mgr.14142) 113 : cephadm [INF] Deploying daemon osd.7 on smithi144 2024-01-18T21:51:56.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:56 smithi118 bash[35127]: cluster 2024-01-18T21:51:55.609230+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v118: 1 pgs: 1 stale+active+clean; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:51:56.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:56 smithi118 bash[35127]: cluster 2024-01-18T21:51:55.627975+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e52: 8 total, 6 up, 7 in 2024-01-18T21:51:56.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:56 smithi118 bash[35127]: audit 2024-01-18T21:51:55.628192+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:51:56.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:56 smithi118 bash[38532]: cephadm 2024-01-18T21:51:55.486272+0000 mgr.y (mgr.14142) 113 : cephadm [INF] Deploying daemon osd.7 on smithi144 2024-01-18T21:51:56.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:56 smithi118 bash[38532]: cluster 2024-01-18T21:51:55.609230+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v118: 1 pgs: 1 stale+active+clean; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:51:56.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:56 smithi118 bash[38532]: cluster 2024-01-18T21:51:55.627975+0000 mon.a (mon.0) 602 : cluster [DBG] osdmap e52: 8 total, 6 up, 7 in 2024-01-18T21:51:56.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:56 smithi118 bash[38532]: audit 2024-01-18T21:51:55.628192+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:51:57.166 INFO:teuthology.orchestra.run.smithi144.stdout:Created osd(s) 6,7 on host 'smithi144' 2024-01-18T21:51:57.576 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:57 smithi144 bash[43624]: debug 2024-01-18T21:51:57.454+0000 7f820f536ec0 -1 Falling back to public interface 2024-01-18T21:51:57.590 DEBUG:teuthology.orchestra.run.smithi144:osd.7> sudo journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.7.service 2024-01-18T21:51:57.594 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-18T21:51:57.594 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 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T21:51:57.629 INFO:journalctl@ceph.osd.7.smithi144.stdout:-- Logs begin at Thu 2024-01-18 21:41:11 UTC. -- 2024-01-18T21:51:57.878 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:57 smithi118 bash[38532]: audit 2024-01-18T21:51:56.961476+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960502\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960588\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960622\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960652\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960681\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}}, \"last_daemon_update\": \"2024-01-18T21:51:56.960762\", \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:57.878 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:57 smithi118 bash[35127]: audit 2024-01-18T21:51:56.961476+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960502\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960588\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960622\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960652\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960681\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}}, \"last_daemon_update\": \"2024-01-18T21:51:56.960762\", \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:57.879 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:57 smithi118 bash[38532]: audit 2024-01-18T21:51:56.964646+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960502\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960588\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960622\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960652\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960681\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}}, \"last_daemon_update\": \"2024-01-18T21:51:56.960762\", \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:57.880 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:57 smithi118 bash[35127]: audit 2024-01-18T21:51:56.964646+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960502\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960588\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960622\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960652\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960681\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}}, \"last_daemon_update\": \"2024-01-18T21:51:56.960762\", \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:57.880 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:57 smithi118 bash[35127]: audit 2024-01-18T21:51:57.168483+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960502\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960588\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960622\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960652\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960681\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}}, \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:57.880 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:57 smithi118 bash[35127]: audit 2024-01-18T21:51:57.168951+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:57.880 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:57 smithi118 bash[35127]: audit 2024-01-18T21:51:57.172481+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960502\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960588\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960622\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960652\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960681\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}}, \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:57.881 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:57 smithi118 bash[38532]: audit 2024-01-18T21:51:57.168483+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960502\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960588\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960622\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960652\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960681\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}}, \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:57.881 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:57 smithi118 bash[38532]: audit 2024-01-18T21:51:57.168951+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:57.881 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:57 smithi118 bash[38532]: audit 2024-01-18T21:51:57.172481+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960502\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960588\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960622\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960652\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960681\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}}, \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:57.938 INFO:journalctl@ceph.osd.7.smithi144.stdout:Jan 18 21:51:57 smithi144 bash[43787]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-01-18T21:51:57.938 INFO:journalctl@ceph.osd.7.smithi144.stdout:Jan 18 21:51:57 smithi144 bash[43787]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2024-01-18T21:51:57.938 INFO:journalctl@ceph.osd.7.smithi144.stdout:Jan 18 21:51:57 smithi144 bash[43787]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-01-18T21:51:57.938 INFO:journalctl@ceph.osd.7.smithi144.stdout:Jan 18 21:51:57 smithi144 bash[43787]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-01-18T21:51:57.938 INFO:journalctl@ceph.osd.7.smithi144.stdout:Jan 18 21:51:57 smithi144 bash[43787]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-01-18T21:51:57.939 INFO:journalctl@ceph.osd.7.smithi144.stdout:Jan 18 21:51:57 smithi144 bash[43787]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-01-18T21:51:57.939 INFO:journalctl@ceph.osd.7.smithi144.stdout:Jan 18 21:51:57 smithi144 bash[43787]: --> ceph-volume lvm activate successful for osd ID: 7 2024-01-18T21:51:57.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:57 smithi144 bash[35212]: audit 2024-01-18T21:51:56.961476+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960502\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960588\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960622\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960652\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960681\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}}, \"last_daemon_update\": \"2024-01-18T21:51:56.960762\", \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:57.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:57 smithi144 bash[35212]: audit 2024-01-18T21:51:56.964646+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960502\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960588\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960622\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960652\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960681\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}}, \"last_daemon_update\": \"2024-01-18T21:51:56.960762\", \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:57.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:57 smithi144 bash[35212]: audit 2024-01-18T21:51:57.168483+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960502\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960588\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960622\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960652\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960681\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}}, \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:57.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:57 smithi144 bash[35212]: audit 2024-01-18T21:51:57.168951+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:51:57.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:57 smithi144 bash[35212]: audit 2024-01-18T21:51:57.172481+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960502\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960588\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960622\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960652\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:56.960681\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}}, \"last_device_update\": \"2024-01-18T21:51:47.254736\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:58.343 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:58 smithi144 bash[43624]: debug 2024-01-18T21:51:58.012+0000 7f820f536ec0 -1 osd.6 50 log_to_monitors {default=true} 2024-01-18T21:51:58.343 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:51:58 smithi144 bash[43624]: debug 2024-01-18T21:51:58.019+0000 7f81ff4ff700 -1 osd.6 50 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-18T21:51:58.796 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:51:58.833 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:58 smithi118 bash[35127]: cluster 2024-01-18T21:51:57.609620+0000 mgr.y (mgr.14142) 115 : cluster [DBG] pgmap v120: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2024-01-18T21:51:58.834 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:58 smithi118 bash[35127]: audit 2024-01-18T21:51:58.016379+0000 mon.b (mon.2) 22 : audit [INF] from='osd.6 [v2:172.21.15.144:6816/1655068055,v1:172.21.15.144:6817/1655068055]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T21:51:58.834 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:58 smithi118 bash[35127]: audit 2024-01-18T21:51:58.016678+0000 mon.a (mon.0) 609 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T21:51:58.834 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:58 smithi118 bash[35127]: audit 2024-01-18T21:51:58.017208+0000 mon.b (mon.2) 23 : audit [INF] from='osd.6 [v2:172.21.15.144:6816/1655068055,v1:172.21.15.144:6817/1655068055]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:58.834 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:58 smithi118 bash[35127]: audit 2024-01-18T21:51:58.017526+0000 mon.a (mon.0) 610 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:58.834 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:58 smithi118 bash[35127]: cluster 2024-01-18T21:51:58.170081+0000 mon.a (mon.0) 611 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-18T21:51:58.834 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:58 smithi118 bash[38532]: cluster 2024-01-18T21:51:57.609620+0000 mgr.y (mgr.14142) 115 : cluster [DBG] pgmap v120: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2024-01-18T21:51:58.834 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:58 smithi118 bash[38532]: audit 2024-01-18T21:51:58.016379+0000 mon.b (mon.2) 22 : audit [INF] from='osd.6 [v2:172.21.15.144:6816/1655068055,v1:172.21.15.144:6817/1655068055]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T21:51:58.834 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:58 smithi118 bash[38532]: audit 2024-01-18T21:51:58.016678+0000 mon.a (mon.0) 609 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T21:51:58.834 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:58 smithi118 bash[38532]: audit 2024-01-18T21:51:58.017208+0000 mon.b (mon.2) 23 : audit [INF] from='osd.6 [v2:172.21.15.144:6816/1655068055,v1:172.21.15.144:6817/1655068055]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:58.835 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:58 smithi118 bash[38532]: audit 2024-01-18T21:51:58.017526+0000 mon.a (mon.0) 610 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:58.835 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:58 smithi118 bash[38532]: cluster 2024-01-18T21:51:58.170081+0000 mon.a (mon.0) 611 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-18T21:51:58.835 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:58 smithi118 bash[35127]: audit 2024-01-18T21:51:58.561744+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560911\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560944\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560974\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561002\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561030\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}}, \"last_daemon_update\": \"2024-01-18T21:51:58.561099\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:58.835 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:58 smithi118 bash[35127]: audit 2024-01-18T21:51:58.565187+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560911\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560944\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560974\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561002\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561030\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}}, \"last_daemon_update\": \"2024-01-18T21:51:58.561099\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:58.835 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:58 smithi118 bash[35127]: audit 2024-01-18T21:51:58.565734+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:58.836 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:58 smithi118 bash[38532]: audit 2024-01-18T21:51:58.561744+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560911\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560944\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560974\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561002\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561030\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}}, \"last_daemon_update\": \"2024-01-18T21:51:58.561099\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:58.836 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:58 smithi118 bash[38532]: audit 2024-01-18T21:51:58.565187+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560911\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560944\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560974\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561002\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561030\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}}, \"last_daemon_update\": \"2024-01-18T21:51:58.561099\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:58.836 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:58 smithi118 bash[38532]: audit 2024-01-18T21:51:58.565734+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:58.887 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:58 smithi144 bash[35212]: cluster 2024-01-18T21:51:57.609620+0000 mgr.y (mgr.14142) 115 : cluster [DBG] pgmap v120: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2024-01-18T21:51:58.887 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:58 smithi144 bash[35212]: audit 2024-01-18T21:51:58.016379+0000 mon.b (mon.2) 22 : audit [INF] from='osd.6 [v2:172.21.15.144:6816/1655068055,v1:172.21.15.144:6817/1655068055]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T21:51:58.887 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:58 smithi144 bash[35212]: audit 2024-01-18T21:51:58.016678+0000 mon.a (mon.0) 609 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-18T21:51:58.887 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:58 smithi144 bash[35212]: audit 2024-01-18T21:51:58.017208+0000 mon.b (mon.2) 23 : audit [INF] from='osd.6 [v2:172.21.15.144:6816/1655068055,v1:172.21.15.144:6817/1655068055]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:58.887 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:58 smithi144 bash[35212]: audit 2024-01-18T21:51:58.017526+0000 mon.a (mon.0) 610 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:51:58.887 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:58 smithi144 bash[35212]: cluster 2024-01-18T21:51:58.170081+0000 mon.a (mon.0) 611 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-18T21:51:58.888 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:58 smithi144 bash[35212]: audit 2024-01-18T21:51:58.561744+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560911\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560944\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560974\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561002\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561030\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}}, \"last_daemon_update\": \"2024-01-18T21:51:58.561099\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:51:58.888 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:58 smithi144 bash[35212]: audit 2024-01-18T21:51:58.565187+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560911\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560944\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560974\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561002\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561030\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}}, \"last_daemon_update\": \"2024-01-18T21:51:58.561099\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:51:58.888 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:58 smithi144 bash[35212]: audit 2024-01-18T21:51:58.565734+0000 mon.a (mon.0) 614 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-18T21:51:59.162 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":53,"num_osds":8,"num_up_osds":7,"osd_up_since":1705614718,"num_in_osds":7,"osd_in_since":1705614707,"num_remapped_pgs":0} 2024-01-18T21:51:59.312 INFO:journalctl@ceph.osd.7.smithi144.stdout:Jan 18 21:51:58 smithi144 bash[44173]: debug 2024-01-18T21:51:58.958+0000 7f1d53b37ec0 -1 Falling back to public interface 2024-01-18T21:51:59.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:59 smithi144 bash[35212]: cluster 2024-01-18T21:51:58.629909+0000 mon.a (mon.0) 615 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:51:59.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:59 smithi144 bash[35212]: cluster 2024-01-18T21:51:58.633839+0000 mon.a (mon.0) 616 : cluster [INF] osd.6 [v2:172.21.15.144:6816/1655068055,v1:172.21.15.144:6817/1655068055] boot 2024-01-18T21:51:59.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:59 smithi144 bash[35212]: cluster 2024-01-18T21:51:58.633881+0000 mon.a (mon.0) 617 : cluster [DBG] osdmap e53: 8 total, 7 up, 7 in 2024-01-18T21:51:59.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:59 smithi144 bash[35212]: audit 2024-01-18T21:51:58.634386+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:59.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:59 smithi144 bash[35212]: audit 2024-01-18T21:51:58.634771+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:51:59.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:59 smithi144 bash[35212]: audit 2024-01-18T21:51:58.804962+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.118:0/1313817314' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T21:51:59.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:59 smithi144 bash[35212]: audit 2024-01-18T21:51:59.515086+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.144:6824/2590743319,v1:172.21.15.144:6825/2590743319]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T21:51:59.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:51:59 smithi144 bash[35212]: audit 2024-01-18T21:51:59.515479+0000 mon.a (mon.0) 620 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T21:51:59.637 INFO:journalctl@ceph.osd.7.smithi144.stdout:Jan 18 21:51:59 smithi144 bash[44173]: debug 2024-01-18T21:51:59.510+0000 7f1d53b37ec0 -1 osd.7 0 log_to_monitors {default=true} 2024-01-18T21:51:59.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:59 smithi118 bash[35127]: cluster 2024-01-18T21:51:58.629909+0000 mon.a (mon.0) 615 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:51:59.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:59 smithi118 bash[35127]: cluster 2024-01-18T21:51:58.633839+0000 mon.a (mon.0) 616 : cluster [INF] osd.6 [v2:172.21.15.144:6816/1655068055,v1:172.21.15.144:6817/1655068055] boot 2024-01-18T21:51:59.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:59 smithi118 bash[35127]: cluster 2024-01-18T21:51:58.633881+0000 mon.a (mon.0) 617 : cluster [DBG] osdmap e53: 8 total, 7 up, 7 in 2024-01-18T21:51:59.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:59 smithi118 bash[35127]: audit 2024-01-18T21:51:58.634386+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:59.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:59 smithi118 bash[35127]: audit 2024-01-18T21:51:58.634771+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:51:59.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:59 smithi118 bash[35127]: audit 2024-01-18T21:51:58.804962+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.118:0/1313817314' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T21:51:59.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:59 smithi118 bash[35127]: audit 2024-01-18T21:51:59.515086+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.144:6824/2590743319,v1:172.21.15.144:6825/2590743319]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T21:51:59.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:51:59 smithi118 bash[35127]: audit 2024-01-18T21:51:59.515479+0000 mon.a (mon.0) 620 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T21:51:59.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:59 smithi118 bash[38532]: cluster 2024-01-18T21:51:58.629909+0000 mon.a (mon.0) 615 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:51:59.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:59 smithi118 bash[38532]: cluster 2024-01-18T21:51:58.633839+0000 mon.a (mon.0) 616 : cluster [INF] osd.6 [v2:172.21.15.144:6816/1655068055,v1:172.21.15.144:6817/1655068055] boot 2024-01-18T21:51:59.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:59 smithi118 bash[38532]: cluster 2024-01-18T21:51:58.633881+0000 mon.a (mon.0) 617 : cluster [DBG] osdmap e53: 8 total, 7 up, 7 in 2024-01-18T21:51:59.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:59 smithi118 bash[38532]: audit 2024-01-18T21:51:58.634386+0000 mon.a (mon.0) 618 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:51:59.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:59 smithi118 bash[38532]: audit 2024-01-18T21:51:58.634771+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:51:59.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:59 smithi118 bash[38532]: audit 2024-01-18T21:51:58.804962+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.118:0/1313817314' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T21:51:59.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:59 smithi118 bash[38532]: audit 2024-01-18T21:51:59.515086+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.144:6824/2590743319,v1:172.21.15.144:6825/2590743319]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T21:51:59.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:51:59 smithi118 bash[38532]: audit 2024-01-18T21:51:59.515479+0000 mon.a (mon.0) 620 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-18T21:52:00.163 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 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T21:52:00.937 INFO:journalctl@ceph.osd.7.smithi144.stdout:Jan 18 21:52:00 smithi144 bash[44173]: debug 2024-01-18T21:52:00.645+0000 7f1d3c8ec700 -1 osd.7 0 waiting for initial osdmap 2024-01-18T21:52:00.937 INFO:journalctl@ceph.osd.7.smithi144.stdout:Jan 18 21:52:00 smithi144 bash[44173]: debug 2024-01-18T21:52:00.653+0000 7f1d47b08700 -1 osd.7 55 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-18T21:52:00.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:00 smithi144 bash[35212]: cluster 2024-01-18T21:51:59.609965+0000 mgr.y (mgr.14142) 116 : 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%) 2024-01-18T21:52:00.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:00 smithi144 bash[35212]: audit 2024-01-18T21:51:59.642044+0000 mon.a (mon.0) 621 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-18T21:52:00.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:00 smithi144 bash[35212]: cluster 2024-01-18T21:51:59.642097+0000 mon.a (mon.0) 622 : cluster [DBG] osdmap e54: 8 total, 7 up, 7 in 2024-01-18T21:52:00.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:00 smithi144 bash[35212]: audit 2024-01-18T21:51:59.642984+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:52:00.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:00 smithi144 bash[35212]: audit 2024-01-18T21:51:59.647050+0000 mon.b (mon.2) 25 : audit [INF] from='osd.7 [v2:172.21.15.144:6824/2590743319,v1:172.21.15.144:6825/2590743319]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:52:00.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:00 smithi144 bash[35212]: audit 2024-01-18T21:51:59.647308+0000 mon.a (mon.0) 624 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:52:00.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:00 smithi144 bash[35212]: audit 2024-01-18T21:52:00.568383+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:52:00.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:00 smithi118 bash[38532]: cluster 2024-01-18T21:51:59.609965+0000 mgr.y (mgr.14142) 116 : 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%) 2024-01-18T21:52:00.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:00 smithi118 bash[38532]: audit 2024-01-18T21:51:59.642044+0000 mon.a (mon.0) 621 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-18T21:52:00.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:00 smithi118 bash[38532]: cluster 2024-01-18T21:51:59.642097+0000 mon.a (mon.0) 622 : cluster [DBG] osdmap e54: 8 total, 7 up, 7 in 2024-01-18T21:52:00.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:00 smithi118 bash[38532]: audit 2024-01-18T21:51:59.642984+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:52:00.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:00 smithi118 bash[38532]: audit 2024-01-18T21:51:59.647050+0000 mon.b (mon.2) 25 : audit [INF] from='osd.7 [v2:172.21.15.144:6824/2590743319,v1:172.21.15.144:6825/2590743319]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:52:00.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:00 smithi118 bash[38532]: audit 2024-01-18T21:51:59.647308+0000 mon.a (mon.0) 624 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:52:00.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:00 smithi118 bash[38532]: audit 2024-01-18T21:52:00.568383+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:52:00.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:00 smithi118 bash[35127]: cluster 2024-01-18T21:51:59.609965+0000 mgr.y (mgr.14142) 116 : 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%) 2024-01-18T21:52:00.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:00 smithi118 bash[35127]: audit 2024-01-18T21:51:59.642044+0000 mon.a (mon.0) 621 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-18T21:52:00.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:00 smithi118 bash[35127]: cluster 2024-01-18T21:51:59.642097+0000 mon.a (mon.0) 622 : cluster [DBG] osdmap e54: 8 total, 7 up, 7 in 2024-01-18T21:52:00.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:00 smithi118 bash[35127]: audit 2024-01-18T21:51:59.642984+0000 mon.a (mon.0) 623 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:52:00.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:00 smithi118 bash[35127]: audit 2024-01-18T21:51:59.647050+0000 mon.b (mon.2) 25 : audit [INF] from='osd.7 [v2:172.21.15.144:6824/2590743319,v1:172.21.15.144:6825/2590743319]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:52:00.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:00 smithi118 bash[35127]: audit 2024-01-18T21:51:59.647308+0000 mon.a (mon.0) 624 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]: dispatch 2024-01-18T21:52:00.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:00 smithi118 bash[35127]: audit 2024-01-18T21:52:00.568383+0000 mon.a (mon.0) 625 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:52:01.316 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:52:01.678 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":55,"num_osds":8,"num_up_osds":7,"osd_up_since":1705614718,"num_in_osds":7,"osd_in_since":1705614707,"num_remapped_pgs":0} 2024-01-18T21:52:01.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:01 smithi144 bash[35212]: cluster 2024-01-18T21:52:00.515667+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:52:01.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:01 smithi144 bash[35212]: cluster 2024-01-18T21:52:00.515743+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:52:01.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:01 smithi144 bash[35212]: audit 2024-01-18T21:52:00.643086+0000 mon.a (mon.0) 626 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-18T21:52:01.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:01 smithi144 bash[35212]: cluster 2024-01-18T21:52:00.643136+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2024-01-18T21:52:01.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:01 smithi144 bash[35212]: audit 2024-01-18T21:52:00.643597+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:52:01.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:01 smithi144 bash[35212]: audit 2024-01-18T21:52:00.754508+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560911\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560944\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560974\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561002\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561030\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}}, \"last_daemon_update\": \"2024-01-18T21:51:58.561099\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:52:01.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:01 smithi144 bash[35212]: audit 2024-01-18T21:52:00.757293+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560911\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560944\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560974\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561002\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561030\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}}, \"last_daemon_update\": \"2024-01-18T21:51:58.561099\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:52:01.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:01 smithi144 bash[35212]: audit 2024-01-18T21:52:01.325537+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.118:0/4196691478' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T21:52:01.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:01 smithi144 bash[35212]: cluster 2024-01-18T21:52:01.610232+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v125: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2024-01-18T21:52:01.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:01 smithi118 bash[38532]: cluster 2024-01-18T21:52:00.515667+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:52:01.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:01 smithi118 bash[38532]: cluster 2024-01-18T21:52:00.515743+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:52:01.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:01 smithi118 bash[38532]: audit 2024-01-18T21:52:00.643086+0000 mon.a (mon.0) 626 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-18T21:52:01.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:01 smithi118 bash[38532]: cluster 2024-01-18T21:52:00.643136+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2024-01-18T21:52:01.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:01 smithi118 bash[38532]: audit 2024-01-18T21:52:00.643597+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:52:01.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:01 smithi118 bash[35127]: cluster 2024-01-18T21:52:00.515667+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-18T21:52:01.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:01 smithi118 bash[35127]: cluster 2024-01-18T21:52:00.515743+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-18T21:52:01.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:01 smithi118 bash[35127]: audit 2024-01-18T21:52:00.643086+0000 mon.a (mon.0) 626 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-01-18T21:52:01.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:01 smithi118 bash[35127]: cluster 2024-01-18T21:52:00.643136+0000 mon.a (mon.0) 627 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2024-01-18T21:52:01.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:01 smithi118 bash[35127]: audit 2024-01-18T21:52:00.643597+0000 mon.a (mon.0) 628 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:52:01.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:01 smithi118 bash[38532]: audit 2024-01-18T21:52:00.754508+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560911\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560944\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560974\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561002\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561030\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}}, \"last_daemon_update\": \"2024-01-18T21:51:58.561099\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:52:01.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:01 smithi118 bash[38532]: audit 2024-01-18T21:52:00.757293+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560911\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560944\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560974\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561002\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561030\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}}, \"last_daemon_update\": \"2024-01-18T21:51:58.561099\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:52:01.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:01 smithi118 bash[38532]: audit 2024-01-18T21:52:01.325537+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.118:0/4196691478' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T21:52:01.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:01 smithi118 bash[38532]: cluster 2024-01-18T21:52:01.610232+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v125: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2024-01-18T21:52:01.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:01 smithi118 bash[35127]: audit 2024-01-18T21:52:00.754508+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560911\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560944\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560974\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561002\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561030\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}}, \"last_daemon_update\": \"2024-01-18T21:51:58.561099\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:52:01.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:01 smithi118 bash[35127]: audit 2024-01-18T21:52:00.757293+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560911\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560944\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560974\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561002\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561030\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}}, \"last_daemon_update\": \"2024-01-18T21:51:58.561099\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:52:01.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:01 smithi118 bash[35127]: audit 2024-01-18T21:52:01.325537+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.118:0/4196691478' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T21:52:01.988 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:01 smithi118 bash[35127]: cluster 2024-01-18T21:52:01.610232+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v125: 1 pgs: 1 active+undersized+degraded; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail; 1/3 objects degraded (33.333%) 2024-01-18T21:52:02.679 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 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph osd stat -f json 2024-01-18T21:52:02.922 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:02 smithi118 bash[35127]: cluster 2024-01-18T21:52:01.644513+0000 mon.a (mon.0) 631 : cluster [INF] osd.7 [v2:172.21.15.144:6824/2590743319,v1:172.21.15.144:6825/2590743319] boot 2024-01-18T21:52:02.923 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:02 smithi118 bash[35127]: cluster 2024-01-18T21:52:01.644555+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-01-18T21:52:02.923 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:02 smithi118 bash[35127]: audit 2024-01-18T21:52:01.645448+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:52:02.923 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:02 smithi118 bash[38532]: cluster 2024-01-18T21:52:01.644513+0000 mon.a (mon.0) 631 : cluster [INF] osd.7 [v2:172.21.15.144:6824/2590743319,v1:172.21.15.144:6825/2590743319] boot 2024-01-18T21:52:02.923 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:02 smithi118 bash[38532]: cluster 2024-01-18T21:52:01.644555+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-01-18T21:52:02.923 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:02 smithi118 bash[38532]: audit 2024-01-18T21:52:01.645448+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:52:02.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:02 smithi144 bash[35212]: cluster 2024-01-18T21:52:01.644513+0000 mon.a (mon.0) 631 : cluster [INF] osd.7 [v2:172.21.15.144:6824/2590743319,v1:172.21.15.144:6825/2590743319] boot 2024-01-18T21:52:02.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:02 smithi144 bash[35212]: cluster 2024-01-18T21:52:01.644555+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-01-18T21:52:02.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:02 smithi144 bash[35212]: audit 2024-01-18T21:52:01.645448+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:52:03.802 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:52:03.841 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:03 smithi118 bash[38532]: cluster 2024-01-18T21:52:02.655909+0000 mon.a (mon.0) 634 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-01-18T21:52:03.841 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:03 smithi118 bash[38532]: cluster 2024-01-18T21:52:03.610531+0000 mgr.y (mgr.14142) 118 : cluster [DBG] pgmap v128: 1 pgs: 1 active+undersized+degraded; 0 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1/3 objects degraded (33.333%) 2024-01-18T21:52:03.842 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:03 smithi118 bash[35127]: cluster 2024-01-18T21:52:02.655909+0000 mon.a (mon.0) 634 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-01-18T21:52:03.842 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:03 smithi118 bash[35127]: cluster 2024-01-18T21:52:03.610531+0000 mgr.y (mgr.14142) 118 : cluster [DBG] pgmap v128: 1 pgs: 1 active+undersized+degraded; 0 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1/3 objects degraded (33.333%) 2024-01-18T21:52:03.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:03 smithi144 bash[35212]: cluster 2024-01-18T21:52:02.655909+0000 mon.a (mon.0) 634 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-01-18T21:52:03.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:03 smithi144 bash[35212]: cluster 2024-01-18T21:52:03.610531+0000 mgr.y (mgr.14142) 118 : cluster [DBG] pgmap v128: 1 pgs: 1 active+undersized+degraded; 0 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 1/3 objects degraded (33.333%) 2024-01-18T21:52:04.211 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":57,"num_osds":8,"num_up_osds":8,"osd_up_since":1705614721,"num_in_osds":8,"osd_in_since":1705614721,"num_remapped_pgs":0} 2024-01-18T21:52:04.212 INFO:tasks.cephadm:Adding prometheus.a on smithi144 2024-01-18T21:52:04.212 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph orch apply prometheus '1;smithi144=a' 2024-01-18T21:52:04.928 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:04 smithi144 bash[35212]: audit 2024-01-18T21:52:03.810360+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.118:0/3126235647' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T21:52:04.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:04 smithi118 bash[35127]: audit 2024-01-18T21:52:03.810360+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.118:0/3126235647' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T21:52:04.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:04 smithi118 bash[38532]: audit 2024-01-18T21:52:03.810360+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.118:0/3126235647' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-18T21:52:05.424 INFO:teuthology.orchestra.run.smithi144.stdout:Scheduled prometheus update... 2024-01-18T21:52:05.687 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:05 smithi144 bash[35212]: audit 2024-01-18T21:52:05.426787+0000 mgr.y (mgr.14142) 119 : audit [DBG] from='client.24341 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi144=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:52:05.687 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:05 smithi144 bash[35212]: cephadm 2024-01-18T21:52:05.427304+0000 mgr.y (mgr.14142) 120 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi144=a 2024-01-18T21:52:05.687 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:05 smithi144 bash[35212]: audit 2024-01-18T21:52:05.427688+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-18T21:52:05.427316\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi144\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-01-18T21:52:05.687 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:05 smithi144 bash[35212]: audit 2024-01-18T21:52:05.430661+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-18T21:52:05.427316\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi144\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-01-18T21:52:05.688 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:05 smithi144 bash[35212]: cephadm 2024-01-18T21:52:05.434704+0000 mgr.y (mgr.14142) 121 : cephadm [INF] Deploying daemon prometheus.a on smithi144 2024-01-18T21:52:05.688 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:05 smithi144 bash[35212]: cluster 2024-01-18T21:52:05.610885+0000 mgr.y (mgr.14142) 122 : cluster [DBG] pgmap v129: 1 pgs: 1 active+undersized+degraded; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail; 1/3 objects degraded (33.333%) 2024-01-18T21:52:05.803 DEBUG:teuthology.orchestra.run.smithi144:prometheus.a> sudo journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@prometheus.a.service 2024-01-18T21:52:05.805 INFO:tasks.cephadm:Adding node-exporter.a on smithi118 2024-01-18T21:52:05.806 INFO:tasks.cephadm:Adding node-exporter.b on smithi144 2024-01-18T21:52:05.806 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph orch apply node-exporter '2;smithi118=a;smithi144=b' 2024-01-18T21:52:05.835 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:-- Logs begin at Thu 2024-01-18 21:41:11 UTC. -- 2024-01-18T21:52:05.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:05 smithi118 bash[35127]: audit 2024-01-18T21:52:05.426787+0000 mgr.y (mgr.14142) 119 : audit [DBG] from='client.24341 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi144=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:52:05.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:05 smithi118 bash[35127]: cephadm 2024-01-18T21:52:05.427304+0000 mgr.y (mgr.14142) 120 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi144=a 2024-01-18T21:52:05.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:05 smithi118 bash[35127]: audit 2024-01-18T21:52:05.427688+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-18T21:52:05.427316\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi144\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-01-18T21:52:05.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:05 smithi118 bash[35127]: audit 2024-01-18T21:52:05.430661+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-18T21:52:05.427316\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi144\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-01-18T21:52:05.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:05 smithi118 bash[35127]: cephadm 2024-01-18T21:52:05.434704+0000 mgr.y (mgr.14142) 121 : cephadm [INF] Deploying daemon prometheus.a on smithi144 2024-01-18T21:52:05.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:05 smithi118 bash[35127]: cluster 2024-01-18T21:52:05.610885+0000 mgr.y (mgr.14142) 122 : cluster [DBG] pgmap v129: 1 pgs: 1 active+undersized+degraded; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail; 1/3 objects degraded (33.333%) 2024-01-18T21:52:05.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:05 smithi118 bash[38532]: audit 2024-01-18T21:52:05.426787+0000 mgr.y (mgr.14142) 119 : audit [DBG] from='client.24341 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi144=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:52:05.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:05 smithi118 bash[38532]: cephadm 2024-01-18T21:52:05.427304+0000 mgr.y (mgr.14142) 120 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi144=a 2024-01-18T21:52:05.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:05 smithi118 bash[38532]: audit 2024-01-18T21:52:05.427688+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-18T21:52:05.427316\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi144\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-01-18T21:52:05.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:05 smithi118 bash[38532]: audit 2024-01-18T21:52:05.430661+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-18T21:52:05.427316\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi144\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-01-18T21:52:05.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:05 smithi118 bash[38532]: cephadm 2024-01-18T21:52:05.434704+0000 mgr.y (mgr.14142) 121 : cephadm [INF] Deploying daemon prometheus.a on smithi144 2024-01-18T21:52:05.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:05 smithi118 bash[38532]: cluster 2024-01-18T21:52:05.610885+0000 mgr.y (mgr.14142) 122 : cluster [DBG] pgmap v129: 1 pgs: 1 active+undersized+degraded; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail; 1/3 objects degraded (33.333%) 2024-01-18T21:52:07.066 INFO:teuthology.orchestra.run.smithi144.stdout:Scheduled node-exporter update... 2024-01-18T21:52:07.397 DEBUG:teuthology.orchestra.run.smithi118:node-exporter.a> sudo journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@node-exporter.a.service 2024-01-18T21:52:07.399 DEBUG:teuthology.orchestra.run.smithi144:node-exporter.b> sudo journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@node-exporter.b.service 2024-01-18T21:52:07.402 INFO:tasks.cephadm:Adding alertmanager.a on smithi118 2024-01-18T21:52:07.402 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph orch apply alertmanager '1;smithi118=a' 2024-01-18T21:52:07.430 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:-- Logs begin at Thu 2024-01-18 21:41:11 UTC. -- 2024-01-18T21:52:07.437 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:-- Logs begin at Thu 2024-01-18 21:41:13 UTC. -- 2024-01-18T21:52:07.736 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:07 smithi118 bash[38532]: audit 2024-01-18T21:52:07.071494+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-18T21:52:07.071126\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi144\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-01-18T21:52:07.736 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:07 smithi118 bash[38532]: audit 2024-01-18T21:52:07.074659+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-18T21:52:07.071126\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi144\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-01-18T21:52:07.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:07 smithi118 bash[35127]: audit 2024-01-18T21:52:07.071494+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-18T21:52:07.071126\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi144\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-01-18T21:52:07.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:07 smithi118 bash[35127]: audit 2024-01-18T21:52:07.074659+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-18T21:52:07.071126\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi144\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-01-18T21:52:07.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:07 smithi144 bash[35212]: audit 2024-01-18T21:52:07.071494+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-18T21:52:07.071126\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi144\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-01-18T21:52:07.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:07 smithi144 bash[35212]: audit 2024-01-18T21:52:07.074659+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-18T21:52:07.071126\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi144\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-01-18T21:52:08.622 INFO:teuthology.orchestra.run.smithi144.stdout:Scheduled alertmanager update... 2024-01-18T21:52:08.687 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:08 smithi144 bash[35212]: audit 2024-01-18T21:52:07.070479+0000 mgr.y (mgr.14142) 123 : audit [DBG] from='client.24347 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi118=a;smithi144=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:52:08.687 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:08 smithi144 bash[35212]: cephadm 2024-01-18T21:52:07.071113+0000 mgr.y (mgr.14142) 124 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi118=a,smithi144=b 2024-01-18T21:52:08.687 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:08 smithi144 bash[35212]: cluster 2024-01-18T21:52:07.611213+0000 mgr.y (mgr.14142) 125 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:52:08.687 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:08 smithi144 bash[35212]: cluster 2024-01-18T21:52:08.073004+0000 mon.a (mon.0) 639 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-18T21:52:08.687 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:08 smithi144 bash[35212]: cluster 2024-01-18T21:52:08.073073+0000 mon.a (mon.0) 640 : cluster [INF] Cluster is now healthy 2024-01-18T21:52:08.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:08 smithi118 bash[35127]: audit 2024-01-18T21:52:07.070479+0000 mgr.y (mgr.14142) 123 : audit [DBG] from='client.24347 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi118=a;smithi144=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:52:08.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:08 smithi118 bash[35127]: cephadm 2024-01-18T21:52:07.071113+0000 mgr.y (mgr.14142) 124 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi118=a,smithi144=b 2024-01-18T21:52:08.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:08 smithi118 bash[35127]: cluster 2024-01-18T21:52:07.611213+0000 mgr.y (mgr.14142) 125 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:52:08.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:08 smithi118 bash[35127]: cluster 2024-01-18T21:52:08.073004+0000 mon.a (mon.0) 639 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-18T21:52:08.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:08 smithi118 bash[35127]: cluster 2024-01-18T21:52:08.073073+0000 mon.a (mon.0) 640 : cluster [INF] Cluster is now healthy 2024-01-18T21:52:08.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:08 smithi118 bash[38532]: audit 2024-01-18T21:52:07.070479+0000 mgr.y (mgr.14142) 123 : audit [DBG] from='client.24347 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi118=a;smithi144=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:52:08.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:08 smithi118 bash[38532]: cephadm 2024-01-18T21:52:07.071113+0000 mgr.y (mgr.14142) 124 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi118=a,smithi144=b 2024-01-18T21:52:08.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:08 smithi118 bash[38532]: cluster 2024-01-18T21:52:07.611213+0000 mgr.y (mgr.14142) 125 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:52:08.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:08 smithi118 bash[38532]: cluster 2024-01-18T21:52:08.073004+0000 mon.a (mon.0) 639 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-18T21:52:08.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:08 smithi118 bash[38532]: cluster 2024-01-18T21:52:08.073073+0000 mon.a (mon.0) 640 : cluster [INF] Cluster is now healthy 2024-01-18T21:52:08.996 DEBUG:teuthology.orchestra.run.smithi118:alertmanager.a> sudo journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@alertmanager.a.service 2024-01-18T21:52:08.998 INFO:tasks.cephadm:Adding grafana.a on smithi144 2024-01-18T21:52:08.998 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph orch apply grafana '1;smithi144=a' 2024-01-18T21:52:09.032 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:-- Logs begin at Thu 2024-01-18 21:41:13 UTC. -- 2024-01-18T21:52:09.857 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:09 smithi144 bash[35212]: audit 2024-01-18T21:52:08.627218+0000 mgr.y (mgr.14142) 126 : audit [DBG] from='client.24353 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi118=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:52:09.858 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:09 smithi144 bash[35212]: cephadm 2024-01-18T21:52:08.627729+0000 mgr.y (mgr.14142) 127 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi118=a 2024-01-18T21:52:09.858 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:09 smithi144 bash[35212]: audit 2024-01-18T21:52:08.628116+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-18T21:52:08.627747\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-01-18T21:52:09.858 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:09 smithi144 bash[35212]: audit 2024-01-18T21:52:08.630770+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-18T21:52:08.627747\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-01-18T21:52:09.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:09 smithi118 bash[38532]: audit 2024-01-18T21:52:08.627218+0000 mgr.y (mgr.14142) 126 : audit [DBG] from='client.24353 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi118=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:52:09.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:09 smithi118 bash[38532]: cephadm 2024-01-18T21:52:08.627729+0000 mgr.y (mgr.14142) 127 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi118=a 2024-01-18T21:52:09.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:09 smithi118 bash[38532]: audit 2024-01-18T21:52:08.628116+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-18T21:52:08.627747\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-01-18T21:52:09.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:09 smithi118 bash[38532]: audit 2024-01-18T21:52:08.630770+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-18T21:52:08.627747\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-01-18T21:52:09.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:09 smithi118 bash[35127]: audit 2024-01-18T21:52:08.627218+0000 mgr.y (mgr.14142) 126 : audit [DBG] from='client.24353 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi118=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:52:09.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:09 smithi118 bash[35127]: cephadm 2024-01-18T21:52:08.627729+0000 mgr.y (mgr.14142) 127 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi118=a 2024-01-18T21:52:09.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:09 smithi118 bash[35127]: audit 2024-01-18T21:52:08.628116+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-18T21:52:08.627747\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-01-18T21:52:09.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:09 smithi118 bash[35127]: audit 2024-01-18T21:52:08.630770+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-18T21:52:08.627747\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi118\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-01-18T21:52:10.199 INFO:teuthology.orchestra.run.smithi144.stdout:Scheduled grafana update... 2024-01-18T21:52:10.570 DEBUG:teuthology.orchestra.run.smithi144:grafana.a> sudo journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@grafana.a.service 2024-01-18T21:52:10.572 INFO:tasks.cephadm:Setting up client nodes... 2024-01-18T21:52:10.572 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 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-18T21:52:10.602 INFO:journalctl@ceph.grafana.a.smithi144.stdout:-- Logs begin at Thu 2024-01-18 21:41:11 UTC. -- 2024-01-18T21:52:10.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:10 smithi144 bash[35212]: cluster 2024-01-18T21:52:09.611612+0000 mgr.y (mgr.14142) 128 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:52:10.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:10 smithi144 bash[35212]: audit 2024-01-18T21:52:10.204397+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-18T21:52:10.204086\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi144\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-01-18T21:52:10.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:10 smithi144 bash[35212]: audit 2024-01-18T21:52:10.207331+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-18T21:52:10.204086\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi144\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-01-18T21:52:10.958 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:10 smithi118 bash[38532]: cluster 2024-01-18T21:52:09.611612+0000 mgr.y (mgr.14142) 128 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:52:10.958 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:10 smithi118 bash[38532]: audit 2024-01-18T21:52:10.204397+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-18T21:52:10.204086\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi144\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-01-18T21:52:10.958 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:10 smithi118 bash[38532]: audit 2024-01-18T21:52:10.207331+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-18T21:52:10.204086\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi144\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-01-18T21:52:10.958 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:10 smithi118 bash[35127]: cluster 2024-01-18T21:52:09.611612+0000 mgr.y (mgr.14142) 128 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:52:10.959 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:10 smithi118 bash[35127]: audit 2024-01-18T21:52:10.204397+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-18T21:52:10.204086\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi144\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-01-18T21:52:10.959 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:10 smithi118 bash[35127]: audit 2024-01-18T21:52:10.207331+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-18T21:52:10.204086\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi144\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-01-18T21:52:11.626 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:11 smithi118 bash[38532]: audit 2024-01-18T21:52:10.203477+0000 mgr.y (mgr.14142) 129 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi144=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:52:11.627 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:11 smithi118 bash[35127]: audit 2024-01-18T21:52:10.203477+0000 mgr.y (mgr.14142) 129 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi144=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:52:11.627 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:11 smithi118 bash[35127]: cephadm 2024-01-18T21:52:10.204074+0000 mgr.y (mgr.14142) 130 : cephadm [INF] Saving service grafana spec with placement count:1 smithi144=a 2024-01-18T21:52:11.823 INFO:teuthology.orchestra.run.smithi118.stdout:[client.0] 2024-01-18T21:52:11.824 INFO:teuthology.orchestra.run.smithi118.stdout: key = AQCLnall8kZcMRAAWMJ/fBing+MeinnzHNcRWg== 2024-01-18T21:52:11.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:11 smithi144 bash[35212]: audit 2024-01-18T21:52:10.203477+0000 mgr.y (mgr.14142) 129 : audit [DBG] from='client.24359 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi144=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:52:11.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:11 smithi144 bash[35212]: cephadm 2024-01-18T21:52:10.204074+0000 mgr.y (mgr.14142) 130 : cephadm [INF] Saving service grafana spec with placement count:1 smithi144=a 2024-01-18T21:52:11.963 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:11 smithi118 bash[38532]: cephadm 2024-01-18T21:52:10.204074+0000 mgr.y (mgr.14142) 130 : cephadm [INF] Saving service grafana spec with placement count:1 smithi144=a 2024-01-18T21:52:12.146 DEBUG:teuthology.orchestra.run.smithi118:> set -ex 2024-01-18T21:52:12.146 DEBUG:teuthology.orchestra.run.smithi118:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-18T21:52:12.147 DEBUG:teuthology.orchestra.run.smithi118:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-18T21:52:12.185 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-18T21:52:12.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:12 smithi144 bash[35212]: cluster 2024-01-18T21:52:11.611934+0000 mgr.y (mgr.14142) 131 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:52:12.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:12 smithi144 bash[35212]: audit 2024-01-18T21:52:11.827697+0000 mon.c (mon.1) 17 : audit [INF] from='client.? 172.21.15.118:0/1509197653' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T21:52:12.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:12 smithi144 bash[35212]: audit 2024-01-18T21:52:11.828002+0000 mon.a (mon.0) 645 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T21:52:12.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:12 smithi144 bash[35212]: audit 2024-01-18T21:52:11.831201+0000 mon.a (mon.0) 646 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T21:52:12.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:12 smithi144 bash[35212]: audit 2024-01-18T21:52:12.627506+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"70f1b07f-1740-4d58-a76b-71891f175e62\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705614721.6446347, \"finished_at\": 1705614728.077645}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-18T21:52:12.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:12 smithi144 bash[35212]: audit 2024-01-18T21:52:12.629455+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"70f1b07f-1740-4d58-a76b-71891f175e62\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705614721.6446347, \"finished_at\": 1705614728.077645}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-18T21:52:12.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:12 smithi118 bash[35127]: cluster 2024-01-18T21:52:11.611934+0000 mgr.y (mgr.14142) 131 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:52:12.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:12 smithi118 bash[35127]: audit 2024-01-18T21:52:11.827697+0000 mon.c (mon.1) 17 : audit [INF] from='client.? 172.21.15.118:0/1509197653' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T21:52:12.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:12 smithi118 bash[35127]: audit 2024-01-18T21:52:11.828002+0000 mon.a (mon.0) 645 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T21:52:12.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:12 smithi118 bash[35127]: audit 2024-01-18T21:52:11.831201+0000 mon.a (mon.0) 646 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T21:52:12.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:12 smithi118 bash[35127]: audit 2024-01-18T21:52:12.627506+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"70f1b07f-1740-4d58-a76b-71891f175e62\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705614721.6446347, \"finished_at\": 1705614728.077645}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-18T21:52:12.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:12 smithi118 bash[35127]: audit 2024-01-18T21:52:12.629455+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"70f1b07f-1740-4d58-a76b-71891f175e62\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705614721.6446347, \"finished_at\": 1705614728.077645}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-18T21:52:12.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:12 smithi118 bash[38532]: cluster 2024-01-18T21:52:11.611934+0000 mgr.y (mgr.14142) 131 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:52:12.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:12 smithi118 bash[38532]: audit 2024-01-18T21:52:11.827697+0000 mon.c (mon.1) 17 : audit [INF] from='client.? 172.21.15.118:0/1509197653' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T21:52:12.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:12 smithi118 bash[38532]: audit 2024-01-18T21:52:11.828002+0000 mon.a (mon.0) 645 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T21:52:12.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:12 smithi118 bash[38532]: audit 2024-01-18T21:52:11.831201+0000 mon.a (mon.0) 646 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T21:52:12.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:12 smithi118 bash[38532]: audit 2024-01-18T21:52:12.627506+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"70f1b07f-1740-4d58-a76b-71891f175e62\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705614721.6446347, \"finished_at\": 1705614728.077645}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-18T21:52:12.987 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:12 smithi118 bash[38532]: audit 2024-01-18T21:52:12.629455+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"70f1b07f-1740-4d58-a76b-71891f175e62\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705614721.6446347, \"finished_at\": 1705614728.077645}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-18T21:52:13.751 INFO:teuthology.orchestra.run.smithi144.stdout:[client.1] 2024-01-18T21:52:13.752 INFO:teuthology.orchestra.run.smithi144.stdout: key = AQCNnall1hkFLRAA3yNg6UZH62jTxTPCJUWr7A== 2024-01-18T21:52:14.166 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-01-18T21:52:14.166 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-18T21:52:14.166 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-18T21:52:14.210 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T21:52:14.908 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:14 smithi118 bash[35127]: cluster 2024-01-18T21:52:13.612464+0000 mgr.y (mgr.14142) 132 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:52:14.908 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:14 smithi118 bash[35127]: audit 2024-01-18T21:52:13.754815+0000 mon.b (mon.2) 26 : audit [INF] from='client.? 172.21.15.144:0/250182286' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T21:52:14.909 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:14 smithi118 bash[35127]: audit 2024-01-18T21:52:13.755166+0000 mon.a (mon.0) 649 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T21:52:14.909 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:14 smithi118 bash[35127]: audit 2024-01-18T21:52:13.758154+0000 mon.a (mon.0) 650 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T21:52:14.909 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:14 smithi118 bash[38532]: cluster 2024-01-18T21:52:13.612464+0000 mgr.y (mgr.14142) 132 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:52:14.909 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:14 smithi118 bash[38532]: audit 2024-01-18T21:52:13.754815+0000 mon.b (mon.2) 26 : audit [INF] from='client.? 172.21.15.144:0/250182286' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T21:52:14.909 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:14 smithi118 bash[38532]: audit 2024-01-18T21:52:13.755166+0000 mon.a (mon.0) 649 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T21:52:14.909 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:14 smithi118 bash[38532]: audit 2024-01-18T21:52:13.758154+0000 mon.a (mon.0) 650 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T21:52:14.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:14 smithi144 bash[35212]: cluster 2024-01-18T21:52:13.612464+0000 mgr.y (mgr.14142) 132 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:52:14.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:14 smithi144 bash[35212]: audit 2024-01-18T21:52:13.754815+0000 mon.b (mon.2) 26 : audit [INF] from='client.? 172.21.15.144:0/250182286' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T21:52:14.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:14 smithi144 bash[35212]: audit 2024-01-18T21:52:13.755166+0000 mon.a (mon.0) 649 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-18T21:52:14.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:14 smithi144 bash[35212]: audit 2024-01-18T21:52:13.758154+0000 mon.a (mon.0) 650 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-18T21:52:15.358 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:52:15.358 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":57,"fsid":"49a198c6-b64b-11ee-95ae-87774f69a715","created":"2024-01-18T21:48:43.569723+0000","modified":"2024-01-18T21:52:02.647015+0000","last_up_change":"2024-01-18T21:52:01.640809+0000","last_in_change":"2024-01-18T21:52:01.640809+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-18T21:48:51.466502+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":"e4224c3d-9569-41af-8c06-b3bd6040a131","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":10,"last_clean_end":12,"up_from":14,"up_thru":55,"down_at":13,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":2652161526},{"type":"v1","addr":"172.21.15.118:6803","nonce":2652161526}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":2652161526},{"type":"v1","addr":"172.21.15.118:6805","nonce":2652161526}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":2652161526},{"type":"v1","addr":"172.21.15.118:6809","nonce":2652161526}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":2652161526},{"type":"v1","addr":"172.21.15.118:6807","nonce":2652161526}]},"public_addr":"172.21.15.118:6803/2652161526","cluster_addr":"172.21.15.118:6805/2652161526","heartbeat_back_addr":"172.21.15.118:6809/2652161526","heartbeat_front_addr":"172.21.15.118:6807/2652161526","state":["exists","up"]},{"osd":1,"uuid":"b8dca357-6548-41bb-86ad-681eea46fd7e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":16,"last_clean_end":18,"up_from":20,"up_thru":38,"down_at":19,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":2999420496},{"type":"v1","addr":"172.21.15.118:6811","nonce":2999420496}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":2999420496},{"type":"v1","addr":"172.21.15.118:6813","nonce":2999420496}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":2999420496},{"type":"v1","addr":"172.21.15.118:6817","nonce":2999420496}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":2999420496},{"type":"v1","addr":"172.21.15.118:6815","nonce":2999420496}]},"public_addr":"172.21.15.118:6811/2999420496","cluster_addr":"172.21.15.118:6813/2999420496","heartbeat_back_addr":"172.21.15.118:6817/2999420496","heartbeat_front_addr":"172.21.15.118:6815/2999420496","state":["exists","up"]},{"osd":2,"uuid":"a06dad28-a9f1-4a7c-bab8-6c9c687d664e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":23,"last_clean_end":24,"up_from":27,"up_thru":0,"down_at":25,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":4253903723},{"type":"v1","addr":"172.21.15.118:6819","nonce":4253903723}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":4253903723},{"type":"v1","addr":"172.21.15.118:6821","nonce":4253903723}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":4253903723},{"type":"v1","addr":"172.21.15.118:6825","nonce":4253903723}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":4253903723},{"type":"v1","addr":"172.21.15.118:6823","nonce":4253903723}]},"public_addr":"172.21.15.118:6819/4253903723","cluster_addr":"172.21.15.118:6821/4253903723","heartbeat_back_addr":"172.21.15.118:6825/4253903723","heartbeat_front_addr":"172.21.15.118:6823/4253903723","state":["exists","up"]},{"osd":3,"uuid":"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":2204192680},{"type":"v1","addr":"172.21.15.118:6827","nonce":2204192680}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":2204192680},{"type":"v1","addr":"172.21.15.118:6829","nonce":2204192680}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":2204192680},{"type":"v1","addr":"172.21.15.118:6833","nonce":2204192680}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":2204192680},{"type":"v1","addr":"172.21.15.118:6831","nonce":2204192680}]},"public_addr":"172.21.15.118:6827/2204192680","cluster_addr":"172.21.15.118:6829/2204192680","heartbeat_back_addr":"172.21.15.118:6833/2204192680","heartbeat_front_addr":"172.21.15.118:6831/2204192680","state":["exists","up"]},{"osd":4,"uuid":"07dcec6e-a7b0-4132-8dbd-43957fab2570","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":34,"last_clean_end":35,"up_from":38,"up_thru":0,"down_at":36,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6800","nonce":3664001593},{"type":"v1","addr":"172.21.15.144:6801","nonce":3664001593}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6802","nonce":3664001593},{"type":"v1","addr":"172.21.15.144:6803","nonce":3664001593}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6806","nonce":3664001593},{"type":"v1","addr":"172.21.15.144:6807","nonce":3664001593}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6804","nonce":3664001593},{"type":"v1","addr":"172.21.15.144:6805","nonce":3664001593}]},"public_addr":"172.21.15.144:6801/3664001593","cluster_addr":"172.21.15.144:6803/3664001593","heartbeat_back_addr":"172.21.15.144:6807/3664001593","heartbeat_front_addr":"172.21.15.144:6805/3664001593","state":["exists","up"]},{"osd":5,"uuid":"1d7a29d6-39e2-4b63-84e2-12e2f4512297","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":41,"last_clean_end":42,"up_from":45,"up_thru":45,"down_at":43,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6808","nonce":909239514},{"type":"v1","addr":"172.21.15.144:6809","nonce":909239514}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6810","nonce":909239514},{"type":"v1","addr":"172.21.15.144:6811","nonce":909239514}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6814","nonce":909239514},{"type":"v1","addr":"172.21.15.144:6815","nonce":909239514}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6812","nonce":909239514},{"type":"v1","addr":"172.21.15.144:6813","nonce":909239514}]},"public_addr":"172.21.15.144:6809/909239514","cluster_addr":"172.21.15.144:6811/909239514","heartbeat_back_addr":"172.21.15.144:6815/909239514","heartbeat_front_addr":"172.21.15.144:6813/909239514","state":["exists","up"]},{"osd":6,"uuid":"c3964865-fea1-4dc8-837b-bcde52aacc59","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":49,"last_clean_end":50,"up_from":53,"up_thru":53,"down_at":51,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6816","nonce":1655068055},{"type":"v1","addr":"172.21.15.144:6817","nonce":1655068055}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6818","nonce":1655068055},{"type":"v1","addr":"172.21.15.144:6819","nonce":1655068055}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6822","nonce":1655068055},{"type":"v1","addr":"172.21.15.144:6823","nonce":1655068055}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6820","nonce":1655068055},{"type":"v1","addr":"172.21.15.144:6821","nonce":1655068055}]},"public_addr":"172.21.15.144:6817/1655068055","cluster_addr":"172.21.15.144:6819/1655068055","heartbeat_back_addr":"172.21.15.144:6823/1655068055","heartbeat_front_addr":"172.21.15.144:6821/1655068055","state":["exists","up"]},{"osd":7,"uuid":"27004c9d-e26a-4cf0-ab0c-5f41db7f1695","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":56,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6824","nonce":2590743319},{"type":"v1","addr":"172.21.15.144:6825","nonce":2590743319}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6826","nonce":2590743319},{"type":"v1","addr":"172.21.15.144:6827","nonce":2590743319}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6830","nonce":2590743319},{"type":"v1","addr":"172.21.15.144:6831","nonce":2590743319}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6828","nonce":2590743319},{"type":"v1","addr":"172.21.15.144:6829","nonce":2590743319}]},"public_addr":"172.21.15.144:6825/2590743319","cluster_addr":"172.21.15.144:6827/2590743319","heartbeat_back_addr":"172.21.15.144:6831/2590743319","heartbeat_front_addr":"172.21.15.144:6829/2590743319","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2024-01-18T21:50:38.062462+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:50:26.321463+0000","dead_epoch":0},{"osd":1,"down_stamp":"2024-01-18T21:50:51.619656+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:50:39.970246+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:50:53.740374+0000","dead_epoch":25},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:51:07.188785+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:51:17.629781+0000","dead_epoch":36},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:51:31.046052+0000","dead_epoch":43},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:51:46.389812+0000","dead_epoch":51},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:52:00.515748+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.118:0/1212521209":"2024-01-19T21:49:17.287975+0000","172.21.15.118:6800/1526948328":"2024-01-19T21:49:17.287975+0000","172.21.15.118:6801/1526948328":"2024-01-19T21:49:17.287975+0000","172.21.15.118:0/2445126006":"2024-01-19T21:49:17.287975+0000","172.21.15.118:0/80405566":"2024-01-19T21:49:17.287975+0000","172.21.15.118:0/4050567209":"2024-01-19T21:48:59.128620+0000","172.21.15.118:0/717466217":"2024-01-19T21:48:59.128620+0000","172.21.15.118:0/1326131326":"2024-01-19T21:48:59.128620+0000","172.21.15.118:6800/733986471":"2024-01-19T21:48:59.128620+0000","172.21.15.118:6801/733986471":"2024-01-19T21:48:59.128620+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2024-01-18T21:52:15.633 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:15 smithi118 bash[35127]: audit 2024-01-18T21:52:15.366057+0000 mon.a (mon.0) 651 : audit [DBG] from='client.? 172.21.15.118:0/1128709128' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T21:52:15.735 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-18T21:48:51.466502+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '12', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-01-18T21:52:15.735 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-18T21:52:15.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:15 smithi144 bash[35212]: audit 2024-01-18T21:52:15.366057+0000 mon.a (mon.0) 651 : audit [DBG] from='client.? 172.21.15.118:0/1128709128' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T21:52:15.969 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:15 smithi118 bash[38532]: audit 2024-01-18T21:52:15.366057+0000 mon.a (mon.0) 651 : audit [DBG] from='client.? 172.21.15.118:0/1128709128' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T21:52:16.870 INFO:teuthology.orchestra.run.smithi118.stdout:pg_num: 1 2024-01-18T21:52:16.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:16 smithi144 bash[35212]: cluster 2024-01-18T21:52:15.612787+0000 mgr.y (mgr.14142) 133 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:52:16.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:16 smithi118 bash[35127]: cluster 2024-01-18T21:52:15.612787+0000 mgr.y (mgr.14142) 133 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:52:16.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:16 smithi118 bash[38532]: cluster 2024-01-18T21:52:15.612787+0000 mgr.y (mgr.14142) 133 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:52:17.227 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-18T21:52:17.227 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-18T21:52:17.228 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph mgr dump --format=json 2024-01-18T21:52:17.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:17 smithi118 bash[35127]: audit 2024-01-18T21:52:16.869192+0000 mon.a (mon.0) 652 : audit [DBG] from='client.? 172.21.15.118:0/3633195752' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-18T21:52:17.737 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:17 smithi118 bash[38532]: audit 2024-01-18T21:52:16.869192+0000 mon.a (mon.0) 652 : audit [DBG] from='client.? 172.21.15.118:0/3633195752' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-18T21:52:17.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:17 smithi144 bash[35212]: audit 2024-01-18T21:52:16.869192+0000 mon.a (mon.0) 652 : audit [DBG] from='client.? 172.21.15.118:0/3633195752' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-18T21:52:18.379 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:52:18.657 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:18 smithi118 bash[35127]: cluster 2024-01-18T21:52:17.613094+0000 mgr.y (mgr.14142) 134 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:52:18.657 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:18 smithi118 bash[35127]: audit 2024-01-18T21:52:18.384413+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.118:0/2041760667' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-18T21:52:18.658 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:18 smithi118 bash[38532]: cluster 2024-01-18T21:52:17.613094+0000 mgr.y (mgr.14142) 134 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:52:18.658 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:18 smithi118 bash[38532]: audit 2024-01-18T21:52:18.384413+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.118:0/2041760667' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-18T21:52:18.742 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":14,"active_gid":14142,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6800","nonce":3571713843},{"type":"v1","addr":"172.21.15.118:6801","nonce":3571713843}]},"active_addr":"172.21.15.118:6801/3571713843","active_change":"2024-01-18T21:49:17.288391+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://smithi118.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.118:0","nonce":764595497}]},{"addrvec":[{"type":"v2","addr":"172.21.15.118:0","nonce":3383723075}]},{"addrvec":[{"type":"v2","addr":"172.21.15.118:0","nonce":2650163235}]}]}} 2024-01-18T21:52:18.745 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-18T21:52:18.745 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-18T21:52:18.745 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T21:52:18.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:18 smithi144 bash[35212]: cluster 2024-01-18T21:52:17.613094+0000 mgr.y (mgr.14142) 134 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-18T21:52:18.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:18 smithi144 bash[35212]: audit 2024-01-18T21:52:18.384413+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.118:0/2041760667' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-18T21:52:19.736 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:19 smithi118 bash[38532]: cluster 2024-01-18T21:52:19.613433+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:19.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:19 smithi118 bash[35127]: cluster 2024-01-18T21:52:19.613433+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:19.874 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:52:19.874 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":57,"fsid":"49a198c6-b64b-11ee-95ae-87774f69a715","created":"2024-01-18T21:48:43.569723+0000","modified":"2024-01-18T21:52:02.647015+0000","last_up_change":"2024-01-18T21:52:01.640809+0000","last_in_change":"2024-01-18T21:52:01.640809+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-18T21:48:51.466502+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":"e4224c3d-9569-41af-8c06-b3bd6040a131","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":10,"last_clean_end":12,"up_from":14,"up_thru":55,"down_at":13,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":2652161526},{"type":"v1","addr":"172.21.15.118:6803","nonce":2652161526}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":2652161526},{"type":"v1","addr":"172.21.15.118:6805","nonce":2652161526}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":2652161526},{"type":"v1","addr":"172.21.15.118:6809","nonce":2652161526}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":2652161526},{"type":"v1","addr":"172.21.15.118:6807","nonce":2652161526}]},"public_addr":"172.21.15.118:6803/2652161526","cluster_addr":"172.21.15.118:6805/2652161526","heartbeat_back_addr":"172.21.15.118:6809/2652161526","heartbeat_front_addr":"172.21.15.118:6807/2652161526","state":["exists","up"]},{"osd":1,"uuid":"b8dca357-6548-41bb-86ad-681eea46fd7e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":16,"last_clean_end":18,"up_from":20,"up_thru":38,"down_at":19,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":2999420496},{"type":"v1","addr":"172.21.15.118:6811","nonce":2999420496}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":2999420496},{"type":"v1","addr":"172.21.15.118:6813","nonce":2999420496}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":2999420496},{"type":"v1","addr":"172.21.15.118:6817","nonce":2999420496}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":2999420496},{"type":"v1","addr":"172.21.15.118:6815","nonce":2999420496}]},"public_addr":"172.21.15.118:6811/2999420496","cluster_addr":"172.21.15.118:6813/2999420496","heartbeat_back_addr":"172.21.15.118:6817/2999420496","heartbeat_front_addr":"172.21.15.118:6815/2999420496","state":["exists","up"]},{"osd":2,"uuid":"a06dad28-a9f1-4a7c-bab8-6c9c687d664e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":23,"last_clean_end":24,"up_from":27,"up_thru":0,"down_at":25,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":4253903723},{"type":"v1","addr":"172.21.15.118:6819","nonce":4253903723}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":4253903723},{"type":"v1","addr":"172.21.15.118:6821","nonce":4253903723}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":4253903723},{"type":"v1","addr":"172.21.15.118:6825","nonce":4253903723}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":4253903723},{"type":"v1","addr":"172.21.15.118:6823","nonce":4253903723}]},"public_addr":"172.21.15.118:6819/4253903723","cluster_addr":"172.21.15.118:6821/4253903723","heartbeat_back_addr":"172.21.15.118:6825/4253903723","heartbeat_front_addr":"172.21.15.118:6823/4253903723","state":["exists","up"]},{"osd":3,"uuid":"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":2204192680},{"type":"v1","addr":"172.21.15.118:6827","nonce":2204192680}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":2204192680},{"type":"v1","addr":"172.21.15.118:6829","nonce":2204192680}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":2204192680},{"type":"v1","addr":"172.21.15.118:6833","nonce":2204192680}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":2204192680},{"type":"v1","addr":"172.21.15.118:6831","nonce":2204192680}]},"public_addr":"172.21.15.118:6827/2204192680","cluster_addr":"172.21.15.118:6829/2204192680","heartbeat_back_addr":"172.21.15.118:6833/2204192680","heartbeat_front_addr":"172.21.15.118:6831/2204192680","state":["exists","up"]},{"osd":4,"uuid":"07dcec6e-a7b0-4132-8dbd-43957fab2570","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":34,"last_clean_end":35,"up_from":38,"up_thru":0,"down_at":36,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6800","nonce":3664001593},{"type":"v1","addr":"172.21.15.144:6801","nonce":3664001593}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6802","nonce":3664001593},{"type":"v1","addr":"172.21.15.144:6803","nonce":3664001593}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6806","nonce":3664001593},{"type":"v1","addr":"172.21.15.144:6807","nonce":3664001593}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6804","nonce":3664001593},{"type":"v1","addr":"172.21.15.144:6805","nonce":3664001593}]},"public_addr":"172.21.15.144:6801/3664001593","cluster_addr":"172.21.15.144:6803/3664001593","heartbeat_back_addr":"172.21.15.144:6807/3664001593","heartbeat_front_addr":"172.21.15.144:6805/3664001593","state":["exists","up"]},{"osd":5,"uuid":"1d7a29d6-39e2-4b63-84e2-12e2f4512297","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":41,"last_clean_end":42,"up_from":45,"up_thru":45,"down_at":43,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6808","nonce":909239514},{"type":"v1","addr":"172.21.15.144:6809","nonce":909239514}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6810","nonce":909239514},{"type":"v1","addr":"172.21.15.144:6811","nonce":909239514}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6814","nonce":909239514},{"type":"v1","addr":"172.21.15.144:6815","nonce":909239514}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6812","nonce":909239514},{"type":"v1","addr":"172.21.15.144:6813","nonce":909239514}]},"public_addr":"172.21.15.144:6809/909239514","cluster_addr":"172.21.15.144:6811/909239514","heartbeat_back_addr":"172.21.15.144:6815/909239514","heartbeat_front_addr":"172.21.15.144:6813/909239514","state":["exists","up"]},{"osd":6,"uuid":"c3964865-fea1-4dc8-837b-bcde52aacc59","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":49,"last_clean_end":50,"up_from":53,"up_thru":53,"down_at":51,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6816","nonce":1655068055},{"type":"v1","addr":"172.21.15.144:6817","nonce":1655068055}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6818","nonce":1655068055},{"type":"v1","addr":"172.21.15.144:6819","nonce":1655068055}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6822","nonce":1655068055},{"type":"v1","addr":"172.21.15.144:6823","nonce":1655068055}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6820","nonce":1655068055},{"type":"v1","addr":"172.21.15.144:6821","nonce":1655068055}]},"public_addr":"172.21.15.144:6817/1655068055","cluster_addr":"172.21.15.144:6819/1655068055","heartbeat_back_addr":"172.21.15.144:6823/1655068055","heartbeat_front_addr":"172.21.15.144:6821/1655068055","state":["exists","up"]},{"osd":7,"uuid":"27004c9d-e26a-4cf0-ab0c-5f41db7f1695","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":56,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6824","nonce":2590743319},{"type":"v1","addr":"172.21.15.144:6825","nonce":2590743319}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6826","nonce":2590743319},{"type":"v1","addr":"172.21.15.144:6827","nonce":2590743319}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6830","nonce":2590743319},{"type":"v1","addr":"172.21.15.144:6831","nonce":2590743319}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6828","nonce":2590743319},{"type":"v1","addr":"172.21.15.144:6829","nonce":2590743319}]},"public_addr":"172.21.15.144:6825/2590743319","cluster_addr":"172.21.15.144:6827/2590743319","heartbeat_back_addr":"172.21.15.144:6831/2590743319","heartbeat_front_addr":"172.21.15.144:6829/2590743319","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2024-01-18T21:50:38.062462+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:50:26.321463+0000","dead_epoch":0},{"osd":1,"down_stamp":"2024-01-18T21:50:51.619656+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:50:39.970246+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:50:53.740374+0000","dead_epoch":25},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:51:07.188785+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:51:17.629781+0000","dead_epoch":36},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:51:31.046052+0000","dead_epoch":43},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:51:46.389812+0000","dead_epoch":51},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:52:00.515748+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.118:0/1212521209":"2024-01-19T21:49:17.287975+0000","172.21.15.118:6800/1526948328":"2024-01-19T21:49:17.287975+0000","172.21.15.118:6801/1526948328":"2024-01-19T21:49:17.287975+0000","172.21.15.118:0/2445126006":"2024-01-19T21:49:17.287975+0000","172.21.15.118:0/80405566":"2024-01-19T21:49:17.287975+0000","172.21.15.118:0/4050567209":"2024-01-19T21:48:59.128620+0000","172.21.15.118:0/717466217":"2024-01-19T21:48:59.128620+0000","172.21.15.118:0/1326131326":"2024-01-19T21:48:59.128620+0000","172.21.15.118:6800/733986471":"2024-01-19T21:48:59.128620+0000","172.21.15.118:6801/733986471":"2024-01-19T21:48:59.128620+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2024-01-18T21:52:19.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:19 smithi144 bash[35212]: cluster 2024-01-18T21:52:19.613433+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:20.191 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-18T21:52:20.192 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph osd dump --format=json 2024-01-18T21:52:20.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:20 smithi118 bash[38532]: audit 2024-01-18T21:52:19.883188+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.118:0/283747203' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T21:52:20.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:20 smithi118 bash[35127]: audit 2024-01-18T21:52:19.883188+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.118:0/283747203' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T21:52:20.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:20 smithi144 bash[35212]: audit 2024-01-18T21:52:19.883188+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.118:0/283747203' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T21:52:20.937 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:20 smithi144 podman[45820]: Error: no container with ID or name "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-prometheus.a" found: no such container 2024-01-18T21:52:20.937 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:20 smithi144 systemd[1]: Started Ceph prometheus.a for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:52:21.379 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:52:21.379 INFO:teuthology.orchestra.run.smithi118.stdout:{"epoch":57,"fsid":"49a198c6-b64b-11ee-95ae-87774f69a715","created":"2024-01-18T21:48:43.569723+0000","modified":"2024-01-18T21:52:02.647015+0000","last_up_change":"2024-01-18T21:52:01.640809+0000","last_in_change":"2024-01-18T21:52:01.640809+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-18T21:48:51.466502+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":"e4224c3d-9569-41af-8c06-b3bd6040a131","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":10,"last_clean_end":12,"up_from":14,"up_thru":55,"down_at":13,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6802","nonce":2652161526},{"type":"v1","addr":"172.21.15.118:6803","nonce":2652161526}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6804","nonce":2652161526},{"type":"v1","addr":"172.21.15.118:6805","nonce":2652161526}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6808","nonce":2652161526},{"type":"v1","addr":"172.21.15.118:6809","nonce":2652161526}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6806","nonce":2652161526},{"type":"v1","addr":"172.21.15.118:6807","nonce":2652161526}]},"public_addr":"172.21.15.118:6803/2652161526","cluster_addr":"172.21.15.118:6805/2652161526","heartbeat_back_addr":"172.21.15.118:6809/2652161526","heartbeat_front_addr":"172.21.15.118:6807/2652161526","state":["exists","up"]},{"osd":1,"uuid":"b8dca357-6548-41bb-86ad-681eea46fd7e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":16,"last_clean_end":18,"up_from":20,"up_thru":38,"down_at":19,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6810","nonce":2999420496},{"type":"v1","addr":"172.21.15.118:6811","nonce":2999420496}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6812","nonce":2999420496},{"type":"v1","addr":"172.21.15.118:6813","nonce":2999420496}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6816","nonce":2999420496},{"type":"v1","addr":"172.21.15.118:6817","nonce":2999420496}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6814","nonce":2999420496},{"type":"v1","addr":"172.21.15.118:6815","nonce":2999420496}]},"public_addr":"172.21.15.118:6811/2999420496","cluster_addr":"172.21.15.118:6813/2999420496","heartbeat_back_addr":"172.21.15.118:6817/2999420496","heartbeat_front_addr":"172.21.15.118:6815/2999420496","state":["exists","up"]},{"osd":2,"uuid":"a06dad28-a9f1-4a7c-bab8-6c9c687d664e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":23,"last_clean_end":24,"up_from":27,"up_thru":0,"down_at":25,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6818","nonce":4253903723},{"type":"v1","addr":"172.21.15.118:6819","nonce":4253903723}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6820","nonce":4253903723},{"type":"v1","addr":"172.21.15.118:6821","nonce":4253903723}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6824","nonce":4253903723},{"type":"v1","addr":"172.21.15.118:6825","nonce":4253903723}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6822","nonce":4253903723},{"type":"v1","addr":"172.21.15.118:6823","nonce":4253903723}]},"public_addr":"172.21.15.118:6819/4253903723","cluster_addr":"172.21.15.118:6821/4253903723","heartbeat_back_addr":"172.21.15.118:6825/4253903723","heartbeat_front_addr":"172.21.15.118:6823/4253903723","state":["exists","up"]},{"osd":3,"uuid":"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6826","nonce":2204192680},{"type":"v1","addr":"172.21.15.118:6827","nonce":2204192680}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6828","nonce":2204192680},{"type":"v1","addr":"172.21.15.118:6829","nonce":2204192680}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6832","nonce":2204192680},{"type":"v1","addr":"172.21.15.118:6833","nonce":2204192680}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.118:6830","nonce":2204192680},{"type":"v1","addr":"172.21.15.118:6831","nonce":2204192680}]},"public_addr":"172.21.15.118:6827/2204192680","cluster_addr":"172.21.15.118:6829/2204192680","heartbeat_back_addr":"172.21.15.118:6833/2204192680","heartbeat_front_addr":"172.21.15.118:6831/2204192680","state":["exists","up"]},{"osd":4,"uuid":"07dcec6e-a7b0-4132-8dbd-43957fab2570","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":34,"last_clean_end":35,"up_from":38,"up_thru":0,"down_at":36,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6800","nonce":3664001593},{"type":"v1","addr":"172.21.15.144:6801","nonce":3664001593}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6802","nonce":3664001593},{"type":"v1","addr":"172.21.15.144:6803","nonce":3664001593}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6806","nonce":3664001593},{"type":"v1","addr":"172.21.15.144:6807","nonce":3664001593}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6804","nonce":3664001593},{"type":"v1","addr":"172.21.15.144:6805","nonce":3664001593}]},"public_addr":"172.21.15.144:6801/3664001593","cluster_addr":"172.21.15.144:6803/3664001593","heartbeat_back_addr":"172.21.15.144:6807/3664001593","heartbeat_front_addr":"172.21.15.144:6805/3664001593","state":["exists","up"]},{"osd":5,"uuid":"1d7a29d6-39e2-4b63-84e2-12e2f4512297","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":41,"last_clean_end":42,"up_from":45,"up_thru":45,"down_at":43,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6808","nonce":909239514},{"type":"v1","addr":"172.21.15.144:6809","nonce":909239514}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6810","nonce":909239514},{"type":"v1","addr":"172.21.15.144:6811","nonce":909239514}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6814","nonce":909239514},{"type":"v1","addr":"172.21.15.144:6815","nonce":909239514}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6812","nonce":909239514},{"type":"v1","addr":"172.21.15.144:6813","nonce":909239514}]},"public_addr":"172.21.15.144:6809/909239514","cluster_addr":"172.21.15.144:6811/909239514","heartbeat_back_addr":"172.21.15.144:6815/909239514","heartbeat_front_addr":"172.21.15.144:6813/909239514","state":["exists","up"]},{"osd":6,"uuid":"c3964865-fea1-4dc8-837b-bcde52aacc59","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":49,"last_clean_end":50,"up_from":53,"up_thru":53,"down_at":51,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6816","nonce":1655068055},{"type":"v1","addr":"172.21.15.144:6817","nonce":1655068055}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6818","nonce":1655068055},{"type":"v1","addr":"172.21.15.144:6819","nonce":1655068055}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6822","nonce":1655068055},{"type":"v1","addr":"172.21.15.144:6823","nonce":1655068055}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6820","nonce":1655068055},{"type":"v1","addr":"172.21.15.144:6821","nonce":1655068055}]},"public_addr":"172.21.15.144:6817/1655068055","cluster_addr":"172.21.15.144:6819/1655068055","heartbeat_back_addr":"172.21.15.144:6823/1655068055","heartbeat_front_addr":"172.21.15.144:6821/1655068055","state":["exists","up"]},{"osd":7,"uuid":"27004c9d-e26a-4cf0-ab0c-5f41db7f1695","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":56,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6824","nonce":2590743319},{"type":"v1","addr":"172.21.15.144:6825","nonce":2590743319}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6826","nonce":2590743319},{"type":"v1","addr":"172.21.15.144:6827","nonce":2590743319}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6830","nonce":2590743319},{"type":"v1","addr":"172.21.15.144:6831","nonce":2590743319}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6828","nonce":2590743319},{"type":"v1","addr":"172.21.15.144:6829","nonce":2590743319}]},"public_addr":"172.21.15.144:6825/2590743319","cluster_addr":"172.21.15.144:6827/2590743319","heartbeat_back_addr":"172.21.15.144:6831/2590743319","heartbeat_front_addr":"172.21.15.144:6829/2590743319","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2024-01-18T21:50:38.062462+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:50:26.321463+0000","dead_epoch":0},{"osd":1,"down_stamp":"2024-01-18T21:50:51.619656+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:50:39.970246+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:50:53.740374+0000","dead_epoch":25},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:51:07.188785+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:51:17.629781+0000","dead_epoch":36},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:51:31.046052+0000","dead_epoch":43},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:51:46.389812+0000","dead_epoch":51},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-18T21:52:00.515748+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.118:0/1212521209":"2024-01-19T21:49:17.287975+0000","172.21.15.118:6800/1526948328":"2024-01-19T21:49:17.287975+0000","172.21.15.118:6801/1526948328":"2024-01-19T21:49:17.287975+0000","172.21.15.118:0/2445126006":"2024-01-19T21:49:17.287975+0000","172.21.15.118:0/80405566":"2024-01-19T21:49:17.287975+0000","172.21.15.118:0/4050567209":"2024-01-19T21:48:59.128620+0000","172.21.15.118:0/717466217":"2024-01-19T21:48:59.128620+0000","172.21.15.118:0/1326131326":"2024-01-19T21:48:59.128620+0000","172.21.15.118:6800/733986471":"2024-01-19T21:48:59.128620+0000","172.21.15.118:6801/733986471":"2024-01-19T21:48:59.128620+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2024-01-18T21:52:21.650 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[45836]: ts=2024-01-18T21:52:21.306Z caller=main.go:544 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-01-18T21:52:21.650 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[45836]: ts=2024-01-18T21:52:21.306Z caller=main.go:588 level=info msg="Starting Prometheus Server" mode=server version="(version=2.49.1, branch=HEAD, revision=43e14844a33b65e2a396e3944272af8b3a494071)" 2024-01-18T21:52:21.651 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[45836]: ts=2024-01-18T21:52:21.306Z caller=main.go:593 level=info build_context="(go=go1.21.6, platform=linux/amd64, user=root@6d5f4c649d25, date=20240115-16:58:43, tags=netgo,builtinassets,stringlabels)" 2024-01-18T21:52:21.651 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[45836]: ts=2024-01-18T21:52:21.306Z caller=main.go:594 level=info host_details="(Linux 4.18.0-535.el8.x86_64 #1 SMP Sun Jan 14 23:40:17 UTC 2024 x86_64 smithi144 (none))" 2024-01-18T21:52:21.651 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[45836]: ts=2024-01-18T21:52:21.306Z caller=main.go:595 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-01-18T21:52:21.651 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[45836]: ts=2024-01-18T21:52:21.306Z caller=main.go:596 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-01-18T21:52:21.651 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[45836]: ts=2024-01-18T21:52:21.308Z caller=web.go:565 level=info component=web msg="Start listening for connections" address=:9095 2024-01-18T21:52:21.651 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[45836]: ts=2024-01-18T21:52:21.309Z caller=main.go:1039 level=info msg="Starting TSDB ..." 2024-01-18T21:52:21.651 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[45836]: ts=2024-01-18T21:52:21.309Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2024-01-18T21:52:21.651 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[45836]: ts=2024-01-18T21:52:21.309Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-01-18T21:52:21.652 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[45836]: ts=2024-01-18T21:52:21.312Z caller=head.go:606 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-01-18T21:52:21.652 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[45836]: ts=2024-01-18T21:52:21.312Z caller=head.go:687 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.016µs 2024-01-18T21:52:21.652 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[45836]: ts=2024-01-18T21:52:21.312Z caller=head.go:695 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-01-18T21:52:21.652 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[45836]: ts=2024-01-18T21:52:21.312Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-01-18T21:52:21.652 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[45836]: ts=2024-01-18T21:52:21.312Z caller=head.go:803 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=22.602µs wal_replay_duration=221.005µs wbl_replay_duration=132ns total_replay_duration=265.434µs 2024-01-18T21:52:21.653 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[45836]: ts=2024-01-18T21:52:21.313Z caller=main.go:1060 level=info fs_type=XFS_SUPER_MAGIC 2024-01-18T21:52:21.653 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[45836]: ts=2024-01-18T21:52:21.313Z caller=main.go:1063 level=info msg="TSDB started" 2024-01-18T21:52:21.653 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[45836]: ts=2024-01-18T21:52:21.313Z caller=main.go:1245 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-01-18T21:52:21.653 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[45836]: ts=2024-01-18T21:52:21.314Z caller=main.go:1282 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=555.951µs db_storage=840ns remote_storage=1.418µs web_handler=355ns query_engine=514ns scrape=345.993µs scrape_sd=18.649µs notify=721ns notify_sd=1.22µs rules=22.031µs tracing=5.759µs 2024-01-18T21:52:21.654 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[45836]: ts=2024-01-18T21:52:21.314Z caller=main.go:1024 level=info msg="Server is ready to receive web requests." 2024-01-18T21:52:21.654 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[45836]: ts=2024-01-18T21:52:21.314Z caller=manager.go:146 level=info component="rule manager" msg="Starting rule manager..." 2024-01-18T21:52:21.717 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:21 smithi118 bash[35127]: audit 2024-01-18T21:52:20.886998+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560911\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560944\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560974\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561002\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561030\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:52:21.717 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:21 smithi118 bash[35127]: audit 2024-01-18T21:52:20.889543+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560911\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560944\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560974\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561002\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561030\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:52:21.717 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:21 smithi118 bash[35127]: audit 2024-01-18T21:52:20.890097+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:52:21.717 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:21 smithi118 bash[35127]: audit 2024-01-18T21:52:21.387568+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.118:0/605313541' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T21:52:21.717 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:21 smithi118 bash[35127]: cluster 2024-01-18T21:52:21.613705+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:21.718 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:21 smithi118 bash[38532]: audit 2024-01-18T21:52:20.886998+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560911\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560944\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560974\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561002\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561030\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:52:21.718 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:21 smithi118 bash[38532]: audit 2024-01-18T21:52:20.889543+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560911\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560944\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560974\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561002\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561030\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:52:21.718 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:21 smithi118 bash[38532]: audit 2024-01-18T21:52:20.890097+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:52:21.718 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:21 smithi118 bash[38532]: audit 2024-01-18T21:52:21.387568+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.118:0/605313541' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T21:52:21.718 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:21 smithi118 bash[38532]: cluster 2024-01-18T21:52:21.613705+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:21.719 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-18T21:52:21.903 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[35212]: audit 2024-01-18T21:52:20.886998+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560911\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560944\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560974\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561002\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561030\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:52:21.903 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[35212]: audit 2024-01-18T21:52:20.889543+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560911\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560944\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.560974\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561002\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:58.561030\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:52:21.903 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[35212]: audit 2024-01-18T21:52:20.890097+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:52:21.903 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[35212]: audit 2024-01-18T21:52:21.387568+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.118:0/605313541' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-18T21:52:21.903 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:21 smithi144 bash[35212]: cluster 2024-01-18T21:52:21.613705+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:22.735 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:22 smithi118 podman[49668]: Error: no container with ID or name "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-node-exporter.a" found: no such container 2024-01-18T21:52:22.736 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:22 smithi118 systemd[1]: Started Ceph node-exporter.a for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:52:22.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:22 smithi118 bash[35127]: audit 2024-01-18T21:52:22.153245+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152260\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152334\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152366\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152395\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152422\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152449\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152491\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}}, \"last_daemon_update\": \"2024-01-18T21:52:22.152571\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:52:22.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:22 smithi118 bash[35127]: audit 2024-01-18T21:52:22.156000+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152260\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152334\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152366\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152395\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152422\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152449\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152491\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}}, \"last_daemon_update\": \"2024-01-18T21:52:22.152571\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:52:22.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:22 smithi118 bash[35127]: audit 2024-01-18T21:52:22.157137+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-18T21:52:22.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:22 smithi118 bash[35127]: audit 2024-01-18T21:52:22.157588+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:52:22.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:22 smithi118 bash[35127]: cephadm 2024-01-18T21:52:22.157985+0000 mgr.y (mgr.14142) 137 : cephadm [INF] Deploying daemon node-exporter.a on smithi118 2024-01-18T21:52:22.737 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:22 smithi118 bash[38532]: audit 2024-01-18T21:52:22.153245+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152260\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152334\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152366\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152395\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152422\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152449\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152491\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}}, \"last_daemon_update\": \"2024-01-18T21:52:22.152571\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:52:22.737 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:22 smithi118 bash[38532]: audit 2024-01-18T21:52:22.156000+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152260\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152334\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152366\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152395\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152422\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152449\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152491\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}}, \"last_daemon_update\": \"2024-01-18T21:52:22.152571\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:52:22.737 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:22 smithi118 bash[38532]: audit 2024-01-18T21:52:22.157137+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-18T21:52:22.737 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:22 smithi118 bash[38532]: audit 2024-01-18T21:52:22.157588+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:52:22.737 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:22 smithi118 bash[38532]: cephadm 2024-01-18T21:52:22.157985+0000 mgr.y (mgr.14142) 137 : cephadm [INF] Deploying daemon node-exporter.a on smithi118 2024-01-18T21:52:22.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:22 smithi144 bash[35212]: audit 2024-01-18T21:52:22.153245+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152260\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152334\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152366\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152395\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152422\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152449\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152491\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}}, \"last_daemon_update\": \"2024-01-18T21:52:22.152571\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:52:22.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:22 smithi144 bash[35212]: audit 2024-01-18T21:52:22.156000+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152260\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152334\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152366\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152395\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152422\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152449\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152491\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}}, \"last_daemon_update\": \"2024-01-18T21:52:22.152571\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:52:22.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:22 smithi144 bash[35212]: audit 2024-01-18T21:52:22.157137+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-18T21:52:22.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:22 smithi144 bash[35212]: audit 2024-01-18T21:52:22.157588+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:52:22.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:22 smithi144 bash[35212]: cephadm 2024-01-18T21:52:22.157985+0000 mgr.y (mgr.14142) 137 : cephadm [INF] Deploying daemon node-exporter.a on smithi118 2024-01-18T21:52:23.087 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:22 smithi118 bash[49699]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-18T21:52:23.087 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:22 smithi118 bash[49699]: Trying to pull docker.io/prom/node-exporter:latest... 2024-01-18T21:52:23.183 INFO:teuthology.orchestra.run.smithi118.stdout:60129542167 2024-01-18T21:52:23.183 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-18T21:52:23.437 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:23 smithi144 systemd[1]: Started Ceph node-exporter.b for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:52:23.437 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:23 smithi144 bash[46258]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-18T21:52:23.437 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:23 smithi144 bash[46258]: Trying to pull docker.io/prom/node-exporter:latest... 2024-01-18T21:52:23.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:23 smithi118 bash[35127]: audit 2024-01-18T21:52:22.658624+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468817\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468932\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468963\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468991\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469019\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469047\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469075\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:52:23.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:23 smithi118 bash[35127]: audit 2024-01-18T21:52:22.665090+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468817\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468932\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468963\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468991\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469019\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469047\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469075\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:52:23.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:23 smithi118 bash[35127]: audit 2024-01-18T21:52:22.665940+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-18T21:52:23.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:23 smithi118 bash[35127]: audit 2024-01-18T21:52:22.666522+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:52:23.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:23 smithi118 bash[35127]: cephadm 2024-01-18T21:52:22.667015+0000 mgr.y (mgr.14142) 138 : cephadm [INF] Deploying daemon node-exporter.b on smithi144 2024-01-18T21:52:23.737 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:23 smithi118 bash[38532]: audit 2024-01-18T21:52:22.658624+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468817\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468932\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468963\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468991\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469019\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469047\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469075\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:52:23.737 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:23 smithi118 bash[38532]: audit 2024-01-18T21:52:22.665090+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468817\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468932\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468963\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468991\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469019\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469047\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469075\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:52:23.737 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:23 smithi118 bash[38532]: audit 2024-01-18T21:52:22.665940+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-18T21:52:23.737 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:23 smithi118 bash[38532]: audit 2024-01-18T21:52:22.666522+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:52:23.738 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:23 smithi118 bash[38532]: cephadm 2024-01-18T21:52:22.667015+0000 mgr.y (mgr.14142) 138 : cephadm [INF] Deploying daemon node-exporter.b on smithi144 2024-01-18T21:52:23.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:23 smithi118 bash[35127]: audit 2024-01-18T21:52:23.153867+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152260\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152334\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152366\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152395\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152422\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152449\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152491\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:52:23.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:23 smithi118 bash[35127]: audit 2024-01-18T21:52:23.156733+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152260\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152334\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152366\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152395\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152422\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152449\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152491\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:52:23.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:23 smithi118 bash[35127]: cephadm 2024-01-18T21:52:23.158921+0000 mgr.y (mgr.14142) 139 : cephadm [INF] Deploying daemon alertmanager.a on smithi118 2024-01-18T21:52:23.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:23 smithi118 bash[35127]: cluster 2024-01-18T21:52:23.614018+0000 mgr.y (mgr.14142) 140 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:23.738 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:23 smithi118 bash[38532]: audit 2024-01-18T21:52:23.153867+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152260\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152334\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152366\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152395\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152422\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152449\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152491\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:52:23.738 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:23 smithi118 bash[38532]: audit 2024-01-18T21:52:23.156733+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152260\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152334\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152366\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152395\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152422\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152449\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152491\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:52:23.739 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:23 smithi118 bash[38532]: cephadm 2024-01-18T21:52:23.158921+0000 mgr.y (mgr.14142) 139 : cephadm [INF] Deploying daemon alertmanager.a on smithi118 2024-01-18T21:52:23.739 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:23 smithi118 bash[38532]: cluster 2024-01-18T21:52:23.614018+0000 mgr.y (mgr.14142) 140 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:23.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:23 smithi144 bash[35212]: audit 2024-01-18T21:52:22.658624+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468817\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468932\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468963\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468991\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469019\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469047\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469075\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:52:23.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:23 smithi144 bash[35212]: audit 2024-01-18T21:52:22.665090+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468817\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468932\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468963\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468991\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469019\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469047\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469075\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:52:23.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:23 smithi144 bash[35212]: audit 2024-01-18T21:52:22.665940+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-18T21:52:23.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:23 smithi144 bash[35212]: audit 2024-01-18T21:52:22.666522+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:52:23.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:23 smithi144 bash[35212]: cephadm 2024-01-18T21:52:22.667015+0000 mgr.y (mgr.14142) 138 : cephadm [INF] Deploying daemon node-exporter.b on smithi144 2024-01-18T21:52:23.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:23 smithi144 bash[35212]: audit 2024-01-18T21:52:23.153867+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152260\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152334\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152366\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152395\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152422\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152449\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152491\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:52:23.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:23 smithi144 bash[35212]: audit 2024-01-18T21:52:23.156733+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152260\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152334\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152366\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152395\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152422\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152449\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152491\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:52:23.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:23 smithi144 bash[35212]: cephadm 2024-01-18T21:52:23.158921+0000 mgr.y (mgr.14142) 139 : cephadm [INF] Deploying daemon alertmanager.a on smithi118 2024-01-18T21:52:23.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:23 smithi144 bash[35212]: cluster 2024-01-18T21:52:23.614018+0000 mgr.y (mgr.14142) 140 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:24.767 INFO:teuthology.orchestra.run.smithi118.stdout:85899345940 2024-01-18T21:52:24.767 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-18T21:52:25.985 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:25 smithi118 bash[38532]: cluster 2024-01-18T21:52:25.614412+0000 mgr.y (mgr.14142) 141 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:25.985 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:25 smithi118 bash[35127]: cluster 2024-01-18T21:52:25.614412+0000 mgr.y (mgr.14142) 141 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:26.124 INFO:teuthology.orchestra.run.smithi118.stdout:115964117010 2024-01-18T21:52:26.125 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-18T21:52:26.186 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:25 smithi144 bash[35212]: cluster 2024-01-18T21:52:25.614412+0000 mgr.y (mgr.14142) 141 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:27.507 INFO:teuthology.orchestra.run.smithi118.stdout:128849018897 2024-01-18T21:52:27.507 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-18T21:52:27.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:27 smithi118 bash[35127]: cluster 2024-01-18T21:52:27.614755+0000 mgr.y (mgr.14142) 142 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:27.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:27 smithi118 bash[38532]: cluster 2024-01-18T21:52:27.614755+0000 mgr.y (mgr.14142) 142 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:28.186 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:27 smithi144 bash[35212]: cluster 2024-01-18T21:52:27.614755+0000 mgr.y (mgr.14142) 142 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:28.985 INFO:teuthology.orchestra.run.smithi118.stdout:163208757261 2024-01-18T21:52:28.985 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-18T21:52:29.485 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:29 smithi118 bash[49699]: Getting image source signatures 2024-01-18T21:52:29.485 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:29 smithi118 bash[49699]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2024-01-18T21:52:29.485 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:29 smithi118 bash[49699]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2024-01-18T21:52:29.485 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:29 smithi118 bash[49699]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2024-01-18T21:52:29.985 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:29 smithi118 bash[35127]: cluster 2024-01-18T21:52:29.615048+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:29.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:29 smithi118 bash[38532]: cluster 2024-01-18T21:52:29.615048+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:30.186 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:29 smithi144 bash[35212]: cluster 2024-01-18T21:52:29.615048+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:30.187 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:29 smithi144 bash[46258]: Getting image source signatures 2024-01-18T21:52:30.187 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:29 smithi144 bash[46258]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2024-01-18T21:52:30.187 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:29 smithi144 bash[46258]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2024-01-18T21:52:30.187 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:29 smithi144 bash[46258]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2024-01-18T21:52:31.186 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:30 smithi144 bash[46258]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2024-01-18T21:52:31.187 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:30 smithi144 bash[46258]: Writing manifest to image destination 2024-01-18T21:52:31.235 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:30 smithi118 bash[49699]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2024-01-18T21:52:31.235 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:30 smithi118 bash[49699]: Writing manifest to image destination 2024-01-18T21:52:31.687 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.403Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2024-01-18T21:52:31.687 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.403Z caller=node_exporter.go:193 level=info msg="Build context" build_context="(go=go1.21.4, platform=linux/amd64, user=root@35918982f6d8, date=20231112-23:53:35, tags=netgo osusergo static_build)" 2024-01-18T21:52:31.687 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.403Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-01-18T21:52:31.687 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.403Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-01-18T21:52:31.687 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.403Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-01-18T21:52:31.687 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.403Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-01-18T21:52:31.687 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-01-18T21:52:31.687 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=arp 2024-01-18T21:52:31.687 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=bcache 2024-01-18T21:52:31.688 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=bonding 2024-01-18T21:52:31.688 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=btrfs 2024-01-18T21:52:31.688 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=conntrack 2024-01-18T21:52:31.688 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=cpu 2024-01-18T21:52:31.688 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-01-18T21:52:31.688 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=diskstats 2024-01-18T21:52:31.688 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=dmi 2024-01-18T21:52:31.688 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=edac 2024-01-18T21:52:31.688 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=entropy 2024-01-18T21:52:31.688 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-01-18T21:52:31.688 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=filefd 2024-01-18T21:52:31.688 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=filesystem 2024-01-18T21:52:31.688 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=hwmon 2024-01-18T21:52:31.688 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=infiniband 2024-01-18T21:52:31.688 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=ipvs 2024-01-18T21:52:31.689 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=loadavg 2024-01-18T21:52:31.689 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=mdadm 2024-01-18T21:52:31.689 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=meminfo 2024-01-18T21:52:31.689 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=netclass 2024-01-18T21:52:31.689 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=netdev 2024-01-18T21:52:31.689 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=netstat 2024-01-18T21:52:31.689 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=nfs 2024-01-18T21:52:31.689 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=nfsd 2024-01-18T21:52:31.689 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=nvme 2024-01-18T21:52:31.689 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=os 2024-01-18T21:52:31.689 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-01-18T21:52:31.689 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=pressure 2024-01-18T21:52:31.689 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=rapl 2024-01-18T21:52:31.689 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=schedstat 2024-01-18T21:52:31.689 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=selinux 2024-01-18T21:52:31.690 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=sockstat 2024-01-18T21:52:31.690 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=softnet 2024-01-18T21:52:31.690 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=stat 2024-01-18T21:52:31.690 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=tapestats 2024-01-18T21:52:31.690 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=textfile 2024-01-18T21:52:31.690 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-01-18T21:52:31.690 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=time 2024-01-18T21:52:31.690 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-01-18T21:52:31.690 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=uname 2024-01-18T21:52:31.690 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=vmstat 2024-01-18T21:52:31.690 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=xfs 2024-01-18T21:52:31.690 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.404Z caller=node_exporter.go:117 level=info collector=zfs 2024-01-18T21:52:31.690 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.405Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2024-01-18T21:52:31.690 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 21:52:31 smithi144 bash[46258]: ts=2024-01-18T21:52:31.405Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-01-18T21:52:32.472 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.067Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2024-01-18T21:52:32.472 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.067Z caller=node_exporter.go:193 level=info msg="Build context" build_context="(go=go1.21.4, platform=linux/amd64, user=root@35918982f6d8, date=20231112-23:53:35, tags=netgo osusergo static_build)" 2024-01-18T21:52:32.472 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.067Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-01-18T21:52:32.472 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.067Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-01-18T21:52:32.472 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-01-18T21:52:32.475 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-01-18T21:52:32.475 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-01-18T21:52:32.475 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=arp 2024-01-18T21:52:32.475 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=bcache 2024-01-18T21:52:32.476 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=bonding 2024-01-18T21:52:32.476 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=btrfs 2024-01-18T21:52:32.476 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=conntrack 2024-01-18T21:52:32.476 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=cpu 2024-01-18T21:52:32.476 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-01-18T21:52:32.476 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=diskstats 2024-01-18T21:52:32.476 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=dmi 2024-01-18T21:52:32.476 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=edac 2024-01-18T21:52:32.476 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=entropy 2024-01-18T21:52:32.476 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-01-18T21:52:32.476 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=filefd 2024-01-18T21:52:32.476 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=filesystem 2024-01-18T21:52:32.477 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=hwmon 2024-01-18T21:52:32.477 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=infiniband 2024-01-18T21:52:32.477 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=ipvs 2024-01-18T21:52:32.477 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=loadavg 2024-01-18T21:52:32.477 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=mdadm 2024-01-18T21:52:32.477 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=meminfo 2024-01-18T21:52:32.477 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=netclass 2024-01-18T21:52:32.477 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=netdev 2024-01-18T21:52:32.477 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=netstat 2024-01-18T21:52:32.477 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=nfs 2024-01-18T21:52:32.477 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=nfsd 2024-01-18T21:52:32.477 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=nvme 2024-01-18T21:52:32.477 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=os 2024-01-18T21:52:32.477 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-01-18T21:52:32.477 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=pressure 2024-01-18T21:52:32.478 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=rapl 2024-01-18T21:52:32.478 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=schedstat 2024-01-18T21:52:32.478 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=selinux 2024-01-18T21:52:32.478 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=sockstat 2024-01-18T21:52:32.478 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=softnet 2024-01-18T21:52:32.478 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=stat 2024-01-18T21:52:32.478 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=tapestats 2024-01-18T21:52:32.478 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=textfile 2024-01-18T21:52:32.478 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-01-18T21:52:32.478 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=time 2024-01-18T21:52:32.478 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-01-18T21:52:32.478 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=uname 2024-01-18T21:52:32.478 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=vmstat 2024-01-18T21:52:32.478 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=xfs 2024-01-18T21:52:32.478 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=node_exporter.go:117 level=info collector=zfs 2024-01-18T21:52:32.478 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2024-01-18T21:52:32.479 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[49699]: ts=2024-01-18T21:52:32.068Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-01-18T21:52:32.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[38532]: cluster 2024-01-18T21:52:31.615312+0000 mgr.y (mgr.14142) 144 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:32.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:32 smithi118 bash[35127]: cluster 2024-01-18T21:52:31.615312+0000 mgr.y (mgr.14142) 144 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:32.865 INFO:teuthology.orchestra.run.smithi118.stdout:193273528331 2024-01-18T21:52:32.866 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-18T21:52:32.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:32 smithi144 bash[35212]: cluster 2024-01-18T21:52:31.615312+0000 mgr.y (mgr.14142) 144 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:34.566 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:34 smithi118 podman[51034]: Error: no container with ID or name "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-alertmanager.a" found: no such container 2024-01-18T21:52:34.566 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:34 smithi118 systemd[1]: Started Ceph alertmanager.a for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:52:34.749 INFO:teuthology.orchestra.run.smithi118.stdout:227633266697 2024-01-18T21:52:34.749 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-18T21:52:34.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:34 smithi144 bash[35212]: cluster 2024-01-18T21:52:33.615601+0000 mgr.y (mgr.14142) 145 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:34.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:34 smithi144 bash[35212]: audit 2024-01-18T21:52:34.380743+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468817\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468932\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468963\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468991\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469019\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469047\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469075\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:23.157326\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:52:34.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:34 smithi144 bash[35212]: audit 2024-01-18T21:52:34.383442+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468817\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468932\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468963\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468991\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469019\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469047\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469075\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:23.157326\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:52:34.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:34 smithi144 bash[35212]: audit 2024-01-18T21:52:34.571455+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEBJJF8fSZUkih+8RGoyfJTYwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDAxMTgyMTUyMzRaFw0z\nNDAxMTUyMTUyMzRaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC5jAx0GhexR2M8g9tCp3er\n+FhyF4iyG7f3IZLx56yfMv2GmbDP3Fe+a7qgpLDy8/xj3+nTCiWNwwT8lTEF823b\nhFq7UMmO1+41e1TwMmG0RCDl+xpI+RZQqtd+GyL0JB5NURDtYLIEN6kXhALmIp9Y\nmwXGxn+nwRiYhA3+/Hi3/eBN5egqcUEmrfSZHVlRpV5oygFHTf4JVD9QINxVnMKw\nmgRbFFSPoljqdMgQksxLYuwLlxMVlTmM2qLM7KDvV+fOsCGivYGY7Rsjkq76EJCv\nVD1ylC6QjnXQAF41e0YTZ1g1oeZYRZ1dWSpM6JLghAi2tmPrDfj8S1Do5/bE9Ppx\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADL9bsHpwoiffGF33xNthGzWf3qHeoAv\nSzBrG19xksln46mAgqkaBsQpELF44oLZBRK/j9Q7C8dNIgUXYd51hcjWOowTjfJO\nMJMyQQ4TSG6TIbSFkTED3bvW37lZ1+r4hlO1+votEiGyzi2hplxQrYcfR/RVferw\nVYGsNbRTwtoYh7vvV8NlfeTAnEf9lYJazL+xkmWNhWBcQm9Q2mpd1XXx0kZwH9wq\nNzNzpMsV/95+JBIk8ROTe7eAH6OH6Eul01U4BCP1trox9ATku1/+7wJbHHhchPlZ\nk4b7DBLmL3nHpAwm4aKpPvMpDZegwcAGyWoBk+c3RbnUJ8aDqzcu1a8=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-01-18T21:52:34.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:34 smithi144 bash[35212]: audit 2024-01-18T21:52:34.573937+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEBJJF8fSZUkih+8RGoyfJTYwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDAxMTgyMTUyMzRaFw0z\nNDAxMTUyMTUyMzRaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC5jAx0GhexR2M8g9tCp3er\n+FhyF4iyG7f3IZLx56yfMv2GmbDP3Fe+a7qgpLDy8/xj3+nTCiWNwwT8lTEF823b\nhFq7UMmO1+41e1TwMmG0RCDl+xpI+RZQqtd+GyL0JB5NURDtYLIEN6kXhALmIp9Y\nmwXGxn+nwRiYhA3+/Hi3/eBN5egqcUEmrfSZHVlRpV5oygFHTf4JVD9QINxVnMKw\nmgRbFFSPoljqdMgQksxLYuwLlxMVlTmM2qLM7KDvV+fOsCGivYGY7Rsjkq76EJCv\nVD1ylC6QjnXQAF41e0YTZ1g1oeZYRZ1dWSpM6JLghAi2tmPrDfj8S1Do5/bE9Ppx\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADL9bsHpwoiffGF33xNthGzWf3qHeoAv\nSzBrG19xksln46mAgqkaBsQpELF44oLZBRK/j9Q7C8dNIgUXYd51hcjWOowTjfJO\nMJMyQQ4TSG6TIbSFkTED3bvW37lZ1+r4hlO1+votEiGyzi2hplxQrYcfR/RVferw\nVYGsNbRTwtoYh7vvV8NlfeTAnEf9lYJazL+xkmWNhWBcQm9Q2mpd1XXx0kZwH9wq\nNzNzpMsV/95+JBIk8ROTe7eAH6OH6Eul01U4BCP1trox9ATku1/+7wJbHHhchPlZ\nk4b7DBLmL3nHpAwm4aKpPvMpDZegwcAGyWoBk+c3RbnUJ8aDqzcu1a8=\n-----END CERTIFICATE-----\n"}]': finished 2024-01-18T21:52:34.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:34 smithi144 bash[35212]: audit 2024-01-18T21:52:34.574307+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQC5jAx0GhexR2M8\ng9tCp3er+FhyF4iyG7f3IZLx56yfMv2GmbDP3Fe+a7qgpLDy8/xj3+nTCiWNwwT8\nlTEF823bhFq7UMmO1+41e1TwMmG0RCDl+xpI+RZQqtd+GyL0JB5NURDtYLIEN6kX\nhALmIp9YmwXGxn+nwRiYhA3+/Hi3/eBN5egqcUEmrfSZHVlRpV5oygFHTf4JVD9Q\nINxVnMKwmgRbFFSPoljqdMgQksxLYuwLlxMVlTmM2qLM7KDvV+fOsCGivYGY7Rsj\nkq76EJCvVD1ylC6QjnXQAF41e0YTZ1g1oeZYRZ1dWSpM6JLghAi2tmPrDfj8S1Do\n5/bE9PpxAgMBAAECggEAX9gM8sgrpuJmS3MdBoA1G/rrzPuFG+OfkqOgIR74F0Ai\nn62yHJ0IIg/J1oNb+BO6MukOAnqCTYkIgWSbbySAgd0LdSjVBNlbbfroNC8CMzjh\n+YpM2Jb6RO8K41QnKQ+jK3MNmGDTc8RAryn8yV3nC8EAKd6NQF1JVDcad7V4sikr\nN8Geo0u98wbK1EofP7yOvPkTHXYH/dBWb6IrNRUX/JWJGcnZs9SaI2NRBzhRgn0b\nv7675cbSZFxVbAS5VgfDYobUoSdNOa50aYFCQgHlCWQySMAhp+0rZYjZAkDwpls/\nFTqni1j9ifyHypKHkUAVPngvET6kD+7ug3dw3YiWAQKBgQDqmTVRMe6Aq66u11yj\nLYH4p3oMYuyEIw9C4ZF6YpDYCWsLOtqxHhUicBaOVcqnNz67u3kCoJ1kfu8pc6fb\nkdXV8+YDSe+pnPzRr5RJAwu0BcDhpByvgK2KHo/rJ4lWT3pCdzoePBoOCEPOlCTG\nhVgjiEsytNuXzgFKxnElOVyCkQKBgQDKeUxZ3Kv4l9F8KmPYQUD8AprfrSViXgz+\njKr2e36ziQl3rN+GURXOsCtE1ZRNE3yBOJaL5Zmo+TWTpaUSW1/0NYC/8wDmcWkq\nn2kIimc+oJj+rfgh286n3u5Yyl7W1qDDzBRlYwAYAKMJOdcK8wlNa7izI/1Mgl1d\nTM4B0m0p4QKBgEJQDlcmMxGh9d2sOJ5TdcKwrHol2E89jcnM8w9SHzlB6EUjXL/m\nDflPD8EqFP+RSSVNx9XrSrImgzoHXDJflb9FkwXo91rNalVnORYuSzeWzL+7YPRm\n/iblnq7M3TBNhPSWuRHk0USYJ3qUO5T2CkT4+LCbmNrfO1REpaTtAu5RAoGAZh8+\nCkkKGA2C5GyBBY8MFs+9i7nKFE45oZ4TkNSC+EzTEKCJ8TYumJw0hrhu311Hu+lt\nzUvV7+saQckXdCXQRN1Dfg0z1Ac5svzKPjuIjYb1A+d9Mp6qIfOIJhKUOSnx1i+1\nzdlcL78KfFnHA8fHVlxRwVESridGrgtSEIsw8iECgYAWVJIweo7egjAgflp054VB\nJhA9J3QCxJS14S3kg+ARbibsgLq8VV+zh9tkOYC+OyYRWq/nLDaU281FFtNYnVWl\nyukl2WOXQpJ53ug090vEO0gFcv3toEnX3poAWCtTM3nWHkC7aqBtS9R2pGESKSmI\nuRLtgaAgKJxRiJo5CjrdFQ==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-01-18T21:52:34.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:34 smithi144 bash[35212]: audit 2024-01-18T21:52:34.576972+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQC5jAx0GhexR2M8\ng9tCp3er+FhyF4iyG7f3IZLx56yfMv2GmbDP3Fe+a7qgpLDy8/xj3+nTCiWNwwT8\nlTEF823bhFq7UMmO1+41e1TwMmG0RCDl+xpI+RZQqtd+GyL0JB5NURDtYLIEN6kX\nhALmIp9YmwXGxn+nwRiYhA3+/Hi3/eBN5egqcUEmrfSZHVlRpV5oygFHTf4JVD9Q\nINxVnMKwmgRbFFSPoljqdMgQksxLYuwLlxMVlTmM2qLM7KDvV+fOsCGivYGY7Rsj\nkq76EJCvVD1ylC6QjnXQAF41e0YTZ1g1oeZYRZ1dWSpM6JLghAi2tmPrDfj8S1Do\n5/bE9PpxAgMBAAECggEAX9gM8sgrpuJmS3MdBoA1G/rrzPuFG+OfkqOgIR74F0Ai\nn62yHJ0IIg/J1oNb+BO6MukOAnqCTYkIgWSbbySAgd0LdSjVBNlbbfroNC8CMzjh\n+YpM2Jb6RO8K41QnKQ+jK3MNmGDTc8RAryn8yV3nC8EAKd6NQF1JVDcad7V4sikr\nN8Geo0u98wbK1EofP7yOvPkTHXYH/dBWb6IrNRUX/JWJGcnZs9SaI2NRBzhRgn0b\nv7675cbSZFxVbAS5VgfDYobUoSdNOa50aYFCQgHlCWQySMAhp+0rZYjZAkDwpls/\nFTqni1j9ifyHypKHkUAVPngvET6kD+7ug3dw3YiWAQKBgQDqmTVRMe6Aq66u11yj\nLYH4p3oMYuyEIw9C4ZF6YpDYCWsLOtqxHhUicBaOVcqnNz67u3kCoJ1kfu8pc6fb\nkdXV8+YDSe+pnPzRr5RJAwu0BcDhpByvgK2KHo/rJ4lWT3pCdzoePBoOCEPOlCTG\nhVgjiEsytNuXzgFKxnElOVyCkQKBgQDKeUxZ3Kv4l9F8KmPYQUD8AprfrSViXgz+\njKr2e36ziQl3rN+GURXOsCtE1ZRNE3yBOJaL5Zmo+TWTpaUSW1/0NYC/8wDmcWkq\nn2kIimc+oJj+rfgh286n3u5Yyl7W1qDDzBRlYwAYAKMJOdcK8wlNa7izI/1Mgl1d\nTM4B0m0p4QKBgEJQDlcmMxGh9d2sOJ5TdcKwrHol2E89jcnM8w9SHzlB6EUjXL/m\nDflPD8EqFP+RSSVNx9XrSrImgzoHXDJflb9FkwXo91rNalVnORYuSzeWzL+7YPRm\n/iblnq7M3TBNhPSWuRHk0USYJ3qUO5T2CkT4+LCbmNrfO1REpaTtAu5RAoGAZh8+\nCkkKGA2C5GyBBY8MFs+9i7nKFE45oZ4TkNSC+EzTEKCJ8TYumJw0hrhu311Hu+lt\nzUvV7+saQckXdCXQRN1Dfg0z1Ac5svzKPjuIjYb1A+d9Mp6qIfOIJhKUOSnx1i+1\nzdlcL78KfFnHA8fHVlxRwVESridGrgtSEIsw8iECgYAWVJIweo7egjAgflp054VB\nJhA9J3QCxJS14S3kg+ARbibsgLq8VV+zh9tkOYC+OyYRWq/nLDaU281FFtNYnVWl\nyukl2WOXQpJ53ug090vEO0gFcv3toEnX3poAWCtTM3nWHkC7aqBtS9R2pGESKSmI\nuRLtgaAgKJxRiJo5CjrdFQ==\n-----END PRIVATE KEY-----\n"}]': finished 2024-01-18T21:52:34.984 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[51064]: ts=2024-01-18T21:52:34.725Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2024-01-18T21:52:34.984 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[51064]: ts=2024-01-18T21:52:34.725Z caller=main.go:246 level=info build_context="(go=go1.20.7, platform=linux/amd64, user=root@df8d7debeef4, date=20230824-11:11:58, tags=netgo)" 2024-01-18T21:52:34.984 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[51064]: ts=2024-01-18T21:52:34.726Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.118 port=9094 2024-01-18T21:52:34.984 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[51064]: ts=2024-01-18T21:52:34.727Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-01-18T21:52:34.985 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[51064]: ts=2024-01-18T21:52:34.750Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-18T21:52:34.985 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[51064]: ts=2024-01-18T21:52:34.750Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-18T21:52:34.985 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[51064]: ts=2024-01-18T21:52:34.752Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2024-01-18T21:52:34.985 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[51064]: ts=2024-01-18T21:52:34.752Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-01-18T21:52:34.985 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[38532]: cluster 2024-01-18T21:52:33.615601+0000 mgr.y (mgr.14142) 145 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:34.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[38532]: audit 2024-01-18T21:52:34.380743+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468817\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468932\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468963\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468991\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469019\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469047\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469075\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:23.157326\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:52:34.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[38532]: audit 2024-01-18T21:52:34.383442+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468817\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468932\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468963\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468991\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469019\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469047\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469075\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:23.157326\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:52:34.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[38532]: audit 2024-01-18T21:52:34.571455+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEBJJF8fSZUkih+8RGoyfJTYwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDAxMTgyMTUyMzRaFw0z\nNDAxMTUyMTUyMzRaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC5jAx0GhexR2M8g9tCp3er\n+FhyF4iyG7f3IZLx56yfMv2GmbDP3Fe+a7qgpLDy8/xj3+nTCiWNwwT8lTEF823b\nhFq7UMmO1+41e1TwMmG0RCDl+xpI+RZQqtd+GyL0JB5NURDtYLIEN6kXhALmIp9Y\nmwXGxn+nwRiYhA3+/Hi3/eBN5egqcUEmrfSZHVlRpV5oygFHTf4JVD9QINxVnMKw\nmgRbFFSPoljqdMgQksxLYuwLlxMVlTmM2qLM7KDvV+fOsCGivYGY7Rsjkq76EJCv\nVD1ylC6QjnXQAF41e0YTZ1g1oeZYRZ1dWSpM6JLghAi2tmPrDfj8S1Do5/bE9Ppx\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADL9bsHpwoiffGF33xNthGzWf3qHeoAv\nSzBrG19xksln46mAgqkaBsQpELF44oLZBRK/j9Q7C8dNIgUXYd51hcjWOowTjfJO\nMJMyQQ4TSG6TIbSFkTED3bvW37lZ1+r4hlO1+votEiGyzi2hplxQrYcfR/RVferw\nVYGsNbRTwtoYh7vvV8NlfeTAnEf9lYJazL+xkmWNhWBcQm9Q2mpd1XXx0kZwH9wq\nNzNzpMsV/95+JBIk8ROTe7eAH6OH6Eul01U4BCP1trox9ATku1/+7wJbHHhchPlZ\nk4b7DBLmL3nHpAwm4aKpPvMpDZegwcAGyWoBk+c3RbnUJ8aDqzcu1a8=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-01-18T21:52:34.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[38532]: audit 2024-01-18T21:52:34.573937+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEBJJF8fSZUkih+8RGoyfJTYwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDAxMTgyMTUyMzRaFw0z\nNDAxMTUyMTUyMzRaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC5jAx0GhexR2M8g9tCp3er\n+FhyF4iyG7f3IZLx56yfMv2GmbDP3Fe+a7qgpLDy8/xj3+nTCiWNwwT8lTEF823b\nhFq7UMmO1+41e1TwMmG0RCDl+xpI+RZQqtd+GyL0JB5NURDtYLIEN6kXhALmIp9Y\nmwXGxn+nwRiYhA3+/Hi3/eBN5egqcUEmrfSZHVlRpV5oygFHTf4JVD9QINxVnMKw\nmgRbFFSPoljqdMgQksxLYuwLlxMVlTmM2qLM7KDvV+fOsCGivYGY7Rsjkq76EJCv\nVD1ylC6QjnXQAF41e0YTZ1g1oeZYRZ1dWSpM6JLghAi2tmPrDfj8S1Do5/bE9Ppx\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADL9bsHpwoiffGF33xNthGzWf3qHeoAv\nSzBrG19xksln46mAgqkaBsQpELF44oLZBRK/j9Q7C8dNIgUXYd51hcjWOowTjfJO\nMJMyQQ4TSG6TIbSFkTED3bvW37lZ1+r4hlO1+votEiGyzi2hplxQrYcfR/RVferw\nVYGsNbRTwtoYh7vvV8NlfeTAnEf9lYJazL+xkmWNhWBcQm9Q2mpd1XXx0kZwH9wq\nNzNzpMsV/95+JBIk8ROTe7eAH6OH6Eul01U4BCP1trox9ATku1/+7wJbHHhchPlZ\nk4b7DBLmL3nHpAwm4aKpPvMpDZegwcAGyWoBk+c3RbnUJ8aDqzcu1a8=\n-----END CERTIFICATE-----\n"}]': finished 2024-01-18T21:52:34.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[38532]: audit 2024-01-18T21:52:34.574307+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQC5jAx0GhexR2M8\ng9tCp3er+FhyF4iyG7f3IZLx56yfMv2GmbDP3Fe+a7qgpLDy8/xj3+nTCiWNwwT8\nlTEF823bhFq7UMmO1+41e1TwMmG0RCDl+xpI+RZQqtd+GyL0JB5NURDtYLIEN6kX\nhALmIp9YmwXGxn+nwRiYhA3+/Hi3/eBN5egqcUEmrfSZHVlRpV5oygFHTf4JVD9Q\nINxVnMKwmgRbFFSPoljqdMgQksxLYuwLlxMVlTmM2qLM7KDvV+fOsCGivYGY7Rsj\nkq76EJCvVD1ylC6QjnXQAF41e0YTZ1g1oeZYRZ1dWSpM6JLghAi2tmPrDfj8S1Do\n5/bE9PpxAgMBAAECggEAX9gM8sgrpuJmS3MdBoA1G/rrzPuFG+OfkqOgIR74F0Ai\nn62yHJ0IIg/J1oNb+BO6MukOAnqCTYkIgWSbbySAgd0LdSjVBNlbbfroNC8CMzjh\n+YpM2Jb6RO8K41QnKQ+jK3MNmGDTc8RAryn8yV3nC8EAKd6NQF1JVDcad7V4sikr\nN8Geo0u98wbK1EofP7yOvPkTHXYH/dBWb6IrNRUX/JWJGcnZs9SaI2NRBzhRgn0b\nv7675cbSZFxVbAS5VgfDYobUoSdNOa50aYFCQgHlCWQySMAhp+0rZYjZAkDwpls/\nFTqni1j9ifyHypKHkUAVPngvET6kD+7ug3dw3YiWAQKBgQDqmTVRMe6Aq66u11yj\nLYH4p3oMYuyEIw9C4ZF6YpDYCWsLOtqxHhUicBaOVcqnNz67u3kCoJ1kfu8pc6fb\nkdXV8+YDSe+pnPzRr5RJAwu0BcDhpByvgK2KHo/rJ4lWT3pCdzoePBoOCEPOlCTG\nhVgjiEsytNuXzgFKxnElOVyCkQKBgQDKeUxZ3Kv4l9F8KmPYQUD8AprfrSViXgz+\njKr2e36ziQl3rN+GURXOsCtE1ZRNE3yBOJaL5Zmo+TWTpaUSW1/0NYC/8wDmcWkq\nn2kIimc+oJj+rfgh286n3u5Yyl7W1qDDzBRlYwAYAKMJOdcK8wlNa7izI/1Mgl1d\nTM4B0m0p4QKBgEJQDlcmMxGh9d2sOJ5TdcKwrHol2E89jcnM8w9SHzlB6EUjXL/m\nDflPD8EqFP+RSSVNx9XrSrImgzoHXDJflb9FkwXo91rNalVnORYuSzeWzL+7YPRm\n/iblnq7M3TBNhPSWuRHk0USYJ3qUO5T2CkT4+LCbmNrfO1REpaTtAu5RAoGAZh8+\nCkkKGA2C5GyBBY8MFs+9i7nKFE45oZ4TkNSC+EzTEKCJ8TYumJw0hrhu311Hu+lt\nzUvV7+saQckXdCXQRN1Dfg0z1Ac5svzKPjuIjYb1A+d9Mp6qIfOIJhKUOSnx1i+1\nzdlcL78KfFnHA8fHVlxRwVESridGrgtSEIsw8iECgYAWVJIweo7egjAgflp054VB\nJhA9J3QCxJS14S3kg+ARbibsgLq8VV+zh9tkOYC+OyYRWq/nLDaU281FFtNYnVWl\nyukl2WOXQpJ53ug090vEO0gFcv3toEnX3poAWCtTM3nWHkC7aqBtS9R2pGESKSmI\nuRLtgaAgKJxRiJo5CjrdFQ==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-01-18T21:52:34.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[38532]: audit 2024-01-18T21:52:34.576972+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQC5jAx0GhexR2M8\ng9tCp3er+FhyF4iyG7f3IZLx56yfMv2GmbDP3Fe+a7qgpLDy8/xj3+nTCiWNwwT8\nlTEF823bhFq7UMmO1+41e1TwMmG0RCDl+xpI+RZQqtd+GyL0JB5NURDtYLIEN6kX\nhALmIp9YmwXGxn+nwRiYhA3+/Hi3/eBN5egqcUEmrfSZHVlRpV5oygFHTf4JVD9Q\nINxVnMKwmgRbFFSPoljqdMgQksxLYuwLlxMVlTmM2qLM7KDvV+fOsCGivYGY7Rsj\nkq76EJCvVD1ylC6QjnXQAF41e0YTZ1g1oeZYRZ1dWSpM6JLghAi2tmPrDfj8S1Do\n5/bE9PpxAgMBAAECggEAX9gM8sgrpuJmS3MdBoA1G/rrzPuFG+OfkqOgIR74F0Ai\nn62yHJ0IIg/J1oNb+BO6MukOAnqCTYkIgWSbbySAgd0LdSjVBNlbbfroNC8CMzjh\n+YpM2Jb6RO8K41QnKQ+jK3MNmGDTc8RAryn8yV3nC8EAKd6NQF1JVDcad7V4sikr\nN8Geo0u98wbK1EofP7yOvPkTHXYH/dBWb6IrNRUX/JWJGcnZs9SaI2NRBzhRgn0b\nv7675cbSZFxVbAS5VgfDYobUoSdNOa50aYFCQgHlCWQySMAhp+0rZYjZAkDwpls/\nFTqni1j9ifyHypKHkUAVPngvET6kD+7ug3dw3YiWAQKBgQDqmTVRMe6Aq66u11yj\nLYH4p3oMYuyEIw9C4ZF6YpDYCWsLOtqxHhUicBaOVcqnNz67u3kCoJ1kfu8pc6fb\nkdXV8+YDSe+pnPzRr5RJAwu0BcDhpByvgK2KHo/rJ4lWT3pCdzoePBoOCEPOlCTG\nhVgjiEsytNuXzgFKxnElOVyCkQKBgQDKeUxZ3Kv4l9F8KmPYQUD8AprfrSViXgz+\njKr2e36ziQl3rN+GURXOsCtE1ZRNE3yBOJaL5Zmo+TWTpaUSW1/0NYC/8wDmcWkq\nn2kIimc+oJj+rfgh286n3u5Yyl7W1qDDzBRlYwAYAKMJOdcK8wlNa7izI/1Mgl1d\nTM4B0m0p4QKBgEJQDlcmMxGh9d2sOJ5TdcKwrHol2E89jcnM8w9SHzlB6EUjXL/m\nDflPD8EqFP+RSSVNx9XrSrImgzoHXDJflb9FkwXo91rNalVnORYuSzeWzL+7YPRm\n/iblnq7M3TBNhPSWuRHk0USYJ3qUO5T2CkT4+LCbmNrfO1REpaTtAu5RAoGAZh8+\nCkkKGA2C5GyBBY8MFs+9i7nKFE45oZ4TkNSC+EzTEKCJ8TYumJw0hrhu311Hu+lt\nzUvV7+saQckXdCXQRN1Dfg0z1Ac5svzKPjuIjYb1A+d9Mp6qIfOIJhKUOSnx1i+1\nzdlcL78KfFnHA8fHVlxRwVESridGrgtSEIsw8iECgYAWVJIweo7egjAgflp054VB\nJhA9J3QCxJS14S3kg+ARbibsgLq8VV+zh9tkOYC+OyYRWq/nLDaU281FFtNYnVWl\nyukl2WOXQpJ53ug090vEO0gFcv3toEnX3poAWCtTM3nWHkC7aqBtS9R2pGESKSmI\nuRLtgaAgKJxRiJo5CjrdFQ==\n-----END PRIVATE KEY-----\n"}]': finished 2024-01-18T21:52:34.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[35127]: cluster 2024-01-18T21:52:33.615601+0000 mgr.y (mgr.14142) 145 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:34.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[35127]: audit 2024-01-18T21:52:34.380743+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468817\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468932\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468963\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468991\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469019\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469047\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469075\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:23.157326\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:52:34.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[35127]: audit 2024-01-18T21:52:34.383442+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468817\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468932\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468963\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.468991\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469019\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469047\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:51:07.469075\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:23.157326\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:52:34.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[35127]: audit 2024-01-18T21:52:34.571455+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEBJJF8fSZUkih+8RGoyfJTYwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDAxMTgyMTUyMzRaFw0z\nNDAxMTUyMTUyMzRaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC5jAx0GhexR2M8g9tCp3er\n+FhyF4iyG7f3IZLx56yfMv2GmbDP3Fe+a7qgpLDy8/xj3+nTCiWNwwT8lTEF823b\nhFq7UMmO1+41e1TwMmG0RCDl+xpI+RZQqtd+GyL0JB5NURDtYLIEN6kXhALmIp9Y\nmwXGxn+nwRiYhA3+/Hi3/eBN5egqcUEmrfSZHVlRpV5oygFHTf4JVD9QINxVnMKw\nmgRbFFSPoljqdMgQksxLYuwLlxMVlTmM2qLM7KDvV+fOsCGivYGY7Rsjkq76EJCv\nVD1ylC6QjnXQAF41e0YTZ1g1oeZYRZ1dWSpM6JLghAi2tmPrDfj8S1Do5/bE9Ppx\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADL9bsHpwoiffGF33xNthGzWf3qHeoAv\nSzBrG19xksln46mAgqkaBsQpELF44oLZBRK/j9Q7C8dNIgUXYd51hcjWOowTjfJO\nMJMyQQ4TSG6TIbSFkTED3bvW37lZ1+r4hlO1+votEiGyzi2hplxQrYcfR/RVferw\nVYGsNbRTwtoYh7vvV8NlfeTAnEf9lYJazL+xkmWNhWBcQm9Q2mpd1XXx0kZwH9wq\nNzNzpMsV/95+JBIk8ROTe7eAH6OH6Eul01U4BCP1trox9ATku1/+7wJbHHhchPlZ\nk4b7DBLmL3nHpAwm4aKpPvMpDZegwcAGyWoBk+c3RbnUJ8aDqzcu1a8=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-01-18T21:52:34.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[35127]: audit 2024-01-18T21:52:34.573937+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEBJJF8fSZUkih+8RGoyfJTYwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDAxMTgyMTUyMzRaFw0z\nNDAxMTUyMTUyMzRaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC5jAx0GhexR2M8g9tCp3er\n+FhyF4iyG7f3IZLx56yfMv2GmbDP3Fe+a7qgpLDy8/xj3+nTCiWNwwT8lTEF823b\nhFq7UMmO1+41e1TwMmG0RCDl+xpI+RZQqtd+GyL0JB5NURDtYLIEN6kXhALmIp9Y\nmwXGxn+nwRiYhA3+/Hi3/eBN5egqcUEmrfSZHVlRpV5oygFHTf4JVD9QINxVnMKw\nmgRbFFSPoljqdMgQksxLYuwLlxMVlTmM2qLM7KDvV+fOsCGivYGY7Rsjkq76EJCv\nVD1ylC6QjnXQAF41e0YTZ1g1oeZYRZ1dWSpM6JLghAi2tmPrDfj8S1Do5/bE9Ppx\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADL9bsHpwoiffGF33xNthGzWf3qHeoAv\nSzBrG19xksln46mAgqkaBsQpELF44oLZBRK/j9Q7C8dNIgUXYd51hcjWOowTjfJO\nMJMyQQ4TSG6TIbSFkTED3bvW37lZ1+r4hlO1+votEiGyzi2hplxQrYcfR/RVferw\nVYGsNbRTwtoYh7vvV8NlfeTAnEf9lYJazL+xkmWNhWBcQm9Q2mpd1XXx0kZwH9wq\nNzNzpMsV/95+JBIk8ROTe7eAH6OH6Eul01U4BCP1trox9ATku1/+7wJbHHhchPlZ\nk4b7DBLmL3nHpAwm4aKpPvMpDZegwcAGyWoBk+c3RbnUJ8aDqzcu1a8=\n-----END CERTIFICATE-----\n"}]': finished 2024-01-18T21:52:34.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[35127]: audit 2024-01-18T21:52:34.574307+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQC5jAx0GhexR2M8\ng9tCp3er+FhyF4iyG7f3IZLx56yfMv2GmbDP3Fe+a7qgpLDy8/xj3+nTCiWNwwT8\nlTEF823bhFq7UMmO1+41e1TwMmG0RCDl+xpI+RZQqtd+GyL0JB5NURDtYLIEN6kX\nhALmIp9YmwXGxn+nwRiYhA3+/Hi3/eBN5egqcUEmrfSZHVlRpV5oygFHTf4JVD9Q\nINxVnMKwmgRbFFSPoljqdMgQksxLYuwLlxMVlTmM2qLM7KDvV+fOsCGivYGY7Rsj\nkq76EJCvVD1ylC6QjnXQAF41e0YTZ1g1oeZYRZ1dWSpM6JLghAi2tmPrDfj8S1Do\n5/bE9PpxAgMBAAECggEAX9gM8sgrpuJmS3MdBoA1G/rrzPuFG+OfkqOgIR74F0Ai\nn62yHJ0IIg/J1oNb+BO6MukOAnqCTYkIgWSbbySAgd0LdSjVBNlbbfroNC8CMzjh\n+YpM2Jb6RO8K41QnKQ+jK3MNmGDTc8RAryn8yV3nC8EAKd6NQF1JVDcad7V4sikr\nN8Geo0u98wbK1EofP7yOvPkTHXYH/dBWb6IrNRUX/JWJGcnZs9SaI2NRBzhRgn0b\nv7675cbSZFxVbAS5VgfDYobUoSdNOa50aYFCQgHlCWQySMAhp+0rZYjZAkDwpls/\nFTqni1j9ifyHypKHkUAVPngvET6kD+7ug3dw3YiWAQKBgQDqmTVRMe6Aq66u11yj\nLYH4p3oMYuyEIw9C4ZF6YpDYCWsLOtqxHhUicBaOVcqnNz67u3kCoJ1kfu8pc6fb\nkdXV8+YDSe+pnPzRr5RJAwu0BcDhpByvgK2KHo/rJ4lWT3pCdzoePBoOCEPOlCTG\nhVgjiEsytNuXzgFKxnElOVyCkQKBgQDKeUxZ3Kv4l9F8KmPYQUD8AprfrSViXgz+\njKr2e36ziQl3rN+GURXOsCtE1ZRNE3yBOJaL5Zmo+TWTpaUSW1/0NYC/8wDmcWkq\nn2kIimc+oJj+rfgh286n3u5Yyl7W1qDDzBRlYwAYAKMJOdcK8wlNa7izI/1Mgl1d\nTM4B0m0p4QKBgEJQDlcmMxGh9d2sOJ5TdcKwrHol2E89jcnM8w9SHzlB6EUjXL/m\nDflPD8EqFP+RSSVNx9XrSrImgzoHXDJflb9FkwXo91rNalVnORYuSzeWzL+7YPRm\n/iblnq7M3TBNhPSWuRHk0USYJ3qUO5T2CkT4+LCbmNrfO1REpaTtAu5RAoGAZh8+\nCkkKGA2C5GyBBY8MFs+9i7nKFE45oZ4TkNSC+EzTEKCJ8TYumJw0hrhu311Hu+lt\nzUvV7+saQckXdCXQRN1Dfg0z1Ac5svzKPjuIjYb1A+d9Mp6qIfOIJhKUOSnx1i+1\nzdlcL78KfFnHA8fHVlxRwVESridGrgtSEIsw8iECgYAWVJIweo7egjAgflp054VB\nJhA9J3QCxJS14S3kg+ARbibsgLq8VV+zh9tkOYC+OyYRWq/nLDaU281FFtNYnVWl\nyukl2WOXQpJ53ug090vEO0gFcv3toEnX3poAWCtTM3nWHkC7aqBtS9R2pGESKSmI\nuRLtgaAgKJxRiJo5CjrdFQ==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-01-18T21:52:34.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:34 smithi118 bash[35127]: audit 2024-01-18T21:52:34.576972+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQC5jAx0GhexR2M8\ng9tCp3er+FhyF4iyG7f3IZLx56yfMv2GmbDP3Fe+a7qgpLDy8/xj3+nTCiWNwwT8\nlTEF823bhFq7UMmO1+41e1TwMmG0RCDl+xpI+RZQqtd+GyL0JB5NURDtYLIEN6kX\nhALmIp9YmwXGxn+nwRiYhA3+/Hi3/eBN5egqcUEmrfSZHVlRpV5oygFHTf4JVD9Q\nINxVnMKwmgRbFFSPoljqdMgQksxLYuwLlxMVlTmM2qLM7KDvV+fOsCGivYGY7Rsj\nkq76EJCvVD1ylC6QjnXQAF41e0YTZ1g1oeZYRZ1dWSpM6JLghAi2tmPrDfj8S1Do\n5/bE9PpxAgMBAAECggEAX9gM8sgrpuJmS3MdBoA1G/rrzPuFG+OfkqOgIR74F0Ai\nn62yHJ0IIg/J1oNb+BO6MukOAnqCTYkIgWSbbySAgd0LdSjVBNlbbfroNC8CMzjh\n+YpM2Jb6RO8K41QnKQ+jK3MNmGDTc8RAryn8yV3nC8EAKd6NQF1JVDcad7V4sikr\nN8Geo0u98wbK1EofP7yOvPkTHXYH/dBWb6IrNRUX/JWJGcnZs9SaI2NRBzhRgn0b\nv7675cbSZFxVbAS5VgfDYobUoSdNOa50aYFCQgHlCWQySMAhp+0rZYjZAkDwpls/\nFTqni1j9ifyHypKHkUAVPngvET6kD+7ug3dw3YiWAQKBgQDqmTVRMe6Aq66u11yj\nLYH4p3oMYuyEIw9C4ZF6YpDYCWsLOtqxHhUicBaOVcqnNz67u3kCoJ1kfu8pc6fb\nkdXV8+YDSe+pnPzRr5RJAwu0BcDhpByvgK2KHo/rJ4lWT3pCdzoePBoOCEPOlCTG\nhVgjiEsytNuXzgFKxnElOVyCkQKBgQDKeUxZ3Kv4l9F8KmPYQUD8AprfrSViXgz+\njKr2e36ziQl3rN+GURXOsCtE1ZRNE3yBOJaL5Zmo+TWTpaUSW1/0NYC/8wDmcWkq\nn2kIimc+oJj+rfgh286n3u5Yyl7W1qDDzBRlYwAYAKMJOdcK8wlNa7izI/1Mgl1d\nTM4B0m0p4QKBgEJQDlcmMxGh9d2sOJ5TdcKwrHol2E89jcnM8w9SHzlB6EUjXL/m\nDflPD8EqFP+RSSVNx9XrSrImgzoHXDJflb9FkwXo91rNalVnORYuSzeWzL+7YPRm\n/iblnq7M3TBNhPSWuRHk0USYJ3qUO5T2CkT4+LCbmNrfO1REpaTtAu5RAoGAZh8+\nCkkKGA2C5GyBBY8MFs+9i7nKFE45oZ4TkNSC+EzTEKCJ8TYumJw0hrhu311Hu+lt\nzUvV7+saQckXdCXQRN1Dfg0z1Ac5svzKPjuIjYb1A+d9Mp6qIfOIJhKUOSnx1i+1\nzdlcL78KfFnHA8fHVlxRwVESridGrgtSEIsw8iECgYAWVJIweo7egjAgflp054VB\nJhA9J3QCxJS14S3kg+ARbibsgLq8VV+zh9tkOYC+OyYRWq/nLDaU281FFtNYnVWl\nyukl2WOXQpJ53ug090vEO0gFcv3toEnX3poAWCtTM3nWHkC7aqBtS9R2pGESKSmI\nuRLtgaAgKJxRiJo5CjrdFQ==\n-----END PRIVATE KEY-----\n"}]': finished 2024-01-18T21:52:35.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:35 smithi118 bash[38532]: cephadm 2024-01-18T21:52:34.577452+0000 mgr.y (mgr.14142) 146 : cephadm [INF] Deploying daemon grafana.a on smithi144 2024-01-18T21:52:35.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:35 smithi118 bash[35127]: cephadm 2024-01-18T21:52:34.577452+0000 mgr.y (mgr.14142) 146 : cephadm [INF] Deploying daemon grafana.a on smithi144 2024-01-18T21:52:35.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:35 smithi144 bash[35212]: cephadm 2024-01-18T21:52:34.577452+0000 mgr.y (mgr.14142) 146 : cephadm [INF] Deploying daemon grafana.a on smithi144 2024-01-18T21:52:36.139 INFO:teuthology.orchestra.run.smithi118.stdout:240518168585 2024-01-18T21:52:36.140 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-18T21:52:36.719 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:36 smithi118 bash[38532]: cluster 2024-01-18T21:52:35.616012+0000 mgr.y (mgr.14142) 147 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:36.719 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:36 smithi118 bash[35127]: cluster 2024-01-18T21:52:35.616012+0000 mgr.y (mgr.14142) 147 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:36.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:36 smithi144 bash[35212]: cluster 2024-01-18T21:52:35.616012+0000 mgr.y (mgr.14142) 147 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:36.977 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:36 smithi118 bash[51064]: ts=2024-01-18T21:52:36.728Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000415516s 2024-01-18T21:52:37.270 INFO:teuthology.orchestra.run.smithi118.stdout:60129542169 2024-01-18T21:52:37.647 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542167 got 60129542169 for osd.0 2024-01-18T21:52:37.647 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-18T21:52:37.874 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:37 smithi118 bash[38532]: audit 2024-01-18T21:52:37.279439+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.118:0/3724418711' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-18T21:52:37.875 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:37 smithi118 bash[35127]: audit 2024-01-18T21:52:37.279439+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.118:0/3724418711' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-18T21:52:37.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:37 smithi144 bash[35212]: audit 2024-01-18T21:52:37.279439+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.118:0/3724418711' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-18T21:52:38.753 INFO:teuthology.orchestra.run.smithi118.stdout:85899345943 2024-01-18T21:52:38.934 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:38 smithi118 bash[35127]: cluster 2024-01-18T21:52:37.616520+0000 mgr.y (mgr.14142) 148 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:38.934 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:38 smithi118 bash[38532]: cluster 2024-01-18T21:52:37.616520+0000 mgr.y (mgr.14142) 148 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:38.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:38 smithi144 bash[35212]: cluster 2024-01-18T21:52:37.616520+0000 mgr.y (mgr.14142) 148 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:39.130 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345940 got 85899345943 for osd.1 2024-01-18T21:52:39.131 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-18T21:52:39.632 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:39 smithi118 bash[35127]: audit 2024-01-18T21:52:38.763134+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.118:0/574217591' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-18T21:52:39.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:39 smithi144 bash[35212]: audit 2024-01-18T21:52:38.763134+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.118:0/574217591' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-18T21:52:39.951 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:39 smithi118 bash[38532]: audit 2024-01-18T21:52:38.763134+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.118:0/574217591' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-18T21:52:40.254 INFO:teuthology.orchestra.run.smithi118.stdout:115964117012 2024-01-18T21:52:40.641 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117010 got 115964117012 for osd.2 2024-01-18T21:52:40.641 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-18T21:52:40.891 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:40 smithi118 bash[35127]: cluster 2024-01-18T21:52:39.616995+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:40.891 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:40 smithi118 bash[35127]: audit 2024-01-18T21:52:40.263934+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.118:0/2966917223' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-18T21:52:40.891 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:40 smithi118 bash[38532]: cluster 2024-01-18T21:52:39.616995+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:40.891 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:40 smithi118 bash[38532]: audit 2024-01-18T21:52:40.263934+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.118:0/2966917223' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-18T21:52:40.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:40 smithi144 bash[35212]: cluster 2024-01-18T21:52:39.616995+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:40.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:40 smithi144 bash[35212]: audit 2024-01-18T21:52:40.263934+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.118:0/2966917223' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-18T21:52:41.796 INFO:teuthology.orchestra.run.smithi118.stdout:128849018900 2024-01-18T21:52:42.172 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018897 got 128849018900 for osd.3 2024-01-18T21:52:42.172 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-18T21:52:42.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:42 smithi118 bash[38532]: cluster 2024-01-18T21:52:41.617319+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:42.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:42 smithi118 bash[38532]: audit 2024-01-18T21:52:41.805864+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.118:0/3717161995' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-18T21:52:42.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:42 smithi118 bash[35127]: cluster 2024-01-18T21:52:41.617319+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:42.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:42 smithi118 bash[35127]: audit 2024-01-18T21:52:41.805864+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.118:0/3717161995' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-18T21:52:42.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:42 smithi144 bash[35212]: cluster 2024-01-18T21:52:41.617319+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:43.146 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:42 smithi144 bash[35212]: audit 2024-01-18T21:52:41.805864+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.118:0/3717161995' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-18T21:52:43.317 INFO:teuthology.orchestra.run.smithi118.stdout:163208757264 2024-01-18T21:52:43.688 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757261 got 163208757264 for osd.4 2024-01-18T21:52:43.689 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-18T21:52:43.931 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:43 smithi118 bash[35127]: audit 2024-01-18T21:52:43.326843+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.118:0/2805860000' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-18T21:52:43.931 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:43 smithi118 bash[38532]: audit 2024-01-18T21:52:43.326843+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.118:0/2805860000' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-18T21:52:43.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:43 smithi144 bash[35212]: audit 2024-01-18T21:52:43.326843+0000 mon.c (mon.1) 23 : audit [DBG] from='client.? 172.21.15.118:0/2805860000' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-18T21:52:44.830 INFO:teuthology.orchestra.run.smithi118.stdout:193273528334 2024-01-18T21:52:44.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:44 smithi144 bash[35212]: cluster 2024-01-18T21:52:43.617839+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:44.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:44 smithi118 bash[35127]: cluster 2024-01-18T21:52:43.617839+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:44.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:44 smithi118 bash[38532]: cluster 2024-01-18T21:52:43.617839+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:44.983 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:44 smithi118 bash[51064]: ts=2024-01-18T21:52:44.729Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.001742324s 2024-01-18T21:52:45.196 INFO:tasks.cephadm.ceph_manager.ceph:need seq 193273528331 got 193273528334 for osd.5 2024-01-18T21:52:45.196 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-18T21:52:45.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:45 smithi118 bash[38532]: audit 2024-01-18T21:52:44.839355+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.118:0/1040162234' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-18T21:52:45.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:45 smithi118 bash[38532]: cluster 2024-01-18T21:52:45.618454+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:45.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:45 smithi118 bash[35127]: audit 2024-01-18T21:52:44.839355+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.118:0/1040162234' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-18T21:52:45.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:45 smithi118 bash[35127]: cluster 2024-01-18T21:52:45.618454+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:45.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:45 smithi144 bash[35212]: audit 2024-01-18T21:52:44.839355+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.118:0/1040162234' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-18T21:52:45.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:45 smithi144 bash[35212]: cluster 2024-01-18T21:52:45.618454+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:46.409 INFO:teuthology.orchestra.run.smithi118.stdout:227633266699 2024-01-18T21:52:46.702 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:46 smithi118 bash[38532]: audit 2024-01-18T21:52:46.419361+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.118:0/2668848512' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-18T21:52:46.702 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:46 smithi118 bash[35127]: audit 2024-01-18T21:52:46.419361+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.118:0/2668848512' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-18T21:52:46.779 INFO:tasks.cephadm.ceph_manager.ceph:need seq 227633266697 got 227633266699 for osd.6 2024-01-18T21:52:46.779 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-18T21:52:46.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:46 smithi144 bash[35212]: audit 2024-01-18T21:52:46.419361+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.118:0/2668848512' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-18T21:52:47.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:47 smithi118 bash[38532]: cluster 2024-01-18T21:52:47.618826+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:47.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:47 smithi118 bash[35127]: cluster 2024-01-18T21:52:47.618826+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:47.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:47 smithi144 bash[35212]: cluster 2024-01-18T21:52:47.618826+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:47.955 INFO:teuthology.orchestra.run.smithi118.stdout:240518168588 2024-01-18T21:52:48.321 INFO:tasks.cephadm.ceph_manager.ceph:need seq 240518168585 got 240518168588 for osd.7 2024-01-18T21:52:48.321 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-18T21:52:48.321 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph pg dump --format=json 2024-01-18T21:52:48.865 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:48 smithi118 bash[35127]: audit 2024-01-18T21:52:47.964386+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.118:0/2299140898' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-18T21:52:48.866 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:48 smithi118 bash[38532]: audit 2024-01-18T21:52:47.964386+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.118:0/2299140898' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-18T21:52:48.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:48 smithi144 bash[35212]: audit 2024-01-18T21:52:47.964386+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.118:0/2299140898' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-18T21:52:49.496 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:52:49.497 INFO:teuthology.orchestra.run.smithi118.stderr:dumped all 2024-01-18T21:52:49.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:49 smithi118 bash[35127]: audit 2024-01-18T21:52:49.503930+0000 mgr.y (mgr.14142) 154 : audit [DBG] from='client.24517 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T21:52:49.852 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:49 smithi118 bash[35127]: cluster 2024-01-18T21:52:49.619215+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:49.852 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:49 smithi118 bash[38532]: audit 2024-01-18T21:52:49.503930+0000 mgr.y (mgr.14142) 154 : audit [DBG] from='client.24517 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T21:52:49.852 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:49 smithi118 bash[38532]: cluster 2024-01-18T21:52:49.619215+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:49.853 INFO:teuthology.orchestra.run.smithi118.stdout:{"pg_ready":true,"pg_map":{"version":150,"stamp":"2024-01-18T21:52:47.618690+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":8393144,"kb_used_data":4472,"kb_used_omap":40,"kb_used_meta":8388567,"kb_avail":741568072,"statfs":{"total":767960285184,"available":759365705728,"internally_reserved":8589934592,"allocated":4579328,"data_stored":1813498,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":41476,"internal_metadata":8589893116},"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.002859"},"pg_stats":[{"pgid":"1.0","version":"24'1","reported_seq":"14","reported_epoch":"57","state":"active+clean","last_fresh":"2024-01-18T21:52:02.659513+0000","last_change":"2024-01-18T21:52:02.659513+0000","last_active":"2024-01-18T21:52:02.659513+0000","last_peered":"2024-01-18T21:52:02.659513+0000","last_clean":"2024-01-18T21:52:02.659513+0000","last_became_active":"2024-01-18T21:52:02.657061+0000","last_became_peered":"2024-01-18T21:52:02.657061+0000","last_unstale":"2024-01-18T21:52:02.659513+0000","last_undegraded":"2024-01-18T21:52:02.659513+0000","last_fullsized":"2024-01-18T21:52:02.659513+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-18T21:48:51.466534+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-18T21:48:51.466534+0000","last_clean_scrub_stamp":"2024-01-18T21:48:51.466534+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":31359,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":56,"seq":240518168588,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049144,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696008,"statfs":{"total":95995035648,"available":94920712192,"internally_reserved":1073741824,"allocated":573440,"data_stored":226758,"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.435}]},{"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.317}]},{"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.36799999999999999}]},{"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.40100000000000002}]},{"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.42099999999999999}]},{"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.35399999999999998}]},{"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.442}]}]},{"osd":6,"up_from":53,"seq":227633266699,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049144,"kb_used_data":560,"kb_used_omap":6,"kb_used_meta":1048569,"kb_avail":92696008,"statfs":{"total":95995035648,"available":94920712192,"internally_reserved":1073741824,"allocated":573440,"data_stored":226758,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6447,"internal_metadata":1073735377},"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.47199999999999998}]},{"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.33700000000000002}]},{"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.38100000000000001}]},{"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.374}]},{"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.35799999999999998}]},{"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.39400000000000002}]},{"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.39900000000000002}]}]},{"osd":1,"up_from":20,"seq":85899345945,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049140,"kb_used_data":556,"kb_used_omap":4,"kb_used_meta":1048571,"kb_avail":92696012,"statfs":{"total":95995035648,"available":94920716288,"internally_reserved":1073741824,"allocated":569344,"data_stored":226514,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4994,"internal_metadata":1073736830},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 21:51:53 2024","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.187,"5min":0.187,"15min":0.187},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.314},{"interface":"front","average":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"min":{"1min":0.19800000000000001,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.307}]},{"osd":2,"last update":"Thu Jan 18 21:52:10 2024","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.247},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.215,"5min":0.215,"15min":0.215},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.27000000000000002}]},{"osd":3,"last update":"Thu Jan 18 21:52:10 2024","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.20399999999999999,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.25900000000000001},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.28599999999999998}]},{"osd":4,"last update":"Thu Jan 18 21:52:31 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.35699999999999998}]},{"osd":5,"last update":"Thu Jan 18 21:52:45 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.34200000000000003}]},{"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.32300000000000001}]},{"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":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":1049144,"kb_used_data":560,"kb_used_omap":5,"kb_used_meta":1048570,"kb_avail":92696008,"statfs":{"total":95995035648,"available":94920712192,"internally_reserved":1073741824,"allocated":573440,"data_stored":226758,"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":"Thu Jan 18 21:51:54 2024","interfaces":[{"interface":"back","average":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"min":{"1min":0.21099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.46899999999999997}]},{"osd":2,"last update":"Thu Jan 18 21:52:06 2024","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.435}]},{"osd":3,"last update":"Thu Jan 18 21:52:10 2024","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.5},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.57099999999999995}]},{"osd":4,"last update":"Thu Jan 18 21:52:30 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.55600000000000005}]},{"osd":5,"last update":"Thu Jan 18 21:52:46 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.52100000000000002}]},{"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.57699999999999996}]},{"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.64600000000000002}]}]},{"osd":2,"up_from":27,"seq":115964117014,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049144,"kb_used_data":560,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92696008,"statfs":{"total":95995035648,"available":94920712192,"internally_reserved":1073741824,"allocated":573440,"data_stored":226758,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8790,"internal_metadata":1073733034},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 21:52:09 2024","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.20799999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.20100000000000001}]},{"osd":1,"last update":"Thu Jan 18 21:52:09 2024","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.23000000000000001},{"interface":"front","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"last":0.255}]},{"osd":3,"last update":"Thu Jan 18 21:52:11 2024","interfaces":[{"interface":"back","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.222},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.23699999999999999}]},{"osd":4,"last update":"Thu Jan 18 21:52:32 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.627},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.47499999999999998}]},{"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.49099999999999999}]},{"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.503}]},{"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.39800000000000002}]}]},{"osd":3,"up_from":30,"seq":128849018901,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049144,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696008,"statfs":{"total":95995035648,"available":94920712192,"internally_reserved":1073741824,"allocated":573440,"data_stored":226758,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 21:52:10 2024","interfaces":[{"interface":"back","average":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"last":0.40300000000000002},{"interface":"front","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"last":0.41899999999999998}]},{"osd":1,"last update":"Thu Jan 18 21:52:10 2024","interfaces":[{"interface":"back","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.495,"5min":0.495,"15min":0.495},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.438}]},{"osd":2,"last update":"Thu Jan 18 21:52:10 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.42799999999999999},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.39400000000000002}]},{"osd":4,"last update":"Thu Jan 18 21:52:30 2024","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.53300000000000003}]},{"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.59199999999999997}]},{"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.47699999999999998}]},{"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.51600000000000001}]}]},{"osd":4,"up_from":38,"seq":163208757265,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049144,"kb_used_data":560,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92696008,"statfs":{"total":95995035648,"available":94920712192,"internally_reserved":1073741824,"allocated":573440,"data_stored":226758,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7378,"internal_metadata":1073734446},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 21:52:32 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"last":0.34399999999999997}]},{"osd":1,"last update":"Thu Jan 18 21:52:32 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.308},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.39400000000000002}]},{"osd":2,"last update":"Thu Jan 18 21:52:32 2024","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.29899999999999999},{"interface":"front","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.442}]},{"osd":3,"last update":"Thu Jan 18 21:52:32 2024","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.92500000000000004,"5min":0.92500000000000004,"15min":0.92500000000000004},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.43099999999999999}]},{"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.47899999999999998}]},{"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.36099999999999999}]},{"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.40500000000000003}]}]},{"osd":5,"up_from":45,"seq":193273528334,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049140,"kb_used_data":556,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92696012,"statfs":{"total":95995035648,"available":94920716288,"internally_reserved":1073741824,"allocated":569344,"data_stored":226436,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8744,"internal_metadata":1073733080},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu 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.51700000000000002}]},{"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.47599999999999998}]},{"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.435}]},{"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.46300000000000002}]},{"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.41299999999999998}]},{"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.505}]},{"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.52300000000000002}]}]}]}} 2024-01-18T21:52:49.854 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph pg dump --format=json 2024-01-18T21:52:49.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:49 smithi144 bash[35212]: audit 2024-01-18T21:52:49.503930+0000 mgr.y (mgr.14142) 154 : audit [DBG] from='client.24517 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T21:52:49.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:49 smithi144 bash[35212]: cluster 2024-01-18T21:52:49.619215+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:51.082 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:52:51.083 INFO:teuthology.orchestra.run.smithi118.stderr:dumped all 2024-01-18T21:52:51.395 INFO:teuthology.orchestra.run.smithi118.stdout:{"pg_ready":true,"pg_map":{"version":151,"stamp":"2024-01-18T21:52:49.618989+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":8393144,"kb_used_data":4472,"kb_used_omap":40,"kb_used_meta":8388567,"kb_avail":741568072,"statfs":{"total":767960285184,"available":759365705728,"internally_reserved":8589934592,"allocated":4579328,"data_stored":1813498,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":41476,"internal_metadata":8589893116},"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.002730"},"pg_stats":[{"pgid":"1.0","version":"24'1","reported_seq":"14","reported_epoch":"57","state":"active+clean","last_fresh":"2024-01-18T21:52:02.659513+0000","last_change":"2024-01-18T21:52:02.659513+0000","last_active":"2024-01-18T21:52:02.659513+0000","last_peered":"2024-01-18T21:52:02.659513+0000","last_clean":"2024-01-18T21:52:02.659513+0000","last_became_active":"2024-01-18T21:52:02.657061+0000","last_became_peered":"2024-01-18T21:52:02.657061+0000","last_unstale":"2024-01-18T21:52:02.659513+0000","last_undegraded":"2024-01-18T21:52:02.659513+0000","last_fullsized":"2024-01-18T21:52:02.659513+0000","mapping_epoch":56,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":57,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-18T21:48:51.466534+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-18T21:48:51.466534+0000","last_clean_scrub_stamp":"2024-01-18T21:48:51.466534+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":31359,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":56,"seq":240518168588,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049144,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696008,"statfs":{"total":95995035648,"available":94920712192,"internally_reserved":1073741824,"allocated":573440,"data_stored":226758,"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.435}]},{"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.317}]},{"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.36799999999999999}]},{"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.40100000000000002}]},{"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.42099999999999999}]},{"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.35399999999999998}]},{"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.442}]}]},{"osd":6,"up_from":53,"seq":227633266700,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049144,"kb_used_data":560,"kb_used_omap":6,"kb_used_meta":1048569,"kb_avail":92696008,"statfs":{"total":95995035648,"available":94920712192,"internally_reserved":1073741824,"allocated":573440,"data_stored":226758,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6447,"internal_metadata":1073735377},"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.39800000000000002}]},{"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.40100000000000002}]},{"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.32700000000000001}]},{"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.374}]},{"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.433}]},{"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.38800000000000001}]},{"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.44800000000000001}]}]},{"osd":1,"up_from":20,"seq":85899345945,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049140,"kb_used_data":556,"kb_used_omap":4,"kb_used_meta":1048571,"kb_avail":92696012,"statfs":{"total":95995035648,"available":94920716288,"internally_reserved":1073741824,"allocated":569344,"data_stored":226514,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4994,"internal_metadata":1073736830},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 21:51:53 2024","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.187,"5min":0.187,"15min":0.187},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.314},{"interface":"front","average":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"min":{"1min":0.19800000000000001,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.307}]},{"osd":2,"last update":"Thu Jan 18 21:52:10 2024","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.247},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"min":{"1min":0.215,"5min":0.215,"15min":0.215},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.27000000000000002}]},{"osd":3,"last update":"Thu Jan 18 21:52:10 2024","interfaces":[{"interface":"back","average":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"min":{"1min":0.20399999999999999,"5min":0.20399999999999999,"15min":0.20399999999999999},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.25900000000000001},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"last":0.28599999999999998}]},{"osd":4,"last update":"Thu Jan 18 21:52:31 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.40699999999999997},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.35699999999999998}]},{"osd":5,"last update":"Thu Jan 18 21:52:45 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"last":0.33500000000000002},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.34200000000000003}]},{"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.32300000000000001}]},{"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":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":1049144,"kb_used_data":560,"kb_used_omap":5,"kb_used_meta":1048570,"kb_avail":92696008,"statfs":{"total":95995035648,"available":94920712192,"internally_reserved":1073741824,"allocated":573440,"data_stored":226758,"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":"Thu Jan 18 21:51:54 2024","interfaces":[{"interface":"back","average":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"min":{"1min":0.21099999999999999,"5min":0.21099999999999999,"15min":0.21099999999999999},"max":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"last":0.46500000000000002},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"last":0.46899999999999997}]},{"osd":2,"last update":"Thu Jan 18 21:52:06 2024","interfaces":[{"interface":"back","average":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.435}]},{"osd":3,"last update":"Thu Jan 18 21:52:10 2024","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.5},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"last":0.57099999999999995}]},{"osd":4,"last update":"Thu Jan 18 21:52:30 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.69199999999999995,"5min":0.69199999999999995,"15min":0.69199999999999995},"last":0.55600000000000005}]},{"osd":5,"last update":"Thu Jan 18 21:52:46 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.52100000000000002}]},{"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.57699999999999996}]},{"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.64600000000000002}]}]},{"osd":2,"up_from":27,"seq":115964117014,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049144,"kb_used_data":560,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92696008,"statfs":{"total":95995035648,"available":94920712192,"internally_reserved":1073741824,"allocated":573440,"data_stored":226758,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8790,"internal_metadata":1073733034},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 21:52:09 2024","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.20799999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"last":0.28100000000000003},{"interface":"front","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.20100000000000001}]},{"osd":1,"last update":"Thu Jan 18 21:52:09 2024","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.26100000000000001,"5min":0.26100000000000001,"15min":0.26100000000000001},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.23000000000000001},{"interface":"front","average":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"last":0.255}]},{"osd":3,"last update":"Thu Jan 18 21:52:11 2024","interfaces":[{"interface":"back","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.222},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.23699999999999999}]},{"osd":4,"last update":"Thu Jan 18 21:52:32 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.627},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.47499999999999998}]},{"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.49099999999999999}]},{"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.503}]},{"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.39800000000000002}]}]},{"osd":3,"up_from":30,"seq":128849018902,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049144,"kb_used_data":560,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696008,"statfs":{"total":95995035648,"available":94920712192,"internally_reserved":1073741824,"allocated":573440,"data_stored":226758,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 21:52:10 2024","interfaces":[{"interface":"back","average":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"min":{"1min":0.219,"5min":0.219,"15min":0.219},"max":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"last":0.29099999999999998},{"interface":"front","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"last":0.245}]},{"osd":1,"last update":"Thu Jan 18 21:52:10 2024","interfaces":[{"interface":"back","average":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.495,"5min":0.495,"15min":0.495},"last":0.214},{"interface":"front","average":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.26600000000000001}]},{"osd":2,"last update":"Thu Jan 18 21:52:10 2024","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"last":0.23799999999999999},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"last":0.27700000000000002}]},{"osd":4,"last update":"Thu Jan 18 21:52:30 2024","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"last":0.315},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.31900000000000001}]},{"osd":5,"last update":"Thu Jan 18 21:52:45 2024","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.33400000000000002},{"interface":"front","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.32900000000000001}]},{"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.41899999999999998}]},{"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.42399999999999999}]}]},{"osd":4,"up_from":38,"seq":163208757266,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049144,"kb_used_data":560,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92696008,"statfs":{"total":95995035648,"available":94920712192,"internally_reserved":1073741824,"allocated":573440,"data_stored":226758,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7378,"internal_metadata":1073734446},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 21:52:32 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.64200000000000002},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.89200000000000002,"5min":0.89200000000000002,"15min":0.89200000000000002},"last":0.60899999999999999}]},{"osd":1,"last update":"Thu Jan 18 21:52:32 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.60099999999999998}]},{"osd":2,"last update":"Thu Jan 18 21:52:32 2024","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.61899999999999999},{"interface":"front","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.624}]},{"osd":3,"last update":"Thu Jan 18 21:52:32 2024","interfaces":[{"interface":"back","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.92500000000000004,"5min":0.92500000000000004,"15min":0.92500000000000004},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.85799999999999998,"5min":0.85799999999999998,"15min":0.85799999999999998},"last":0.58299999999999996}]},{"osd":5,"last update":"Thu Jan 18 21:52:48 2024","interfaces":[{"interface":"back","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"last":0.41399999999999998}]},{"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.40300000000000002}]},{"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.48599999999999999}]}]},{"osd":5,"up_from":45,"seq":193273528335,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049140,"kb_used_data":556,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92696012,"statfs":{"total":95995035648,"available":94920716288,"internally_reserved":1073741824,"allocated":569344,"data_stored":226436,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8744,"internal_metadata":1073733080},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 18 21:52:44 2024","interfaces":[{"interface":"back","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.442},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.372}]},{"osd":1,"last update":"Thu Jan 18 21:52:44 2024","interfaces":[{"interface":"back","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.40200000000000002}]},{"osd":2,"last update":"Thu Jan 18 21:52:44 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.39600000000000002},{"interface":"front","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.85599999999999998,"5min":0.85599999999999998,"15min":0.85599999999999998},"last":0.42299999999999999}]},{"osd":3,"last update":"Thu Jan 18 21:52:44 2024","interfaces":[{"interface":"back","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.877,"5min":0.877,"15min":0.877},"last":0.41499999999999998},{"interface":"front","average":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.38600000000000001}]},{"osd":4,"last update":"Thu Jan 18 21:52:44 2024","interfaces":[{"interface":"back","average":{"1min":0.373,"5min":0.373,"15min":0.373},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"last":0.247},{"interface":"front","average":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.26000000000000001}]},{"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.30199999999999999}]},{"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.28000000000000003}]}]}]}} 2024-01-18T21:52:51.396 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-18T21:52:51.396 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-18T21:52:51.396 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-18T21:52:51.397 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 -- ceph health --format=json 2024-01-18T21:52:51.936 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:51 smithi144 podman[46528]: Error: no container with ID or name "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-grafana.a" found: no such container 2024-01-18T21:52:51.936 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:51 smithi144 systemd[1]: Started Ceph grafana.a for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:52:52.232 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Starting Grafana" logger=server version=6.6.2 commit=3fa63cfc34 branch=HEAD compiled=2020-02-20T12:03:49+0000 2024-01-18T21:52:52.232 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-01-18T21:52:52.232 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-01-18T21:52:52.232 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-01-18T21:52:52.232 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-01-18T21:52:52.233 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-01-18T21:52:52.233 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-01-18T21:52:52.233 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-01-18T21:52:52.233 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-01-18T21:52:52.233 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-01-18T21:52:52.233 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-01-18T21:52:52.233 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-01-18T21:52:52.233 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="App mode production" logger=settings 2024-01-18T21:52:52.233 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing SqlStore" logger=server 2024-01-18T21:52:52.233 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-01-18T21:52:52.233 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Starting DB migration" logger=migrator 2024-01-18T21:52:52.233 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2024-01-18T21:52:52.233 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-01-18T21:52:52.234 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-01-18T21:52:52.234 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-01-18T21:52:52.234 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-01-18T21:52:52.234 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-01-18T21:52:52.234 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-01-18T21:52:52.234 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-01-18T21:52:52.234 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-01-18T21:52:52.234 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-01-18T21:52:52.234 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-01-18T21:52:52.235 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-01-18T21:52:52.236 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-01-18T21:52:52.236 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-01-18T21:52:52.236 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-01-18T21:52:52.236 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-01-18T21:52:52.236 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-01-18T21:52:52.236 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-01-18T21:52:52.236 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-01-18T21:52:52.236 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-01-18T21:52:52.236 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-01-18T21:52:52.236 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-01-18T21:52:52.236 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-01-18T21:52:52.236 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-01-18T21:52:52.236 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-01-18T21:52:52.236 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-01-18T21:52:52.236 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-01-18T21:52:52.237 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-01-18T21:52:52.237 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-01-18T21:52:52.237 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-01-18T21:52:52.237 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-01-18T21:52:52.237 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-01-18T21:52:52.237 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-01-18T21:52:52.237 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-01-18T21:52:52.237 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-01-18T21:52:52.237 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-01-18T21:52:52.237 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-01-18T21:52:52.237 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-01-18T21:52:52.237 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-01-18T21:52:52.237 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-01-18T21:52:52.237 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-01-18T21:52:52.237 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-01-18T21:52:52.237 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-01-18T21:52:52.237 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-01-18T21:52:52.238 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-01-18T21:52:52.238 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-01-18T21:52:52.238 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-01-18T21:52:52.238 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-01-18T21:52:52.238 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-01-18T21:52:52.238 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-01-18T21:52:52.238 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-01-18T21:52:52.238 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-01-18T21:52:52.238 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-01-18T21:52:52.238 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-01-18T21:52:52.238 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-01-18T21:52:52.238 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-01-18T21:52:52.238 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-01-18T21:52:52.238 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-01-18T21:52:52.238 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-01-18T21:52:52.238 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-01-18T21:52:52.239 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-01-18T21:52:52.239 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-01-18T21:52:52.239 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-01-18T21:52:52.239 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-01-18T21:52:52.239 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-01-18T21:52:52.239 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-01-18T21:52:52.239 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-01-18T21:52:52.239 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-01-18T21:52:52.239 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-01-18T21:52:52.239 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-01-18T21:52:52.239 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-01-18T21:52:52.239 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-01-18T21:52:52.239 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-01-18T21:52:52.239 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-01-18T21:52:52.239 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-01-18T21:52:52.240 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-01-18T21:52:52.240 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-01-18T21:52:52.240 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-01-18T21:52:52.240 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-01-18T21:52:52.240 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-01-18T21:52:52.240 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-01-18T21:52:52.240 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-01-18T21:52:52.240 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-01-18T21:52:52.240 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-01-18T21:52:52.240 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-01-18T21:52:52.240 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-01-18T21:52:52.240 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-01-18T21:52:52.240 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-01-18T21:52:52.240 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-01-18T21:52:52.240 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-01-18T21:52:52.240 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-01-18T21:52:52.241 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-01-18T21:52:52.241 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-01-18T21:52:52.241 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-01-18T21:52:52.241 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-01-18T21:52:52.241 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-01-18T21:52:52.241 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-01-18T21:52:52.241 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-01-18T21:52:52.241 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-01-18T21:52:52.241 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-01-18T21:52:52.241 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-01-18T21:52:52.241 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-01-18T21:52:52.241 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-01-18T21:52:52.241 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-01-18T21:52:52.241 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-01-18T21:52:52.241 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-01-18T21:52:52.241 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-01-18T21:52:52.241 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-01-18T21:52:52.242 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-01-18T21:52:52.242 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-01-18T21:52:52.242 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-01-18T21:52:52.242 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-01-18T21:52:52.242 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-01-18T21:52:52.242 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-01-18T21:52:52.242 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-01-18T21:52:52.242 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-01-18T21:52:52.242 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-01-18T21:52:52.242 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-01-18T21:52:52.242 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-01-18T21:52:52.242 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-01-18T21:52:52.242 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-01-18T21:52:52.242 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-01-18T21:52:52.242 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-01-18T21:52:52.242 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-01-18T21:52:52.243 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-01-18T21:52:52.243 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-01-18T21:52:52.243 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-01-18T21:52:52.243 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-01-18T21:52:52.243 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-01-18T21:52:52.243 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-01-18T21:52:52.243 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-01-18T21:52:52.243 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-01-18T21:52:52.243 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-01-18T21:52:52.243 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-01-18T21:52:52.243 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-01-18T21:52:52.243 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-01-18T21:52:52.243 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-01-18T21:52:52.243 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-01-18T21:52:52.243 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-01-18T21:52:52.243 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-01-18T21:52:52.243 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-01-18T21:52:52.244 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-01-18T21:52:52.244 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-01-18T21:52:52.244 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-01-18T21:52:52.244 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-01-18T21:52:52.244 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-01-18T21:52:52.244 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-01-18T21:52:52.244 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-01-18T21:52:52.244 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-01-18T21:52:52.244 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-01-18T21:52:52.244 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-01-18T21:52:52.244 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-01-18T21:52:52.244 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-01-18T21:52:52.244 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-01-18T21:52:52.244 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-01-18T21:52:52.244 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-01-18T21:52:52.244 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-01-18T21:52:52.245 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-01-18T21:52:52.245 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-01-18T21:52:52.245 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-01-18T21:52:52.245 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-01-18T21:52:52.245 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-01-18T21:52:52.245 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-01-18T21:52:52.245 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-01-18T21:52:52.245 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-01-18T21:52:52.245 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-01-18T21:52:52.245 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-01-18T21:52:52.245 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-01-18T21:52:52.245 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-01-18T21:52:52.245 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-01-18T21:52:52.245 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-01-18T21:52:52.245 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-01-18T21:52:52.245 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-01-18T21:52:52.245 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-01-18T21:52:52.246 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-01-18T21:52:52.246 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-01-18T21:52:52.246 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-01-18T21:52:52.246 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-01-18T21:52:52.246 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-01-18T21:52:52.246 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-01-18T21:52:52.246 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-01-18T21:52:52.246 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-01-18T21:52:52.246 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-01-18T21:52:52.246 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-01-18T21:52:52.246 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-01-18T21:52:52.246 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-01-18T21:52:52.246 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-01-18T21:52:52.246 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-01-18T21:52:52.246 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-01-18T21:52:52.246 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-01-18T21:52:52.246 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-01-18T21:52:52.247 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-01-18T21:52:52.247 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-01-18T21:52:52.247 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-01-18T21:52:52.247 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-01-18T21:52:52.247 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-01-18T21:52:52.247 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-01-18T21:52:52.247 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-01-18T21:52:52.247 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-01-18T21:52:52.247 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-01-18T21:52:52.247 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-01-18T21:52:52.247 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-01-18T21:52:52.247 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-01-18T21:52:52.247 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-01-18T21:52:52.247 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-01-18T21:52:52.247 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-01-18T21:52:52.247 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-01-18T21:52:52.247 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-01-18T21:52:52.248 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-01-18T21:52:52.248 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-01-18T21:52:52.248 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-01-18T21:52:52.248 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-01-18T21:52:52.248 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-01-18T21:52:52.248 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-01-18T21:52:52.248 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-01-18T21:52:52.248 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-01-18T21:52:52.248 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-01-18T21:52:52.248 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-01-18T21:52:52.248 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-01-18T21:52:52.248 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-01-18T21:52:52.248 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-01-18T21:52:52.248 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-01-18T21:52:52.248 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-01-18T21:52:52.248 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-01-18T21:52:52.248 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-01-18T21:52:52.249 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-01-18T21:52:52.249 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-01-18T21:52:52.249 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-01-18T21:52:52.249 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-01-18T21:52:52.249 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-01-18T21:52:52.249 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-01-18T21:52:52.249 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-01-18T21:52:52.249 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-01-18T21:52:52.249 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Created default admin" logger=sqlstore user=admin 2024-01-18T21:52:52.249 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing HTTPServer" logger=server 2024-01-18T21:52:52.249 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing BackendPluginManager" logger=server 2024-01-18T21:52:52.249 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing PluginManager" logger=server 2024-01-18T21:52:52.249 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Starting plugin search" logger=plugins 2024-01-18T21:52:52.249 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Registering plugin" logger=plugins name="Pie Chart" 2024-01-18T21:52:52.249 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Registering plugin" logger=plugins name="Status Panel" 2024-01-18T21:52:52.249 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing HooksService" logger=server 2024-01-18T21:52:52.250 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing OSSLicensingService" logger=server 2024-01-18T21:52:52.250 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2024-01-18T21:52:52.250 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing RemoteCache" logger=server 2024-01-18T21:52:52.250 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing QuotaService" logger=server 2024-01-18T21:52:52.250 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing ServerLockService" logger=server 2024-01-18T21:52:52.250 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2024-01-18T21:52:52.250 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing RenderingService" logger=server 2024-01-18T21:52:52.250 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing AlertEngine" logger=server 2024-01-18T21:52:52.250 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2024-01-18T21:52:52.250 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing LoginService" logger=server 2024-01-18T21:52:52.250 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing SearchService" logger=server 2024-01-18T21:52:52.250 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing TracingService" logger=server 2024-01-18T21:52:52.250 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2024-01-18T21:52:52.250 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing CleanUpService" logger=server 2024-01-18T21:52:52.250 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing NotificationService" logger=server 2024-01-18T21:52:52.250 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server 2024-01-18T21:52:52.250 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2024-01-18T21:52:52.250 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name="Dashboard 1" 2024-01-18T21:52:52.251 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS 2024-01-18T21:52:52.251 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=warn msg="phantomJS is deprecated and will be removed in a future release. You should consider migrating from phantomJS to grafana-image-renderer plugin." logger=rendering renderer=phantomJS 2024-01-18T21:52:52.614 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="Initializing Stream Manager" 2024-01-18T21:52:52.614 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[46545]: t=2024-01-18T21:52:52+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=127.0.0.1:3000 protocol=https subUrl= socket= 2024-01-18T21:52:52.882 INFO:teuthology.orchestra.run.smithi118.stdout: 2024-01-18T21:52:52.916 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:52 smithi118 bash[38532]: audit 2024-01-18T21:52:51.089790+0000 mgr.y (mgr.14142) 156 : audit [DBG] from='client.24523 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T21:52:52.917 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:52 smithi118 bash[38532]: cluster 2024-01-18T21:52:51.619491+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:52.917 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:52 smithi118 bash[35127]: audit 2024-01-18T21:52:51.089790+0000 mgr.y (mgr.14142) 156 : audit [DBG] from='client.24523 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T21:52:52.917 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:52 smithi118 bash[35127]: cluster 2024-01-18T21:52:51.619491+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:52.917 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:52 smithi118 bash[38532]: audit 2024-01-18T21:52:51.827899+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152260\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152334\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152366\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152395\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152422\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152449\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152491\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:52:52.917 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:52 smithi118 bash[38532]: audit 2024-01-18T21:52:51.830450+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152260\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152334\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152366\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152395\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152422\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152449\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152491\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:52:52.918 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:52 smithi118 bash[38532]: audit 2024-01-18T21:52:51.831024+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:52:52.918 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:52 smithi118 bash[35127]: audit 2024-01-18T21:52:51.827899+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152260\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152334\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152366\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152395\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152422\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152449\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152491\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:52:52.918 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:52 smithi118 bash[35127]: audit 2024-01-18T21:52:51.830450+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152260\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152334\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152366\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152395\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152422\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152449\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152491\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:52:52.918 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:52 smithi118 bash[35127]: audit 2024-01-18T21:52:51.831024+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:52:52.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[35212]: audit 2024-01-18T21:52:51.089790+0000 mgr.y (mgr.14142) 156 : audit [DBG] from='client.24523 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-18T21:52:52.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[35212]: cluster 2024-01-18T21:52:51.619491+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:52.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[35212]: audit 2024-01-18T21:52:51.827899+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152260\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152334\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152366\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152395\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152422\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152449\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152491\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:52:52.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[35212]: audit 2024-01-18T21:52:51.830450+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152260\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152334\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152366\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152395\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152422\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152449\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:22.152491\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:52:52.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:52 smithi144 bash[35212]: audit 2024-01-18T21:52:51.831024+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:52:53.261 INFO:teuthology.orchestra.run.smithi118.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-18T21:52:53.261 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-18T21:52:53.261 INFO:tasks.cephadm:Setup complete, yielding 2024-01-18T21:52:53.262 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T21:52:53.270 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi118.front.sepia.ceph.com 2024-01-18T21:52:53.271 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 49a198c6-b64b-11ee-95ae-87774f69a715 -e sha1=491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-01-18T21:52:53.915 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:53 smithi118 bash[35127]: audit 2024-01-18T21:52:52.891867+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.118:0/3028042696' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-18T21:52:53.915 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:53 smithi118 bash[38532]: audit 2024-01-18T21:52:52.891867+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.118:0/3028042696' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-18T21:52:53.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:53 smithi144 bash[35212]: audit 2024-01-18T21:52:52.891867+0000 mon.c (mon.1) 27 : audit [DBG] from='client.? 172.21.15.118:0/3028042696' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-18T21:52:55.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:54 smithi144 bash[35212]: cluster 2024-01-18T21:52:53.619922+0000 mgr.y (mgr.14142) 158 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:55.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:54 smithi144 bash[35212]: audit 2024-01-18T21:52:53.922546+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921171\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921260\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921290\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921317\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921361\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921389\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921438\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921496\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"08c6cd6dd921\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921576\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:34.467209\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:23.157326\"}}, \"last_daemon_update\": \"2024-01-18T21:52:53.921721\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:52:55.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:54 smithi144 bash[35212]: audit 2024-01-18T21:52:53.925065+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921171\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921260\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921290\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921317\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921361\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921389\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921438\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921496\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"08c6cd6dd921\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921576\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:34.467209\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:23.157326\"}}, \"last_daemon_update\": \"2024-01-18T21:52:53.921721\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:52:55.105 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:54 smithi144 bash[35212]: audit 2024-01-18T21:52:53.925747+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:52:55.235 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:54 smithi118 bash[35127]: cluster 2024-01-18T21:52:53.619922+0000 mgr.y (mgr.14142) 158 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:55.235 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:54 smithi118 bash[38532]: cluster 2024-01-18T21:52:53.619922+0000 mgr.y (mgr.14142) 158 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:55.236 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:54 smithi118 bash[35127]: audit 2024-01-18T21:52:53.922546+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921171\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921260\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921290\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921317\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921361\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921389\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921438\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921496\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"08c6cd6dd921\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921576\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:34.467209\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:23.157326\"}}, \"last_daemon_update\": \"2024-01-18T21:52:53.921721\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:52:55.236 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:54 smithi118 bash[35127]: audit 2024-01-18T21:52:53.925065+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921171\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921260\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921290\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921317\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921361\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921389\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921438\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921496\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"08c6cd6dd921\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921576\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:34.467209\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:23.157326\"}}, \"last_daemon_update\": \"2024-01-18T21:52:53.921721\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:52:55.236 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:54 smithi118 bash[35127]: audit 2024-01-18T21:52:53.925747+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:52:55.236 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:54 smithi118 bash[38532]: audit 2024-01-18T21:52:53.922546+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921171\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921260\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921290\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921317\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921361\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921389\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921438\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921496\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"08c6cd6dd921\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921576\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:34.467209\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:23.157326\"}}, \"last_daemon_update\": \"2024-01-18T21:52:53.921721\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:52:55.236 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:54 smithi118 bash[38532]: audit 2024-01-18T21:52:53.925065+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921171\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921260\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921290\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921317\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921361\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921389\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921438\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921496\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"08c6cd6dd921\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921576\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:34.467209\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:23.157326\"}}, \"last_daemon_update\": \"2024-01-18T21:52:53.921721\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:52:55.236 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:54 smithi118 bash[38532]: audit 2024-01-18T21:52:53.925747+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:52:55.951 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2024-01-18T21:52:55.951 INFO:teuthology.orchestra.run.smithi118.stdout: "id": "50dc6563-94a4-4b2a-8325-4cf83077ffc1", 2024-01-18T21:52:55.951 INFO:teuthology.orchestra.run.smithi118.stdout: "name": "r", 2024-01-18T21:52:55.951 INFO:teuthology.orchestra.run.smithi118.stdout: "current_period": "4bc12eaf-a349-4db0-9089-a9e964e725bc", 2024-01-18T21:52:55.951 INFO:teuthology.orchestra.run.smithi118.stdout: "epoch": 1 2024-01-18T21:52:55.951 INFO:teuthology.orchestra.run.smithi118.stdout:} 2024-01-18T21:52:56.179 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:55 smithi118 bash[35127]: cluster 2024-01-18T21:52:54.927374+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-01-18T21:52:56.179 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:55 smithi118 bash[35127]: audit 2024-01-18T21:52:54.929447+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.118:0/206282736' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-18T21:52:56.179 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:55 smithi118 bash[35127]: audit 2024-01-18T21:52:54.929756+0000 mon.a (mon.0) 681 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-18T21:52:56.179 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:55 smithi118 bash[35127]: cluster 2024-01-18T21:52:55.620247+0000 mgr.y (mgr.14142) 159 : cluster [DBG] pgmap v155: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:56.179 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:55 smithi118 bash[35127]: audit 2024-01-18T21:52:55.756101+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754804\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754917\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754956\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754989\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755019\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755051\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755082\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755113\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755144\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_daemon_update\": \"2024-01-18T21:52:55.755263\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:52:56.179 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:55 smithi118 bash[35127]: audit 2024-01-18T21:52:55.759340+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754804\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754917\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754956\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754989\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755019\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755051\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755082\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755113\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755144\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_daemon_update\": \"2024-01-18T21:52:55.755263\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:52:56.180 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:55 smithi118 bash[38532]: cluster 2024-01-18T21:52:54.927374+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-01-18T21:52:56.180 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:55 smithi118 bash[38532]: audit 2024-01-18T21:52:54.929447+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.118:0/206282736' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-18T21:52:56.180 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:55 smithi118 bash[38532]: audit 2024-01-18T21:52:54.929756+0000 mon.a (mon.0) 681 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-18T21:52:56.180 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:55 smithi118 bash[38532]: cluster 2024-01-18T21:52:55.620247+0000 mgr.y (mgr.14142) 159 : cluster [DBG] pgmap v155: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:56.180 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:55 smithi118 bash[38532]: audit 2024-01-18T21:52:55.756101+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754804\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754917\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754956\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754989\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755019\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755051\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755082\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755113\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755144\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_daemon_update\": \"2024-01-18T21:52:55.755263\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:52:56.180 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:55 smithi118 bash[38532]: audit 2024-01-18T21:52:55.759340+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754804\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754917\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754956\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754989\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755019\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755051\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755082\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755113\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755144\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_daemon_update\": \"2024-01-18T21:52:55.755263\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:52:56.186 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:55 smithi144 bash[35212]: cluster 2024-01-18T21:52:54.927374+0000 mon.a (mon.0) 680 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-01-18T21:52:56.186 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:55 smithi144 bash[35212]: audit 2024-01-18T21:52:54.929447+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.118:0/206282736' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-18T21:52:56.186 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:55 smithi144 bash[35212]: audit 2024-01-18T21:52:54.929756+0000 mon.a (mon.0) 681 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-18T21:52:56.186 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:55 smithi144 bash[35212]: cluster 2024-01-18T21:52:55.620247+0000 mgr.y (mgr.14142) 159 : cluster [DBG] pgmap v155: 33 pgs: 32 unknown, 1 active+clean; 0 B data, 4.4 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:52:56.187 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:55 smithi144 bash[35212]: audit 2024-01-18T21:52:55.756101+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754804\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754917\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754956\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754989\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755019\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755051\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755082\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755113\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755144\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_daemon_update\": \"2024-01-18T21:52:55.755263\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:52:56.187 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:55 smithi144 bash[35212]: audit 2024-01-18T21:52:55.759340+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754804\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754917\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754956\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754989\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755019\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755051\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"ebb985cb0db1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755082\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:52:20.987884\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755113\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755144\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:52:05.432059\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_daemon_update\": \"2024-01-18T21:52:55.755263\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:52:56.320 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 49a198c6-b64b-11ee-95ae-87774f69a715 -e sha1=491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-01-18T21:52:57.107 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:56 smithi118 bash[38532]: cephadm 2024-01-18T21:52:55.761207+0000 mgr.y (mgr.14142) 160 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-18T21:52:57.107 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:56 smithi118 bash[38532]: cephadm 2024-01-18T21:52:55.763151+0000 mgr.y (mgr.14142) 161 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi118 2024-01-18T21:52:57.107 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:56 smithi118 bash[38532]: audit 2024-01-18T21:52:55.932537+0000 mon.a (mon.0) 684 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-18T21:52:57.107 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:56 smithi118 bash[38532]: cluster 2024-01-18T21:52:55.932619+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-01-18T21:52:57.107 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:56 smithi118 bash[35127]: cephadm 2024-01-18T21:52:55.761207+0000 mgr.y (mgr.14142) 160 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-18T21:52:57.107 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:56 smithi118 bash[35127]: cephadm 2024-01-18T21:52:55.763151+0000 mgr.y (mgr.14142) 161 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi118 2024-01-18T21:52:57.108 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:56 smithi118 bash[35127]: audit 2024-01-18T21:52:55.932537+0000 mon.a (mon.0) 684 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-18T21:52:57.108 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:56 smithi118 bash[35127]: cluster 2024-01-18T21:52:55.932619+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-01-18T21:52:57.186 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:56 smithi144 bash[35212]: cephadm 2024-01-18T21:52:55.761207+0000 mgr.y (mgr.14142) 160 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-18T21:52:57.186 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:56 smithi144 bash[35212]: cephadm 2024-01-18T21:52:55.763151+0000 mgr.y (mgr.14142) 161 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi118 2024-01-18T21:52:57.186 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:56 smithi144 bash[35212]: audit 2024-01-18T21:52:55.932537+0000 mon.a (mon.0) 684 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-18T21:52:57.186 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:56 smithi144 bash[35212]: cluster 2024-01-18T21:52:55.932619+0000 mon.a (mon.0) 685 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-01-18T21:52:57.629 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2024-01-18T21:52:57.629 INFO:teuthology.orchestra.run.smithi118.stdout: "id": "18c03079-488d-4387-a013-541218485592", 2024-01-18T21:52:57.630 INFO:teuthology.orchestra.run.smithi118.stdout: "name": "default", 2024-01-18T21:52:57.630 INFO:teuthology.orchestra.run.smithi118.stdout: "api_name": "default", 2024-01-18T21:52:57.630 INFO:teuthology.orchestra.run.smithi118.stdout: "is_master": "true", 2024-01-18T21:52:57.630 INFO:teuthology.orchestra.run.smithi118.stdout: "endpoints": [], 2024-01-18T21:52:57.630 INFO:teuthology.orchestra.run.smithi118.stdout: "hostnames": [], 2024-01-18T21:52:57.630 INFO:teuthology.orchestra.run.smithi118.stdout: "hostnames_s3website": [], 2024-01-18T21:52:57.630 INFO:teuthology.orchestra.run.smithi118.stdout: "master_zone": "", 2024-01-18T21:52:57.630 INFO:teuthology.orchestra.run.smithi118.stdout: "zones": [], 2024-01-18T21:52:57.630 INFO:teuthology.orchestra.run.smithi118.stdout: "placement_targets": [], 2024-01-18T21:52:57.630 INFO:teuthology.orchestra.run.smithi118.stdout: "default_placement": "", 2024-01-18T21:52:57.630 INFO:teuthology.orchestra.run.smithi118.stdout: "realm_id": "50dc6563-94a4-4b2a-8325-4cf83077ffc1", 2024-01-18T21:52:57.630 INFO:teuthology.orchestra.run.smithi118.stdout: "sync_policy": { 2024-01-18T21:52:57.630 INFO:teuthology.orchestra.run.smithi118.stdout: "groups": [] 2024-01-18T21:52:57.631 INFO:teuthology.orchestra.run.smithi118.stdout: } 2024-01-18T21:52:57.631 INFO:teuthology.orchestra.run.smithi118.stdout:} 2024-01-18T21:52:58.111 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 49a198c6-b64b-11ee-95ae-87774f69a715 -e sha1=491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-01-18T21:52:58.186 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:57 smithi144 bash[35212]: cluster 2024-01-18T21:52:56.938587+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-01-18T21:52:58.186 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:57 smithi144 bash[35212]: cluster 2024-01-18T21:52:57.620555+0000 mgr.y (mgr.14142) 162 : cluster [DBG] pgmap v158: 33 pgs: 1 creating+activating, 18 unknown, 14 active+clean; 10 B data, 4.5 MiB used, 707 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-01-18T21:52:58.208 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:57 smithi118 bash[35127]: cluster 2024-01-18T21:52:56.938587+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-01-18T21:52:58.208 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:57 smithi118 bash[35127]: cluster 2024-01-18T21:52:57.620555+0000 mgr.y (mgr.14142) 162 : cluster [DBG] pgmap v158: 33 pgs: 1 creating+activating, 18 unknown, 14 active+clean; 10 B data, 4.5 MiB used, 707 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-01-18T21:52:58.208 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:57 smithi118 bash[38532]: cluster 2024-01-18T21:52:56.938587+0000 mon.a (mon.0) 686 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-01-18T21:52:58.208 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:57 smithi118 bash[38532]: cluster 2024-01-18T21:52:57.620555+0000 mgr.y (mgr.14142) 162 : cluster [DBG] pgmap v158: 33 pgs: 1 creating+activating, 18 unknown, 14 active+clean; 10 B data, 4.5 MiB used, 707 GiB / 715 GiB avail; 170 B/s wr, 0 op/s 2024-01-18T21:52:58.208 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:58 smithi118 systemd[1]: Stopping Ceph alertmanager.a for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:52:58.485 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:58 smithi118 bash[51064]: ts=2024-01-18T21:52:58.269Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2024-01-18T21:52:58.967 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:58 smithi118 podman[54098]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-alertmanager.a 2024-01-18T21:52:59.236 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:59 smithi118 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@alertmanager.a.service: Succeeded. 2024-01-18T21:52:59.236 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:59 smithi118 systemd[1]: Stopped Ceph alertmanager.a for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:52:59.236 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:59 smithi118 systemd[1]: Starting Ceph alertmanager.a for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:52:59.236 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:59 smithi118 podman[54201]: Error: no container with ID or name "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-alertmanager.a" found: no such container 2024-01-18T21:52:59.236 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:59 smithi118 systemd[1]: Started Ceph alertmanager.a for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:52:59.236 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:59 smithi118 bash[35127]: audit 2024-01-18T21:52:59.098773+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921171\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921260\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921290\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921317\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921361\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921389\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921438\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921496\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:52:59.237 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:52:59 smithi118 bash[35127]: audit 2024-01-18T21:52:59.102393+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921171\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921260\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921290\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921317\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921361\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921389\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921438\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921496\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:52:59.237 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:59 smithi118 bash[38532]: audit 2024-01-18T21:52:59.098773+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921171\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921260\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921290\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921317\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921361\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921389\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921438\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921496\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:52:59.237 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:52:59 smithi118 bash[38532]: audit 2024-01-18T21:52:59.102393+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921171\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921260\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921290\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921317\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921361\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921389\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921438\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921496\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:52:59.379 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2024-01-18T21:52:59.380 INFO:teuthology.orchestra.run.smithi118.stdout: "id": "c685cc8c-84a8-4712-968c-2eed591000ce", 2024-01-18T21:52:59.380 INFO:teuthology.orchestra.run.smithi118.stdout: "name": "z", 2024-01-18T21:52:59.380 INFO:teuthology.orchestra.run.smithi118.stdout: "domain_root": "z.rgw.meta:root", 2024-01-18T21:52:59.380 INFO:teuthology.orchestra.run.smithi118.stdout: "control_pool": "z.rgw.control", 2024-01-18T21:52:59.380 INFO:teuthology.orchestra.run.smithi118.stdout: "gc_pool": "z.rgw.log:gc", 2024-01-18T21:52:59.380 INFO:teuthology.orchestra.run.smithi118.stdout: "lc_pool": "z.rgw.log:lc", 2024-01-18T21:52:59.380 INFO:teuthology.orchestra.run.smithi118.stdout: "log_pool": "z.rgw.log", 2024-01-18T21:52:59.380 INFO:teuthology.orchestra.run.smithi118.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-01-18T21:52:59.380 INFO:teuthology.orchestra.run.smithi118.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-01-18T21:52:59.380 INFO:teuthology.orchestra.run.smithi118.stdout: "roles_pool": "z.rgw.meta:roles", 2024-01-18T21:52:59.380 INFO:teuthology.orchestra.run.smithi118.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-01-18T21:52:59.381 INFO:teuthology.orchestra.run.smithi118.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-01-18T21:52:59.381 INFO:teuthology.orchestra.run.smithi118.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-01-18T21:52:59.381 INFO:teuthology.orchestra.run.smithi118.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-01-18T21:52:59.381 INFO:teuthology.orchestra.run.smithi118.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-01-18T21:52:59.381 INFO:teuthology.orchestra.run.smithi118.stdout: "otp_pool": "z.rgw.otp", 2024-01-18T21:52:59.381 INFO:teuthology.orchestra.run.smithi118.stdout: "system_key": { 2024-01-18T21:52:59.381 INFO:teuthology.orchestra.run.smithi118.stdout: "access_key": "", 2024-01-18T21:52:59.381 INFO:teuthology.orchestra.run.smithi118.stdout: "secret_key": "" 2024-01-18T21:52:59.381 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:52:59.381 INFO:teuthology.orchestra.run.smithi118.stdout: "placement_pools": [ 2024-01-18T21:52:59.381 INFO:teuthology.orchestra.run.smithi118.stdout: { 2024-01-18T21:52:59.381 INFO:teuthology.orchestra.run.smithi118.stdout: "key": "default-placement", 2024-01-18T21:52:59.381 INFO:teuthology.orchestra.run.smithi118.stdout: "val": { 2024-01-18T21:52:59.381 INFO:teuthology.orchestra.run.smithi118.stdout: "index_pool": "z.rgw.buckets.index", 2024-01-18T21:52:59.382 INFO:teuthology.orchestra.run.smithi118.stdout: "storage_classes": { 2024-01-18T21:52:59.382 INFO:teuthology.orchestra.run.smithi118.stdout: "STANDARD": { 2024-01-18T21:52:59.382 INFO:teuthology.orchestra.run.smithi118.stdout: "data_pool": "z.rgw.buckets.data" 2024-01-18T21:52:59.382 INFO:teuthology.orchestra.run.smithi118.stdout: } 2024-01-18T21:52:59.382 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:52:59.382 INFO:teuthology.orchestra.run.smithi118.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-01-18T21:52:59.382 INFO:teuthology.orchestra.run.smithi118.stdout: "index_type": 0 2024-01-18T21:52:59.382 INFO:teuthology.orchestra.run.smithi118.stdout: } 2024-01-18T21:52:59.382 INFO:teuthology.orchestra.run.smithi118.stdout: } 2024-01-18T21:52:59.382 INFO:teuthology.orchestra.run.smithi118.stdout: ], 2024-01-18T21:52:59.382 INFO:teuthology.orchestra.run.smithi118.stdout: "realm_id": "50dc6563-94a4-4b2a-8325-4cf83077ffc1" 2024-01-18T21:52:59.382 INFO:teuthology.orchestra.run.smithi118.stdout:} 2024-01-18T21:52:59.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:59 smithi144 bash[35212]: audit 2024-01-18T21:52:59.098773+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921171\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921260\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921290\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921317\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921361\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921389\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921438\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921496\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:52:59.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:52:59 smithi144 bash[35212]: audit 2024-01-18T21:52:59.102393+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921171\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921260\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921290\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921317\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921361\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921389\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921438\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:53.921496\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:52:59.734 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:59 smithi118 bash[54218]: ts=2024-01-18T21:52:59.471Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2024-01-18T21:52:59.735 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:59 smithi118 bash[54218]: ts=2024-01-18T21:52:59.471Z caller=main.go:246 level=info build_context="(go=go1.20.7, platform=linux/amd64, user=root@df8d7debeef4, date=20230824-11:11:58, tags=netgo)" 2024-01-18T21:52:59.735 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:59 smithi118 bash[54218]: ts=2024-01-18T21:52:59.472Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.118 port=9094 2024-01-18T21:52:59.735 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:59 smithi118 bash[54218]: ts=2024-01-18T21:52:59.473Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-01-18T21:52:59.735 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:59 smithi118 bash[54218]: ts=2024-01-18T21:52:59.495Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-18T21:52:59.735 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:59 smithi118 bash[54218]: ts=2024-01-18T21:52:59.495Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-18T21:52:59.735 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:59 smithi118 bash[54218]: ts=2024-01-18T21:52:59.497Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2024-01-18T21:52:59.735 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:52:59 smithi118 bash[54218]: ts=2024-01-18T21:52:59.497Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-01-18T21:52:59.845 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 49a198c6-b64b-11ee-95ae-87774f69a715 -e sha1=491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-01-18T21:53:00.363 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:00 smithi118 bash[35127]: cephadm 2024-01-18T21:52:59.107019+0000 mgr.y (mgr.14142) 163 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-18T21:53:00.364 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:00 smithi118 bash[35127]: cephadm 2024-01-18T21:52:59.108657+0000 mgr.y (mgr.14142) 164 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi144 2024-01-18T21:53:00.364 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:00 smithi118 bash[35127]: cluster 2024-01-18T21:52:59.621013+0000 mgr.y (mgr.14142) 165 : cluster [DBG] pgmap v159: 33 pgs: 1 creating+activating, 4 unknown, 28 active+clean; 483 B data, 4.7 MiB used, 707 GiB / 715 GiB avail; 341 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-01-18T21:53:00.364 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:00 smithi118 bash[38532]: cephadm 2024-01-18T21:52:59.107019+0000 mgr.y (mgr.14142) 163 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-18T21:53:00.364 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:00 smithi118 bash[38532]: cephadm 2024-01-18T21:52:59.108657+0000 mgr.y (mgr.14142) 164 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi144 2024-01-18T21:53:00.364 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:00 smithi118 bash[38532]: cluster 2024-01-18T21:52:59.621013+0000 mgr.y (mgr.14142) 165 : cluster [DBG] pgmap v159: 33 pgs: 1 creating+activating, 4 unknown, 28 active+clean; 483 B data, 4.7 MiB used, 707 GiB / 715 GiB avail; 341 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-01-18T21:53:00.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:00 smithi144 bash[35212]: cephadm 2024-01-18T21:52:59.107019+0000 mgr.y (mgr.14142) 163 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-18T21:53:00.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:00 smithi144 bash[35212]: cephadm 2024-01-18T21:52:59.108657+0000 mgr.y (mgr.14142) 164 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi144 2024-01-18T21:53:00.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:00 smithi144 bash[35212]: cluster 2024-01-18T21:52:59.621013+0000 mgr.y (mgr.14142) 165 : cluster [DBG] pgmap v159: 33 pgs: 1 creating+activating, 4 unknown, 28 active+clean; 483 B data, 4.7 MiB used, 707 GiB / 715 GiB avail; 341 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-01-18T21:53:01.186 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:00 smithi144 systemd[1]: Stopping Ceph prometheus.a for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:53:01.186 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:00 smithi144 bash[45836]: ts=2024-01-18T21:53:00.961Z caller=main.go:874 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-01-18T21:53:01.186 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:00 smithi144 bash[45836]: ts=2024-01-18T21:53:00.961Z caller=main.go:898 level=info msg="Stopping scrape discovery manager..." 2024-01-18T21:53:01.186 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:00 smithi144 bash[45836]: ts=2024-01-18T21:53:00.961Z caller=main.go:912 level=info msg="Stopping notify discovery manager..." 2024-01-18T21:53:01.186 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:00 smithi144 bash[45836]: ts=2024-01-18T21:53:00.961Z caller=manager.go:160 level=info component="rule manager" msg="Stopping rule manager..." 2024-01-18T21:53:01.186 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:00 smithi144 bash[45836]: ts=2024-01-18T21:53:00.961Z caller=manager.go:170 level=info component="rule manager" msg="Rule manager stopped" 2024-01-18T21:53:01.186 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:00 smithi144 bash[45836]: ts=2024-01-18T21:53:00.961Z caller=main.go:949 level=info msg="Stopping scrape manager..." 2024-01-18T21:53:01.186 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:00 smithi144 bash[45836]: ts=2024-01-18T21:53:00.961Z caller=main.go:894 level=info msg="Scrape discovery manager stopped" 2024-01-18T21:53:01.187 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:00 smithi144 bash[45836]: ts=2024-01-18T21:53:00.961Z caller=main.go:908 level=info msg="Notify discovery manager stopped" 2024-01-18T21:53:01.187 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:00 smithi144 bash[45836]: ts=2024-01-18T21:53:00.961Z caller=main.go:941 level=info msg="Scrape manager stopped" 2024-01-18T21:53:01.187 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:00 smithi144 bash[45836]: ts=2024-01-18T21:53:00.962Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2024-01-18T21:53:01.187 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:00 smithi144 bash[45836]: ts=2024-01-18T21:53:00.962Z caller=main.go:1171 level=info msg="Notifier manager stopped" 2024-01-18T21:53:01.187 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:00 smithi144 bash[45836]: ts=2024-01-18T21:53:00.962Z caller=main.go:1183 level=info msg="See you next time!" 2024-01-18T21:53:01.597 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 podman[47175]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-prometheus.a 2024-01-18T21:53:01.597 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@prometheus.a.service: Succeeded. 2024-01-18T21:53:01.597 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 systemd[1]: Stopped Ceph prometheus.a for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:53:01.597 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@prometheus.a.service: Found left-over process 45856 (conmon) in control group while starting unit. Ignoring. 2024-01-18T21:53:01.597 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-01-18T21:53:01.597 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@prometheus.a.service: Found left-over process 47196 (podman) in control group while starting unit. Ignoring. 2024-01-18T21:53:01.597 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-01-18T21:53:01.597 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 systemd[1]: Starting Ceph prometheus.a for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:53:01.597 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 podman[47214]: Error: no container with ID or name "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-prometheus.a" found: no such container 2024-01-18T21:53:01.597 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@prometheus.a.service: Found left-over process 45856 (conmon) in control group while starting unit. Ignoring. 2024-01-18T21:53:01.598 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-01-18T21:53:01.598 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@prometheus.a.service: Found left-over process 47196 (podman) in control group while starting unit. Ignoring. 2024-01-18T21:53:01.598 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-01-18T21:53:01.598 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 systemd[1]: Started Ceph prometheus.a for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:53:01.734 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:53:01 smithi118 bash[54218]: ts=2024-01-18T21:53:01.474Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000533016s 2024-01-18T21:53:01.936 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.757Z caller=main.go:544 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-01-18T21:53:01.936 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.757Z caller=main.go:588 level=info msg="Starting Prometheus Server" mode=server version="(version=2.49.1, branch=HEAD, revision=43e14844a33b65e2a396e3944272af8b3a494071)" 2024-01-18T21:53:01.936 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.757Z caller=main.go:593 level=info build_context="(go=go1.21.6, platform=linux/amd64, user=root@6d5f4c649d25, date=20240115-16:58:43, tags=netgo,builtinassets,stringlabels)" 2024-01-18T21:53:01.936 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.757Z caller=main.go:594 level=info host_details="(Linux 4.18.0-535.el8.x86_64 #1 SMP Sun Jan 14 23:40:17 UTC 2024 x86_64 smithi144 (none))" 2024-01-18T21:53:01.936 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.757Z caller=main.go:595 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-01-18T21:53:01.937 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.758Z caller=main.go:596 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-01-18T21:53:01.937 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.759Z caller=web.go:565 level=info component=web msg="Start listening for connections" address=:9095 2024-01-18T21:53:01.937 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.759Z caller=main.go:1039 level=info msg="Starting TSDB ..." 2024-01-18T21:53:01.937 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.760Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2024-01-18T21:53:01.937 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.760Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-01-18T21:53:01.937 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.762Z caller=head.go:606 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-01-18T21:53:01.937 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.763Z caller=head.go:687 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.706µs 2024-01-18T21:53:01.937 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.763Z caller=head.go:695 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-01-18T21:53:01.937 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.763Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-01-18T21:53:01.937 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.763Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-01-18T21:53:01.937 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.763Z caller=head.go:803 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=23.29µs wal_replay_duration=395.17µs wbl_replay_duration=142ns total_replay_duration=440.151µs 2024-01-18T21:53:01.937 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.765Z caller=main.go:1060 level=info fs_type=XFS_SUPER_MAGIC 2024-01-18T21:53:01.937 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.765Z caller=main.go:1063 level=info msg="TSDB started" 2024-01-18T21:53:01.937 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.765Z caller=main.go:1245 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-01-18T21:53:01.938 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.765Z caller=main.go:1282 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=638.243µs db_storage=704ns remote_storage=1.01µs web_handler=387ns query_engine=560ns scrape=370.678µs scrape_sd=24.335µs notify=15.169µs notify_sd=6.361µs rules=23.596µs tracing=4.377µs 2024-01-18T21:53:01.938 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.765Z caller=main.go:1024 level=info msg="Server is ready to receive web requests." 2024-01-18T21:53:01.938 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:53:01 smithi144 bash[47228]: ts=2024-01-18T21:53:01.765Z caller=manager.go:146 level=info component="rule manager" msg="Starting rule manager..." 2024-01-18T21:53:02.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:02 smithi144 bash[35212]: cluster 2024-01-18T21:53:01.162514+0000 mon.a (mon.0) 689 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-01-18T21:53:02.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:02 smithi144 bash[35212]: audit 2024-01-18T21:53:01.163543+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.118:0/4237727314' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-18T21:53:02.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:02 smithi144 bash[35212]: audit 2024-01-18T21:53:01.163935+0000 mon.a (mon.0) 690 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-18T21:53:02.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:02 smithi144 bash[35212]: audit 2024-01-18T21:53:01.409304+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754804\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754917\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754956\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754989\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755019\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755051\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755113\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755144\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:53:02.437 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:02 smithi144 bash[35212]: audit 2024-01-18T21:53:01.412175+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754804\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754917\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754956\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754989\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755019\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755051\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755113\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755144\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:53:02.437 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:02 smithi144 bash[35212]: cephadm 2024-01-18T21:53:01.412568+0000 mgr.y (mgr.14142) 166 : cephadm [INF] Setting dashboard grafana config to https://smithi144:3000 2024-01-18T21:53:02.437 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:02 smithi144 bash[35212]: audit 2024-01-18T21:53:01.412725+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi144:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-01-18T21:53:02.437 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:02 smithi144 bash[35212]: audit 2024-01-18T21:53:01.415853+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi144:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-01-18T21:53:02.437 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:02 smithi144 bash[35212]: audit 2024-01-18T21:53:01.418316+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:53:02.437 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:02 smithi144 bash[35212]: cluster 2024-01-18T21:53:01.621323+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v161: 65 pgs: 32 unknown, 33 active+clean; 818 B data, 4.8 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 2.0 KiB/s wr, 3 op/s 2024-01-18T21:53:02.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:02 smithi118 bash[38532]: cluster 2024-01-18T21:53:01.162514+0000 mon.a (mon.0) 689 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-01-18T21:53:02.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:02 smithi118 bash[38532]: audit 2024-01-18T21:53:01.163543+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.118:0/4237727314' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-18T21:53:02.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:02 smithi118 bash[38532]: audit 2024-01-18T21:53:01.163935+0000 mon.a (mon.0) 690 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-18T21:53:02.485 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:02 smithi118 bash[35127]: cluster 2024-01-18T21:53:01.162514+0000 mon.a (mon.0) 689 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-01-18T21:53:02.485 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:02 smithi118 bash[35127]: audit 2024-01-18T21:53:01.163543+0000 mon.c (mon.1) 29 : audit [INF] from='client.? 172.21.15.118:0/4237727314' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-18T21:53:02.485 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:02 smithi118 bash[35127]: audit 2024-01-18T21:53:01.163935+0000 mon.a (mon.0) 690 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-18T21:53:02.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:02 smithi118 bash[38532]: audit 2024-01-18T21:53:01.409304+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754804\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754917\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754956\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754989\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755019\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755051\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755113\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755144\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:53:02.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:02 smithi118 bash[38532]: audit 2024-01-18T21:53:01.412175+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754804\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754917\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754956\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754989\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755019\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755051\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755113\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755144\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:53:02.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:02 smithi118 bash[38532]: cephadm 2024-01-18T21:53:01.412568+0000 mgr.y (mgr.14142) 166 : cephadm [INF] Setting dashboard grafana config to https://smithi144:3000 2024-01-18T21:53:02.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:02 smithi118 bash[38532]: audit 2024-01-18T21:53:01.412725+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi144:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-01-18T21:53:02.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:02 smithi118 bash[38532]: audit 2024-01-18T21:53:01.415853+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi144:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-01-18T21:53:02.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:02 smithi118 bash[38532]: audit 2024-01-18T21:53:01.418316+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:53:02.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:02 smithi118 bash[38532]: cluster 2024-01-18T21:53:01.621323+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v161: 65 pgs: 32 unknown, 33 active+clean; 818 B data, 4.8 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 2.0 KiB/s wr, 3 op/s 2024-01-18T21:53:02.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:02 smithi118 bash[35127]: audit 2024-01-18T21:53:01.409304+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754804\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754917\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754956\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754989\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755019\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755051\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755113\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755144\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:53:02.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:02 smithi118 bash[35127]: audit 2024-01-18T21:53:01.412175+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754804\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754917\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754956\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.754989\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755019\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755051\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755113\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:52:55.755144\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:53:02.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:02 smithi118 bash[35127]: cephadm 2024-01-18T21:53:01.412568+0000 mgr.y (mgr.14142) 166 : cephadm [INF] Setting dashboard grafana config to https://smithi144:3000 2024-01-18T21:53:02.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:02 smithi118 bash[35127]: audit 2024-01-18T21:53:01.412725+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi144:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-01-18T21:53:02.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:02 smithi118 bash[35127]: audit 2024-01-18T21:53:01.415853+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi144:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-01-18T21:53:02.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:02 smithi118 bash[35127]: audit 2024-01-18T21:53:01.418316+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:53:02.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:02 smithi118 bash[35127]: cluster 2024-01-18T21:53:01.621323+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v161: 65 pgs: 32 unknown, 33 active+clean; 818 B data, 4.8 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 2.0 KiB/s wr, 3 op/s 2024-01-18T21:53:03.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:03 smithi144 bash[35212]: audit 2024-01-18T21:53:02.169055+0000 mon.a (mon.0) 696 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-01-18T21:53:03.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:03 smithi144 bash[35212]: cluster 2024-01-18T21:53:02.169186+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-01-18T21:53:03.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:03 smithi144 bash[35212]: audit 2024-01-18T21:53:03.054462+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053347\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053419\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053449\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053477\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053503\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053529\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053555\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053581\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053607\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}}, \"last_daemon_update\": \"2024-01-18T21:53:03.053675\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:53:03.437 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:03 smithi144 bash[35212]: audit 2024-01-18T21:53:03.057392+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053347\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053419\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053449\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053477\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053503\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053529\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053555\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053581\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053607\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}}, \"last_daemon_update\": \"2024-01-18T21:53:03.053675\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:53:03.437 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:03 smithi144 bash[35212]: audit 2024-01-18T21:53:03.057946+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:53:03.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:03 smithi118 bash[38532]: audit 2024-01-18T21:53:02.169055+0000 mon.a (mon.0) 696 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-01-18T21:53:03.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:03 smithi118 bash[38532]: cluster 2024-01-18T21:53:02.169186+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-01-18T21:53:03.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:03 smithi118 bash[35127]: audit 2024-01-18T21:53:02.169055+0000 mon.a (mon.0) 696 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-01-18T21:53:03.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:03 smithi118 bash[35127]: cluster 2024-01-18T21:53:02.169186+0000 mon.a (mon.0) 697 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-01-18T21:53:03.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:03 smithi118 bash[35127]: audit 2024-01-18T21:53:03.054462+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053347\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053419\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053449\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053477\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053503\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053529\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053555\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053581\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053607\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}}, \"last_daemon_update\": \"2024-01-18T21:53:03.053675\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:53:03.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:03 smithi118 bash[35127]: audit 2024-01-18T21:53:03.057392+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053347\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053419\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053449\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053477\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053503\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053529\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053555\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053581\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053607\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}}, \"last_daemon_update\": \"2024-01-18T21:53:03.053675\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:53:03.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:03 smithi118 bash[35127]: audit 2024-01-18T21:53:03.057946+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:53:03.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:03 smithi118 bash[38532]: audit 2024-01-18T21:53:03.054462+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053347\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053419\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053449\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053477\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053503\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053529\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053555\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053581\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053607\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}}, \"last_daemon_update\": \"2024-01-18T21:53:03.053675\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:53:03.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:03 smithi118 bash[38532]: audit 2024-01-18T21:53:03.057392+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053347\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053419\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053449\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053477\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053503\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053529\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053555\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053581\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:03.053607\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}}, \"last_daemon_update\": \"2024-01-18T21:53:03.053675\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:53:03.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:03 smithi118 bash[38532]: audit 2024-01-18T21:53:03.057946+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:53:04.359 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:04 smithi144 bash[35212]: cluster 2024-01-18T21:53:03.175105+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-01-18T21:53:04.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:04 smithi144 bash[35212]: audit 2024-01-18T21:53:03.176037+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.118:0/4237727314' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-18T21:53:04.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:04 smithi144 bash[35212]: audit 2024-01-18T21:53:03.180596+0000 mon.a (mon.0) 702 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-18T21:53:04.360 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:04 smithi144 bash[35212]: cluster 2024-01-18T21:53:03.621655+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v164: 97 pgs: 6 creating+peering, 45 unknown, 46 active+clean; 1.7 KiB data, 4.9 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2024-01-18T21:53:04.484 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:04 smithi118 bash[38532]: cluster 2024-01-18T21:53:03.175105+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-01-18T21:53:04.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:04 smithi118 bash[38532]: audit 2024-01-18T21:53:03.176037+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.118:0/4237727314' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-18T21:53:04.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:04 smithi118 bash[38532]: audit 2024-01-18T21:53:03.180596+0000 mon.a (mon.0) 702 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-18T21:53:04.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:04 smithi118 bash[38532]: cluster 2024-01-18T21:53:03.621655+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v164: 97 pgs: 6 creating+peering, 45 unknown, 46 active+clean; 1.7 KiB data, 4.9 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2024-01-18T21:53:04.485 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:04 smithi118 bash[35127]: cluster 2024-01-18T21:53:03.175105+0000 mon.a (mon.0) 701 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-01-18T21:53:04.485 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:04 smithi118 bash[35127]: audit 2024-01-18T21:53:03.176037+0000 mon.c (mon.1) 30 : audit [INF] from='client.? 172.21.15.118:0/4237727314' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-18T21:53:04.485 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:04 smithi118 bash[35127]: audit 2024-01-18T21:53:03.180596+0000 mon.a (mon.0) 702 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-18T21:53:04.485 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:04 smithi118 bash[35127]: cluster 2024-01-18T21:53:03.621655+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v164: 97 pgs: 6 creating+peering, 45 unknown, 46 active+clean; 1.7 KiB data, 4.9 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 2.2 KiB/s wr, 5 op/s 2024-01-18T21:53:05.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:05 smithi144 bash[35212]: audit 2024-01-18T21:53:04.182715+0000 mon.a (mon.0) 703 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-01-18T21:53:05.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:05 smithi144 bash[35212]: cluster 2024-01-18T21:53:04.182816+0000 mon.a (mon.0) 704 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-18T21:53:05.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:05 smithi144 bash[35212]: audit 2024-01-18T21:53:04.938096+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936921\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936955\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936985\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937013\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937041\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937070\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937098\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937126\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_daemon_update\": \"2024-01-18T21:53:04.937205\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:53:05.437 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:05 smithi144 bash[35212]: audit 2024-01-18T21:53:04.941346+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936921\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936955\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936985\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937013\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937041\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937070\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937098\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937126\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_daemon_update\": \"2024-01-18T21:53:04.937205\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:53:05.437 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:05 smithi144 bash[35212]: audit 2024-01-18T21:53:04.944056+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:53:05.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:05 smithi118 bash[38532]: audit 2024-01-18T21:53:04.182715+0000 mon.a (mon.0) 703 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-01-18T21:53:05.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:05 smithi118 bash[38532]: cluster 2024-01-18T21:53:04.182816+0000 mon.a (mon.0) 704 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-18T21:53:05.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:05 smithi118 bash[38532]: audit 2024-01-18T21:53:04.938096+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936921\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936955\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936985\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937013\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937041\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937070\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937098\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937126\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_daemon_update\": \"2024-01-18T21:53:04.937205\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:53:05.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:05 smithi118 bash[38532]: audit 2024-01-18T21:53:04.941346+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936921\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936955\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936985\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937013\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937041\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937070\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937098\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937126\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_daemon_update\": \"2024-01-18T21:53:04.937205\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:53:05.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:05 smithi118 bash[38532]: audit 2024-01-18T21:53:04.944056+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:53:05.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:05 smithi118 bash[35127]: audit 2024-01-18T21:53:04.182715+0000 mon.a (mon.0) 703 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-01-18T21:53:05.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:05 smithi118 bash[35127]: cluster 2024-01-18T21:53:04.182816+0000 mon.a (mon.0) 704 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-18T21:53:05.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:05 smithi118 bash[35127]: audit 2024-01-18T21:53:04.938096+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936921\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936955\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936985\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937013\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937041\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937070\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937098\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937126\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_daemon_update\": \"2024-01-18T21:53:04.937205\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:53:05.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:05 smithi118 bash[35127]: audit 2024-01-18T21:53:04.941346+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936826\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936921\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936955\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.936985\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937013\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937041\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937070\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937098\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:04.937126\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_daemon_update\": \"2024-01-18T21:53:04.937205\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:53:05.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:05 smithi118 bash[35127]: audit 2024-01-18T21:53:04.944056+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:53:06.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:06 smithi144 bash[35212]: cluster 2024-01-18T21:53:05.188510+0000 mon.a (mon.0) 708 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-01-18T21:53:06.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:06 smithi144 bash[35212]: audit 2024-01-18T21:53:05.191292+0000 mon.a (mon.0) 709 : audit [INF] from='client.? 172.21.15.118:0/2255753022' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T21:53:06.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:06 smithi144 bash[35212]: cluster 2024-01-18T21:53:05.622006+0000 mgr.y (mgr.14142) 169 : cluster [DBG] pgmap v167: 129 pgs: 22 creating+peering, 50 unknown, 57 active+clean; 1.8 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 1023 B/s wr, 5 op/s 2024-01-18T21:53:06.484 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:06 smithi118 bash[38532]: cluster 2024-01-18T21:53:05.188510+0000 mon.a (mon.0) 708 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-01-18T21:53:06.484 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:06 smithi118 bash[38532]: audit 2024-01-18T21:53:05.191292+0000 mon.a (mon.0) 709 : audit [INF] from='client.? 172.21.15.118:0/2255753022' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T21:53:06.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:06 smithi118 bash[38532]: cluster 2024-01-18T21:53:05.622006+0000 mgr.y (mgr.14142) 169 : cluster [DBG] pgmap v167: 129 pgs: 22 creating+peering, 50 unknown, 57 active+clean; 1.8 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 1023 B/s wr, 5 op/s 2024-01-18T21:53:06.485 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:06 smithi118 bash[35127]: cluster 2024-01-18T21:53:05.188510+0000 mon.a (mon.0) 708 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-01-18T21:53:06.485 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:06 smithi118 bash[35127]: audit 2024-01-18T21:53:05.191292+0000 mon.a (mon.0) 709 : audit [INF] from='client.? 172.21.15.118:0/2255753022' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-01-18T21:53:06.485 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:06 smithi118 bash[35127]: cluster 2024-01-18T21:53:05.622006+0000 mgr.y (mgr.14142) 169 : cluster [DBG] pgmap v167: 129 pgs: 22 creating+peering, 50 unknown, 57 active+clean; 1.8 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 1023 B/s wr, 5 op/s 2024-01-18T21:53:07.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:07 smithi118 bash[38532]: audit 2024-01-18T21:53:06.194187+0000 mon.a (mon.0) 710 : audit [INF] from='client.? 172.21.15.118:0/2255753022' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-01-18T21:53:07.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:07 smithi118 bash[38532]: cluster 2024-01-18T21:53:06.194312+0000 mon.a (mon.0) 711 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-01-18T21:53:07.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:07 smithi118 bash[38532]: audit 2024-01-18T21:53:06.197712+0000 mon.a (mon.0) 712 : audit [INF] from='client.? 172.21.15.118:0/2255753022' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T21:53:07.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:07 smithi118 bash[35127]: audit 2024-01-18T21:53:06.194187+0000 mon.a (mon.0) 710 : audit [INF] from='client.? 172.21.15.118:0/2255753022' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-01-18T21:53:07.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:07 smithi118 bash[35127]: cluster 2024-01-18T21:53:06.194312+0000 mon.a (mon.0) 711 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-01-18T21:53:07.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:07 smithi118 bash[35127]: audit 2024-01-18T21:53:06.197712+0000 mon.a (mon.0) 712 : audit [INF] from='client.? 172.21.15.118:0/2255753022' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T21:53:07.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:07 smithi118 bash[35127]: audit 2024-01-18T21:53:06.511669+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510576\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510662\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510692\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510720\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510746\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510773\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510799\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510825\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510851\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}}, \"last_daemon_update\": \"2024-01-18T21:53:06.510941\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:53:07.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:07 smithi118 bash[35127]: audit 2024-01-18T21:53:06.514585+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510576\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510662\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510692\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510720\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510746\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510773\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510799\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510825\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510851\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}}, \"last_daemon_update\": \"2024-01-18T21:53:06.510941\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:53:07.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:07 smithi118 bash[35127]: audit 2024-01-18T21:53:06.515094+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:53:07.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:07 smithi118 bash[38532]: audit 2024-01-18T21:53:06.511669+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510576\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510662\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510692\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510720\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510746\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510773\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510799\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510825\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510851\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}}, \"last_daemon_update\": \"2024-01-18T21:53:06.510941\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:53:07.487 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:07 smithi118 bash[38532]: audit 2024-01-18T21:53:06.514585+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510576\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510662\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510692\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510720\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510746\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510773\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510799\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510825\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510851\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}}, \"last_daemon_update\": \"2024-01-18T21:53:06.510941\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:53:07.487 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:07 smithi118 bash[38532]: audit 2024-01-18T21:53:06.515094+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:53:07.674 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:07 smithi144 bash[35212]: audit 2024-01-18T21:53:06.194187+0000 mon.a (mon.0) 710 : audit [INF] from='client.? 172.21.15.118:0/2255753022' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-01-18T21:53:07.674 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:07 smithi144 bash[35212]: cluster 2024-01-18T21:53:06.194312+0000 mon.a (mon.0) 711 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-01-18T21:53:07.674 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:07 smithi144 bash[35212]: audit 2024-01-18T21:53:06.197712+0000 mon.a (mon.0) 712 : audit [INF] from='client.? 172.21.15.118:0/2255753022' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-18T21:53:07.674 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:07 smithi144 bash[35212]: audit 2024-01-18T21:53:06.511669+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510576\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510662\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510692\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510720\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510746\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510773\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510799\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510825\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510851\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}}, \"last_daemon_update\": \"2024-01-18T21:53:06.510941\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:53:07.674 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:07 smithi144 bash[35212]: audit 2024-01-18T21:53:06.514585+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510576\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510662\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510692\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510720\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510746\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510773\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510799\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510825\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510851\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}}, \"last_daemon_update\": \"2024-01-18T21:53:06.510941\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:53:07.674 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:07 smithi144 bash[35212]: audit 2024-01-18T21:53:06.515094+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:53:08.266 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2024-01-18T21:53:08.266 INFO:teuthology.orchestra.run.smithi118.stdout: "id": "b42d6349-b17c-4fe5-9c2e-606edbd214c5", 2024-01-18T21:53:08.266 INFO:teuthology.orchestra.run.smithi118.stdout: "epoch": 1, 2024-01-18T21:53:08.266 INFO:teuthology.orchestra.run.smithi118.stdout: "predecessor_uuid": "4bc12eaf-a349-4db0-9089-a9e964e725bc", 2024-01-18T21:53:08.266 INFO:teuthology.orchestra.run.smithi118.stdout: "sync_status": [], 2024-01-18T21:53:08.266 INFO:teuthology.orchestra.run.smithi118.stdout: "period_map": { 2024-01-18T21:53:08.266 INFO:teuthology.orchestra.run.smithi118.stdout: "id": "b42d6349-b17c-4fe5-9c2e-606edbd214c5", 2024-01-18T21:53:08.266 INFO:teuthology.orchestra.run.smithi118.stdout: "zonegroups": [ 2024-01-18T21:53:08.266 INFO:teuthology.orchestra.run.smithi118.stdout: { 2024-01-18T21:53:08.267 INFO:teuthology.orchestra.run.smithi118.stdout: "id": "18c03079-488d-4387-a013-541218485592", 2024-01-18T21:53:08.267 INFO:teuthology.orchestra.run.smithi118.stdout: "name": "default", 2024-01-18T21:53:08.267 INFO:teuthology.orchestra.run.smithi118.stdout: "api_name": "default", 2024-01-18T21:53:08.267 INFO:teuthology.orchestra.run.smithi118.stdout: "is_master": "true", 2024-01-18T21:53:08.267 INFO:teuthology.orchestra.run.smithi118.stdout: "endpoints": [], 2024-01-18T21:53:08.267 INFO:teuthology.orchestra.run.smithi118.stdout: "hostnames": [], 2024-01-18T21:53:08.267 INFO:teuthology.orchestra.run.smithi118.stdout: "hostnames_s3website": [], 2024-01-18T21:53:08.267 INFO:teuthology.orchestra.run.smithi118.stdout: "master_zone": "c685cc8c-84a8-4712-968c-2eed591000ce", 2024-01-18T21:53:08.267 INFO:teuthology.orchestra.run.smithi118.stdout: "zones": [ 2024-01-18T21:53:08.267 INFO:teuthology.orchestra.run.smithi118.stdout: { 2024-01-18T21:53:08.267 INFO:teuthology.orchestra.run.smithi118.stdout: "id": "c685cc8c-84a8-4712-968c-2eed591000ce", 2024-01-18T21:53:08.267 INFO:teuthology.orchestra.run.smithi118.stdout: "name": "z", 2024-01-18T21:53:08.267 INFO:teuthology.orchestra.run.smithi118.stdout: "endpoints": [], 2024-01-18T21:53:08.268 INFO:teuthology.orchestra.run.smithi118.stdout: "log_meta": "false", 2024-01-18T21:53:08.268 INFO:teuthology.orchestra.run.smithi118.stdout: "log_data": "false", 2024-01-18T21:53:08.268 INFO:teuthology.orchestra.run.smithi118.stdout: "bucket_index_max_shards": 11, 2024-01-18T21:53:08.268 INFO:teuthology.orchestra.run.smithi118.stdout: "read_only": "false", 2024-01-18T21:53:08.268 INFO:teuthology.orchestra.run.smithi118.stdout: "tier_type": "", 2024-01-18T21:53:08.268 INFO:teuthology.orchestra.run.smithi118.stdout: "sync_from_all": "true", 2024-01-18T21:53:08.268 INFO:teuthology.orchestra.run.smithi118.stdout: "sync_from": [], 2024-01-18T21:53:08.268 INFO:teuthology.orchestra.run.smithi118.stdout: "redirect_zone": "" 2024-01-18T21:53:08.268 INFO:teuthology.orchestra.run.smithi118.stdout: } 2024-01-18T21:53:08.268 INFO:teuthology.orchestra.run.smithi118.stdout: ], 2024-01-18T21:53:08.268 INFO:teuthology.orchestra.run.smithi118.stdout: "placement_targets": [ 2024-01-18T21:53:08.268 INFO:teuthology.orchestra.run.smithi118.stdout: { 2024-01-18T21:53:08.268 INFO:teuthology.orchestra.run.smithi118.stdout: "name": "default-placement", 2024-01-18T21:53:08.268 INFO:teuthology.orchestra.run.smithi118.stdout: "tags": [], 2024-01-18T21:53:08.269 INFO:teuthology.orchestra.run.smithi118.stdout: "storage_classes": [ 2024-01-18T21:53:08.269 INFO:teuthology.orchestra.run.smithi118.stdout: "STANDARD" 2024-01-18T21:53:08.269 INFO:teuthology.orchestra.run.smithi118.stdout: ] 2024-01-18T21:53:08.269 INFO:teuthology.orchestra.run.smithi118.stdout: } 2024-01-18T21:53:08.269 INFO:teuthology.orchestra.run.smithi118.stdout: ], 2024-01-18T21:53:08.269 INFO:teuthology.orchestra.run.smithi118.stdout: "default_placement": "default-placement", 2024-01-18T21:53:08.269 INFO:teuthology.orchestra.run.smithi118.stdout: "realm_id": "50dc6563-94a4-4b2a-8325-4cf83077ffc1", 2024-01-18T21:53:08.269 INFO:teuthology.orchestra.run.smithi118.stdout: "sync_policy": { 2024-01-18T21:53:08.269 INFO:teuthology.orchestra.run.smithi118.stdout: "groups": [] 2024-01-18T21:53:08.269 INFO:teuthology.orchestra.run.smithi118.stdout: } 2024-01-18T21:53:08.269 INFO:teuthology.orchestra.run.smithi118.stdout: } 2024-01-18T21:53:08.269 INFO:teuthology.orchestra.run.smithi118.stdout: ], 2024-01-18T21:53:08.269 INFO:teuthology.orchestra.run.smithi118.stdout: "short_zone_ids": [ 2024-01-18T21:53:08.269 INFO:teuthology.orchestra.run.smithi118.stdout: { 2024-01-18T21:53:08.269 INFO:teuthology.orchestra.run.smithi118.stdout: "key": "c685cc8c-84a8-4712-968c-2eed591000ce", 2024-01-18T21:53:08.270 INFO:teuthology.orchestra.run.smithi118.stdout: "val": 2175086291 2024-01-18T21:53:08.270 INFO:teuthology.orchestra.run.smithi118.stdout: } 2024-01-18T21:53:08.270 INFO:teuthology.orchestra.run.smithi118.stdout: ] 2024-01-18T21:53:08.270 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:53:08.270 INFO:teuthology.orchestra.run.smithi118.stdout: "master_zonegroup": "18c03079-488d-4387-a013-541218485592", 2024-01-18T21:53:08.270 INFO:teuthology.orchestra.run.smithi118.stdout: "master_zone": "c685cc8c-84a8-4712-968c-2eed591000ce", 2024-01-18T21:53:08.270 INFO:teuthology.orchestra.run.smithi118.stdout: "period_config": { 2024-01-18T21:53:08.270 INFO:teuthology.orchestra.run.smithi118.stdout: "bucket_quota": { 2024-01-18T21:53:08.270 INFO:teuthology.orchestra.run.smithi118.stdout: "enabled": false, 2024-01-18T21:53:08.270 INFO:teuthology.orchestra.run.smithi118.stdout: "check_on_raw": false, 2024-01-18T21:53:08.270 INFO:teuthology.orchestra.run.smithi118.stdout: "max_size": -1, 2024-01-18T21:53:08.270 INFO:teuthology.orchestra.run.smithi118.stdout: "max_size_kb": 0, 2024-01-18T21:53:08.270 INFO:teuthology.orchestra.run.smithi118.stdout: "max_objects": -1 2024-01-18T21:53:08.270 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:53:08.270 INFO:teuthology.orchestra.run.smithi118.stdout: "user_quota": { 2024-01-18T21:53:08.270 INFO:teuthology.orchestra.run.smithi118.stdout: "enabled": false, 2024-01-18T21:53:08.270 INFO:teuthology.orchestra.run.smithi118.stdout: "check_on_raw": false, 2024-01-18T21:53:08.271 INFO:teuthology.orchestra.run.smithi118.stdout: "max_size": -1, 2024-01-18T21:53:08.271 INFO:teuthology.orchestra.run.smithi118.stdout: "max_size_kb": 0, 2024-01-18T21:53:08.271 INFO:teuthology.orchestra.run.smithi118.stdout: "max_objects": -1 2024-01-18T21:53:08.271 INFO:teuthology.orchestra.run.smithi118.stdout: } 2024-01-18T21:53:08.271 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:53:08.271 INFO:teuthology.orchestra.run.smithi118.stdout: "realm_id": "50dc6563-94a4-4b2a-8325-4cf83077ffc1", 2024-01-18T21:53:08.271 INFO:teuthology.orchestra.run.smithi118.stdout: "realm_name": "r", 2024-01-18T21:53:08.271 INFO:teuthology.orchestra.run.smithi118.stdout: "realm_epoch": 2 2024-01-18T21:53:08.271 INFO:teuthology.orchestra.run.smithi118.stdout:} 2024-01-18T21:53:08.347 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:08 smithi144 bash[35212]: audit 2024-01-18T21:53:07.195492+0000 mon.a (mon.0) 716 : audit [INF] from='client.? 172.21.15.118:0/2255753022' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-18T21:53:08.347 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:08 smithi144 bash[35212]: cluster 2024-01-18T21:53:07.195539+0000 mon.a (mon.0) 717 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-01-18T21:53:08.347 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:08 smithi144 bash[35212]: audit 2024-01-18T21:53:07.196810+0000 mon.a (mon.0) 718 : audit [INF] from='client.? 172.21.15.118:0/2255753022' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-01-18T21:53:08.347 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:08 smithi144 bash[35212]: cluster 2024-01-18T21:53:07.622621+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v170: 129 pgs: 20 creating+peering, 26 unknown, 83 active+clean; 1.8 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2024-01-18T21:53:08.347 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:08 smithi144 bash[35212]: audit 2024-01-18T21:53:08.196872+0000 mon.a (mon.0) 719 : audit [INF] from='client.? 172.21.15.118:0/2255753022' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-01-18T21:53:08.347 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:08 smithi144 bash[35212]: cluster 2024-01-18T21:53:08.196932+0000 mon.a (mon.0) 720 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-01-18T21:53:08.484 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:08 smithi118 bash[38532]: audit 2024-01-18T21:53:07.195492+0000 mon.a (mon.0) 716 : audit [INF] from='client.? 172.21.15.118:0/2255753022' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-18T21:53:08.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:08 smithi118 bash[38532]: cluster 2024-01-18T21:53:07.195539+0000 mon.a (mon.0) 717 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-01-18T21:53:08.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:08 smithi118 bash[38532]: audit 2024-01-18T21:53:07.196810+0000 mon.a (mon.0) 718 : audit [INF] from='client.? 172.21.15.118:0/2255753022' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-01-18T21:53:08.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:08 smithi118 bash[38532]: cluster 2024-01-18T21:53:07.622621+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v170: 129 pgs: 20 creating+peering, 26 unknown, 83 active+clean; 1.8 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2024-01-18T21:53:08.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:08 smithi118 bash[38532]: audit 2024-01-18T21:53:08.196872+0000 mon.a (mon.0) 719 : audit [INF] from='client.? 172.21.15.118:0/2255753022' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-01-18T21:53:08.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:08 smithi118 bash[38532]: cluster 2024-01-18T21:53:08.196932+0000 mon.a (mon.0) 720 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-01-18T21:53:08.485 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:08 smithi118 bash[35127]: audit 2024-01-18T21:53:07.195492+0000 mon.a (mon.0) 716 : audit [INF] from='client.? 172.21.15.118:0/2255753022' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-18T21:53:08.485 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:08 smithi118 bash[35127]: cluster 2024-01-18T21:53:07.195539+0000 mon.a (mon.0) 717 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-01-18T21:53:08.485 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:08 smithi118 bash[35127]: audit 2024-01-18T21:53:07.196810+0000 mon.a (mon.0) 718 : audit [INF] from='client.? 172.21.15.118:0/2255753022' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-01-18T21:53:08.485 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:08 smithi118 bash[35127]: cluster 2024-01-18T21:53:07.622621+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v170: 129 pgs: 20 creating+peering, 26 unknown, 83 active+clean; 1.8 KiB data, 5.2 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 511 B/s wr, 1 op/s 2024-01-18T21:53:08.485 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:08 smithi118 bash[35127]: audit 2024-01-18T21:53:08.196872+0000 mon.a (mon.0) 719 : audit [INF] from='client.? 172.21.15.118:0/2255753022' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-01-18T21:53:08.485 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:08 smithi118 bash[35127]: cluster 2024-01-18T21:53:08.196932+0000 mon.a (mon.0) 720 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-01-18T21:53:08.590 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 49a198c6-b64b-11ee-95ae-87774f69a715 -e sha1=491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -- bash -c 'ceph orch apply rgw r z --placement=2 --port=8000' 2024-01-18T21:53:09.468 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:09 smithi118 bash[35127]: audit 2024-01-18T21:53:08.328544+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327377\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327450\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327481\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327509\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327536\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327562\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327589\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327616\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327642\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_daemon_update\": \"2024-01-18T21:53:08.327713\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:53:09.469 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:09 smithi118 bash[35127]: audit 2024-01-18T21:53:08.331188+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327377\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327450\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327481\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327509\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327536\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327562\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327589\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327616\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327642\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_daemon_update\": \"2024-01-18T21:53:08.327713\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:53:09.469 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:09 smithi118 bash[38532]: audit 2024-01-18T21:53:08.328544+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327377\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327450\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327481\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327509\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327536\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327562\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327589\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327616\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327642\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_daemon_update\": \"2024-01-18T21:53:08.327713\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:53:09.469 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:09 smithi118 bash[38532]: audit 2024-01-18T21:53:08.331188+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327377\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327450\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327481\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327509\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327536\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327562\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327589\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327616\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327642\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_daemon_update\": \"2024-01-18T21:53:08.327713\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:53:09.587 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:09 smithi144 bash[35212]: audit 2024-01-18T21:53:08.328544+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327377\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327450\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327481\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327509\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327536\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327562\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327589\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327616\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327642\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_daemon_update\": \"2024-01-18T21:53:08.327713\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:53:09.587 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:09 smithi144 bash[35212]: audit 2024-01-18T21:53:08.331188+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327377\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327450\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327481\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327509\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327536\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327562\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327589\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327616\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327642\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}}, \"last_daemon_update\": \"2024-01-18T21:53:08.327713\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:53:09.734 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:53:09 smithi118 bash[54218]: ts=2024-01-18T21:53:09.477Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.003683272s 2024-01-18T21:53:09.811 INFO:teuthology.orchestra.run.smithi118.stdout:Scheduled rgw update... 2024-01-18T21:53:10.176 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 49a198c6-b64b-11ee-95ae-87774f69a715 -e sha1=491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -- bash -c 'sleep 120' 2024-01-18T21:53:10.427 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[35127]: cluster 2024-01-18T21:53:09.623086+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v172: 129 pgs: 4 creating+peering, 5 unknown, 120 active+clean; 3.1 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 461 B/s rd, 3.2 KiB/s wr, 12 op/s 2024-01-18T21:53:10.427 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[35127]: audit 2024-01-18T21:53:09.816382+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-18T21:53:09.816037\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-01-18T21:53:10.427 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[35127]: audit 2024-01-18T21:53:09.819014+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-18T21:53:09.816037\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-01-18T21:53:10.427 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[35127]: audit 2024-01-18T21:53:09.820677+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-01-18T21:53:10.427 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[35127]: audit 2024-01-18T21:53:09.824769+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-01-18T21:53:10.427 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[35127]: audit 2024-01-18T21:53:09.825456+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-01-18T21:53:10.427 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[35127]: audit 2024-01-18T21:53:09.830342+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-01-18T21:53:10.427 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[35127]: audit 2024-01-18T21:53:09.831044+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-01-18T21:53:10.427 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[35127]: audit 2024-01-18T21:53:09.835454+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-01-18T21:53:10.427 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[35127]: audit 2024-01-18T21:53:09.836179+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi144.hykdhd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-18T21:53:10.428 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[35127]: audit 2024-01-18T21:53:09.838883+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi144.hykdhd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-18T21:53:10.428 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[35127]: audit 2024-01-18T21:53:09.839410+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:53:10.428 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[35127]: audit 2024-01-18T21:53:09.840110+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi144.hykdhd", "key": "container_image"}]: dispatch 2024-01-18T21:53:10.428 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[38532]: cluster 2024-01-18T21:53:09.623086+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v172: 129 pgs: 4 creating+peering, 5 unknown, 120 active+clean; 3.1 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 461 B/s rd, 3.2 KiB/s wr, 12 op/s 2024-01-18T21:53:10.428 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[38532]: audit 2024-01-18T21:53:09.816382+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-18T21:53:09.816037\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-01-18T21:53:10.428 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[38532]: audit 2024-01-18T21:53:09.819014+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-18T21:53:09.816037\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-01-18T21:53:10.428 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[38532]: audit 2024-01-18T21:53:09.820677+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-01-18T21:53:10.428 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[38532]: audit 2024-01-18T21:53:09.824769+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-01-18T21:53:10.428 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[38532]: audit 2024-01-18T21:53:09.825456+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-01-18T21:53:10.428 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[38532]: audit 2024-01-18T21:53:09.830342+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-01-18T21:53:10.428 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[38532]: audit 2024-01-18T21:53:09.831044+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-01-18T21:53:10.428 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[38532]: audit 2024-01-18T21:53:09.835454+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-01-18T21:53:10.429 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[38532]: audit 2024-01-18T21:53:09.836179+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi144.hykdhd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-18T21:53:10.429 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[38532]: audit 2024-01-18T21:53:09.838883+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi144.hykdhd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-18T21:53:10.429 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[38532]: audit 2024-01-18T21:53:09.839410+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:53:10.429 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:10 smithi118 bash[38532]: audit 2024-01-18T21:53:09.840110+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi144.hykdhd", "key": "container_image"}]: dispatch 2024-01-18T21:53:10.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:10 smithi144 bash[35212]: cluster 2024-01-18T21:53:09.623086+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v172: 129 pgs: 4 creating+peering, 5 unknown, 120 active+clean; 3.1 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 461 B/s rd, 3.2 KiB/s wr, 12 op/s 2024-01-18T21:53:10.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:10 smithi144 bash[35212]: audit 2024-01-18T21:53:09.816382+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-18T21:53:09.816037\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-01-18T21:53:10.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:10 smithi144 bash[35212]: audit 2024-01-18T21:53:09.819014+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-18T21:53:09.816037\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-01-18T21:53:10.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:10 smithi144 bash[35212]: audit 2024-01-18T21:53:09.820677+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-01-18T21:53:10.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:10 smithi144 bash[35212]: audit 2024-01-18T21:53:09.824769+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-01-18T21:53:10.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:10 smithi144 bash[35212]: audit 2024-01-18T21:53:09.825456+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-01-18T21:53:10.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:10 smithi144 bash[35212]: audit 2024-01-18T21:53:09.830342+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-01-18T21:53:10.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:10 smithi144 bash[35212]: audit 2024-01-18T21:53:09.831044+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-01-18T21:53:10.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:10 smithi144 bash[35212]: audit 2024-01-18T21:53:09.835454+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-01-18T21:53:10.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:10 smithi144 bash[35212]: audit 2024-01-18T21:53:09.836179+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi144.hykdhd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-18T21:53:10.437 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:10 smithi144 bash[35212]: audit 2024-01-18T21:53:09.838883+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi144.hykdhd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-18T21:53:10.437 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:10 smithi144 bash[35212]: audit 2024-01-18T21:53:09.839410+0000 mon.a (mon.0) 733 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:53:10.437 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:10 smithi144 bash[35212]: audit 2024-01-18T21:53:09.840110+0000 mon.a (mon.0) 734 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi144.hykdhd", "key": "container_image"}]: dispatch 2024-01-18T21:53:11.283 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:11 smithi118 bash[35127]: audit 2024-01-18T21:53:09.815543+0000 mgr.y (mgr.14142) 172 : audit [DBG] from='client.24595 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:53:11.283 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:11 smithi118 bash[35127]: cephadm 2024-01-18T21:53:09.816024+0000 mgr.y (mgr.14142) 173 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-01-18T21:53:11.283 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:11 smithi118 bash[35127]: cephadm 2024-01-18T21:53:09.839799+0000 mgr.y (mgr.14142) 174 : cephadm [INF] Deploying daemon rgw.r.z.smithi144.hykdhd on smithi144 2024-01-18T21:53:11.283 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:11 smithi118 bash[38532]: audit 2024-01-18T21:53:09.815543+0000 mgr.y (mgr.14142) 172 : audit [DBG] from='client.24595 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:53:11.284 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:11 smithi118 bash[38532]: cephadm 2024-01-18T21:53:09.816024+0000 mgr.y (mgr.14142) 173 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-01-18T21:53:11.284 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:11 smithi118 bash[38532]: cephadm 2024-01-18T21:53:09.839799+0000 mgr.y (mgr.14142) 174 : cephadm [INF] Deploying daemon rgw.r.z.smithi144.hykdhd on smithi144 2024-01-18T21:53:11.284 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:11 smithi118 bash[35127]: audit 2024-01-18T21:53:10.967101+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327377\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327450\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327481\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327509\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327536\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327562\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327589\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327616\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327642\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:53:11.284 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:11 smithi118 bash[38532]: audit 2024-01-18T21:53:10.967101+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327377\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327450\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327481\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327509\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327536\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327562\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327589\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327616\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327642\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:53:11.285 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:11 smithi118 bash[35127]: audit 2024-01-18T21:53:10.969799+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327377\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327450\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327481\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327509\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327536\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327562\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327589\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327616\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327642\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:53:11.285 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:11 smithi118 bash[35127]: audit 2024-01-18T21:53:10.970321+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi118.bcicuk", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-18T21:53:11.285 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:11 smithi118 bash[35127]: audit 2024-01-18T21:53:10.972754+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi118.bcicuk", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-18T21:53:11.285 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:11 smithi118 bash[35127]: audit 2024-01-18T21:53:10.973341+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:53:11.285 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:11 smithi118 bash[35127]: audit 2024-01-18T21:53:10.974014+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi118.bcicuk", "key": "container_image"}]: dispatch 2024-01-18T21:53:11.285 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:11 smithi118 bash[38532]: audit 2024-01-18T21:53:10.969799+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327377\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327450\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327481\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327509\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327536\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327562\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327589\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327616\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327642\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:53:11.286 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:11 smithi118 bash[38532]: audit 2024-01-18T21:53:10.970321+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi118.bcicuk", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-18T21:53:11.286 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:11 smithi118 bash[38532]: audit 2024-01-18T21:53:10.972754+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi118.bcicuk", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-18T21:53:11.286 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:11 smithi118 bash[38532]: audit 2024-01-18T21:53:10.973341+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:53:11.286 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:11 smithi118 bash[38532]: audit 2024-01-18T21:53:10.974014+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi118.bcicuk", "key": "container_image"}]: dispatch 2024-01-18T21:53:11.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:11 smithi144 bash[35212]: audit 2024-01-18T21:53:09.815543+0000 mgr.y (mgr.14142) 172 : audit [DBG] from='client.24595 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:53:11.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:11 smithi144 bash[35212]: cephadm 2024-01-18T21:53:09.816024+0000 mgr.y (mgr.14142) 173 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-01-18T21:53:11.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:11 smithi144 bash[35212]: cephadm 2024-01-18T21:53:09.839799+0000 mgr.y (mgr.14142) 174 : cephadm [INF] Deploying daemon rgw.r.z.smithi144.hykdhd on smithi144 2024-01-18T21:53:11.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:11 smithi144 bash[35212]: audit 2024-01-18T21:53:10.967101+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327377\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327450\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327481\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327509\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327536\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327562\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327589\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327616\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327642\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:53:11.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:11 smithi144 bash[35212]: audit 2024-01-18T21:53:10.969799+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327377\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327450\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327481\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327509\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327536\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327562\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327589\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327616\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:08.327642\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:53:11.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:11 smithi144 bash[35212]: audit 2024-01-18T21:53:10.970321+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi118.bcicuk", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-18T21:53:11.437 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:11 smithi144 bash[35212]: audit 2024-01-18T21:53:10.972754+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi118.bcicuk", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-18T21:53:11.437 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:11 smithi144 bash[35212]: audit 2024-01-18T21:53:10.973341+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:53:11.437 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:11 smithi144 bash[35212]: audit 2024-01-18T21:53:10.974014+0000 mon.a (mon.0) 740 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi118.bcicuk", "key": "container_image"}]: dispatch 2024-01-18T21:53:12.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:12 smithi118 bash[38532]: cephadm 2024-01-18T21:53:10.973731+0000 mgr.y (mgr.14142) 175 : cephadm [INF] Deploying daemon rgw.r.z.smithi118.bcicuk on smithi118 2024-01-18T21:53:12.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:12 smithi118 bash[38532]: cluster 2024-01-18T21:53:11.623527+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.6 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 3.5 KiB/s wr, 13 op/s 2024-01-18T21:53:12.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:12 smithi118 bash[35127]: cephadm 2024-01-18T21:53:10.973731+0000 mgr.y (mgr.14142) 175 : cephadm [INF] Deploying daemon rgw.r.z.smithi118.bcicuk on smithi118 2024-01-18T21:53:12.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:12 smithi118 bash[35127]: cluster 2024-01-18T21:53:11.623527+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.6 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 3.5 KiB/s wr, 13 op/s 2024-01-18T21:53:12.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:12 smithi118 bash[35127]: audit 2024-01-18T21:53:12.072294+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510576\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510662\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510692\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510720\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510746\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510773\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510799\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510825\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510851\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}, \"rgw.r.z.smithi118.bcicuk\": {\"hostname\": \"smithi118\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:53:12.736 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:12 smithi118 bash[38532]: audit 2024-01-18T21:53:12.072294+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510576\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510662\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510692\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510720\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510746\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510773\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510799\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510825\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510851\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}, \"rgw.r.z.smithi118.bcicuk\": {\"hostname\": \"smithi118\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:53:12.736 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:12 smithi118 bash[38532]: audit 2024-01-18T21:53:12.075433+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510576\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510662\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510692\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510720\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510746\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510773\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510799\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510825\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510851\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}, \"rgw.r.z.smithi118.bcicuk\": {\"hostname\": \"smithi118\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:53:12.736 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:12 smithi118 bash[38532]: audit 2024-01-18T21:53:12.076536+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:53:12.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:12 smithi118 bash[35127]: audit 2024-01-18T21:53:12.075433+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510576\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510662\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510692\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510720\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510746\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510773\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510799\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510825\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510851\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}, \"rgw.r.z.smithi118.bcicuk\": {\"hostname\": \"smithi118\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:53:12.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:12 smithi118 bash[35127]: audit 2024-01-18T21:53:12.076536+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:53:12.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:12 smithi144 bash[35212]: cephadm 2024-01-18T21:53:10.973731+0000 mgr.y (mgr.14142) 175 : cephadm [INF] Deploying daemon rgw.r.z.smithi118.bcicuk on smithi118 2024-01-18T21:53:12.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:12 smithi144 bash[35212]: cluster 2024-01-18T21:53:11.623527+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.6 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 682 B/s rd, 3.5 KiB/s wr, 13 op/s 2024-01-18T21:53:12.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:12 smithi144 bash[35212]: audit 2024-01-18T21:53:12.072294+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510576\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510662\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510692\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510720\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510746\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510773\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510799\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510825\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510851\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}, \"rgw.r.z.smithi118.bcicuk\": {\"hostname\": \"smithi118\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:53:12.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:12 smithi144 bash[35212]: audit 2024-01-18T21:53:12.075433+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510576\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510662\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510692\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510720\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510746\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510773\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510799\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510825\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:06.510851\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}, \"rgw.r.z.smithi118.bcicuk\": {\"hostname\": \"smithi118\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:53:12.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:12 smithi144 bash[35212]: audit 2024-01-18T21:53:12.076536+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:53:14.892 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:14 smithi144 bash[35212]: cluster 2024-01-18T21:53:13.624169+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 6.9 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 59 KiB/s rd, 5.2 KiB/s wr, 130 op/s 2024-01-18T21:53:14.892 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:14 smithi144 bash[35212]: audit 2024-01-18T21:53:13.959858+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958510\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958584\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958613\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958639\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958665\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958691\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958716\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958741\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958767\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}, \"rgw.r.z.smithi118.bcicuk\": {\"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958792\", \"created\": \"2024-01-18T21:53:12.039968\", \"started\": \"2024-01-18T21:53:12.070187\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176\"}}, \"last_daemon_update\": \"2024-01-18T21:53:13.958859\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:53:14.892 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:14 smithi144 bash[35212]: audit 2024-01-18T21:53:13.962855+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958510\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958584\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958613\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958639\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958665\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958691\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958716\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958741\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958767\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}, \"rgw.r.z.smithi118.bcicuk\": {\"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958792\", \"created\": \"2024-01-18T21:53:12.039968\", \"started\": \"2024-01-18T21:53:12.070187\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176\"}}, \"last_daemon_update\": \"2024-01-18T21:53:13.958859\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:53:14.892 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:14 smithi144 bash[35212]: audit 2024-01-18T21:53:13.963393+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:53:14.985 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:14 smithi118 bash[35127]: cluster 2024-01-18T21:53:13.624169+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 6.9 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 59 KiB/s rd, 5.2 KiB/s wr, 130 op/s 2024-01-18T21:53:14.985 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:14 smithi118 bash[38532]: cluster 2024-01-18T21:53:13.624169+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 6.9 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 59 KiB/s rd, 5.2 KiB/s wr, 130 op/s 2024-01-18T21:53:14.985 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:14 smithi118 bash[38532]: audit 2024-01-18T21:53:13.959858+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958510\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958584\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958613\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958639\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958665\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958691\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958716\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958741\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958767\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}, \"rgw.r.z.smithi118.bcicuk\": {\"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958792\", \"created\": \"2024-01-18T21:53:12.039968\", \"started\": \"2024-01-18T21:53:12.070187\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176\"}}, \"last_daemon_update\": \"2024-01-18T21:53:13.958859\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:53:14.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:14 smithi118 bash[38532]: audit 2024-01-18T21:53:13.962855+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958510\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958584\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958613\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958639\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958665\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958691\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958716\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958741\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958767\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}, \"rgw.r.z.smithi118.bcicuk\": {\"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958792\", \"created\": \"2024-01-18T21:53:12.039968\", \"started\": \"2024-01-18T21:53:12.070187\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176\"}}, \"last_daemon_update\": \"2024-01-18T21:53:13.958859\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:53:14.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:14 smithi118 bash[38532]: audit 2024-01-18T21:53:13.963393+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:53:14.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:14 smithi118 bash[35127]: audit 2024-01-18T21:53:13.959858+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958510\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958584\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958613\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958639\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958665\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958691\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958716\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958741\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958767\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}, \"rgw.r.z.smithi118.bcicuk\": {\"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958792\", \"created\": \"2024-01-18T21:53:12.039968\", \"started\": \"2024-01-18T21:53:12.070187\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176\"}}, \"last_daemon_update\": \"2024-01-18T21:53:13.958859\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]: dispatch 2024-01-18T21:53:14.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:14 smithi118 bash[35127]: audit 2024-01-18T21:53:13.962855+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958510\", \"created\": \"2024-01-18T21:48:43.242823\", \"started\": \"2024-01-18T21:48:46.377832\"}, \"mgr.y\": {\"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958584\", \"created\": \"2024-01-18T21:48:47.391732\", \"started\": \"2024-01-18T21:48:47.421766\"}, \"mon.c\": {\"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958613\", \"created\": \"2024-01-18T21:49:51.743328\", \"started\": \"2024-01-18T21:49:51.774003\"}, \"osd.0\": {\"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958639\", \"created\": \"2024-01-18T21:50:22.978648\", \"started\": \"2024-01-18T21:50:36.260371\"}, \"osd.1\": {\"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958665\", \"created\": \"2024-01-18T21:50:36.328357\", \"started\": \"2024-01-18T21:50:49.405439\"}, \"osd.2\": {\"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958691\", \"created\": \"2024-01-18T21:50:49.819063\", \"started\": \"2024-01-18T21:51:03.332208\"}, \"osd.3\": {\"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958716\", \"created\": \"2024-01-18T21:51:03.701761\", \"started\": \"2024-01-18T21:51:04.811142\"}, \"node-exporter.a\": {\"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958741\", \"created\": \"2024-01-18T21:52:22.625043\", \"started\": \"2024-01-18T21:52:31.697495\"}, \"alertmanager.a\": {\"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958767\", \"created\": \"2024-01-18T21:52:34.347788\", \"started\": \"2024-01-18T21:52:59.209084\"}, \"rgw.r.z.smithi118.bcicuk\": {\"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:13.958792\", \"created\": \"2024-01-18T21:53:12.039968\", \"started\": \"2024-01-18T21:53:12.070187\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176\"}}, \"last_daemon_update\": \"2024-01-18T21:53:13.958859\", \"last_device_update\": \"2024-01-18T21:51:06.560149\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.118\"]}, \"last_host_check\": \"2024-01-18T21:49:09.743201\"}"}]': finished 2024-01-18T21:53:14.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:14 smithi118 bash[35127]: audit 2024-01-18T21:53:13.963393+0000 mon.a (mon.0) 746 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:53:16.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:16 smithi144 bash[35212]: cluster 2024-01-18T21:53:15.624810+0000 mgr.y (mgr.14142) 178 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 6.9 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 92 KiB/s rd, 4.6 KiB/s wr, 185 op/s 2024-01-18T21:53:16.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:16 smithi144 bash[35212]: audit 2024-01-18T21:53:15.943161+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.941903\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.941992\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942026\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942056\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942084\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942114\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942143\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942172\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942201\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942230\", \"created\": \"2024-01-18T21:53:10.935547\", \"started\": \"2024-01-18T21:53:10.967080\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_daemon_update\": \"2024-01-18T21:53:15.942314\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:53:16.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:16 smithi144 bash[35212]: audit 2024-01-18T21:53:15.946235+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.941903\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.941992\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942026\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942056\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942084\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942114\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942143\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942172\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942201\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942230\", \"created\": \"2024-01-18T21:53:10.935547\", \"started\": \"2024-01-18T21:53:10.967080\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_daemon_update\": \"2024-01-18T21:53:15.942314\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:53:16.985 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:16 smithi118 bash[38532]: cluster 2024-01-18T21:53:15.624810+0000 mgr.y (mgr.14142) 178 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 6.9 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 92 KiB/s rd, 4.6 KiB/s wr, 185 op/s 2024-01-18T21:53:16.985 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:16 smithi118 bash[35127]: cluster 2024-01-18T21:53:15.624810+0000 mgr.y (mgr.14142) 178 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 6.9 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 92 KiB/s rd, 4.6 KiB/s wr, 185 op/s 2024-01-18T21:53:16.985 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:16 smithi118 bash[35127]: audit 2024-01-18T21:53:15.943161+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.941903\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.941992\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942026\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942056\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942084\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942114\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942143\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942172\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942201\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942230\", \"created\": \"2024-01-18T21:53:10.935547\", \"started\": \"2024-01-18T21:53:10.967080\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_daemon_update\": \"2024-01-18T21:53:15.942314\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:53:16.985 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:16 smithi118 bash[35127]: audit 2024-01-18T21:53:15.946235+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.941903\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.941992\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942026\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942056\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942084\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942114\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942143\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942172\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942201\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942230\", \"created\": \"2024-01-18T21:53:10.935547\", \"started\": \"2024-01-18T21:53:10.967080\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_daemon_update\": \"2024-01-18T21:53:15.942314\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:53:16.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:16 smithi118 bash[38532]: audit 2024-01-18T21:53:15.943161+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.941903\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.941992\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942026\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942056\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942084\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942114\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942143\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942172\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942201\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942230\", \"created\": \"2024-01-18T21:53:10.935547\", \"started\": \"2024-01-18T21:53:10.967080\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_daemon_update\": \"2024-01-18T21:53:15.942314\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:53:16.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:16 smithi118 bash[38532]: audit 2024-01-18T21:53:15.946235+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.941903\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"8ccb5985f114\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.941992\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:50:14.066280\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942026\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942056\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942084\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942114\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942143\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942172\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942201\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942230\", \"created\": \"2024-01-18T21:53:10.935547\", \"started\": \"2024-01-18T21:53:10.967080\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:11.226537\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_daemon_update\": \"2024-01-18T21:53:15.942314\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:53:18.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:18 smithi144 bash[35212]: cluster 2024-01-18T21:53:17.625435+0000 mgr.y (mgr.14142) 179 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 112 KiB/s rd, 4.1 KiB/s wr, 214 op/s 2024-01-18T21:53:18.988 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:18 smithi118 bash[38532]: cluster 2024-01-18T21:53:17.625435+0000 mgr.y (mgr.14142) 179 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 112 KiB/s rd, 4.1 KiB/s wr, 214 op/s 2024-01-18T21:53:18.989 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:18 smithi118 bash[35127]: cluster 2024-01-18T21:53:17.625435+0000 mgr.y (mgr.14142) 179 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 112 KiB/s rd, 4.1 KiB/s wr, 214 op/s 2024-01-18T21:53:20.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:20 smithi144 bash[35212]: cluster 2024-01-18T21:53:19.626233+0000 mgr.y (mgr.14142) 180 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 98 KiB/s rd, 3.6 KiB/s wr, 187 op/s 2024-01-18T21:53:20.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:20 smithi118 bash[38532]: cluster 2024-01-18T21:53:19.626233+0000 mgr.y (mgr.14142) 180 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 98 KiB/s rd, 3.6 KiB/s wr, 187 op/s 2024-01-18T21:53:20.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:20 smithi118 bash[35127]: cluster 2024-01-18T21:53:19.626233+0000 mgr.y (mgr.14142) 180 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 98 KiB/s rd, 3.6 KiB/s wr, 187 op/s 2024-01-18T21:53:22.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:22 smithi144 bash[35212]: cluster 2024-01-18T21:53:21.626894+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 2.2 KiB/s wr, 174 op/s 2024-01-18T21:53:22.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:22 smithi118 bash[38532]: cluster 2024-01-18T21:53:21.626894+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 2.2 KiB/s wr, 174 op/s 2024-01-18T21:53:22.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:22 smithi118 bash[35127]: cluster 2024-01-18T21:53:21.626894+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 2.2 KiB/s wr, 174 op/s 2024-01-18T21:53:24.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:24 smithi144 bash[35212]: cluster 2024-01-18T21:53:23.627584+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 1.7 KiB/s wr, 171 op/s 2024-01-18T21:53:24.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:24 smithi118 bash[38532]: cluster 2024-01-18T21:53:23.627584+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 1.7 KiB/s wr, 171 op/s 2024-01-18T21:53:24.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:24 smithi118 bash[35127]: cluster 2024-01-18T21:53:23.627584+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 1.7 KiB/s wr, 171 op/s 2024-01-18T21:53:26.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:26 smithi144 bash[35212]: cluster 2024-01-18T21:53:25.628283+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 57 KiB/s rd, 170 B/s wr, 97 op/s 2024-01-18T21:53:26.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:26 smithi118 bash[38532]: cluster 2024-01-18T21:53:25.628283+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 57 KiB/s rd, 170 B/s wr, 97 op/s 2024-01-18T21:53:26.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:26 smithi118 bash[35127]: cluster 2024-01-18T21:53:25.628283+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 57 KiB/s rd, 170 B/s wr, 97 op/s 2024-01-18T21:53:27.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:27 smithi144 bash[35212]: cluster 2024-01-18T21:53:27.628914+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 29 KiB/s rd, 170 B/s wr, 48 op/s 2024-01-18T21:53:27.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:27 smithi118 bash[38532]: cluster 2024-01-18T21:53:27.628914+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 29 KiB/s rd, 170 B/s wr, 48 op/s 2024-01-18T21:53:27.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:27 smithi118 bash[35127]: cluster 2024-01-18T21:53:27.628914+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail; 29 KiB/s rd, 170 B/s wr, 48 op/s 2024-01-18T21:53:29.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:29 smithi118 bash[38532]: cluster 2024-01-18T21:53:29.629436+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:29.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:29 smithi118 bash[35127]: cluster 2024-01-18T21:53:29.629436+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:30.185 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:29 smithi144 bash[35212]: cluster 2024-01-18T21:53:29.629436+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:32.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:32 smithi144 bash[35212]: cluster 2024-01-18T21:53:31.629945+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:32.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:32 smithi118 bash[38532]: cluster 2024-01-18T21:53:31.629945+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:32.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:32 smithi118 bash[35127]: cluster 2024-01-18T21:53:31.629945+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:34.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:34 smithi144 bash[35212]: cluster 2024-01-18T21:53:33.630483+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:34.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:34 smithi118 bash[38532]: cluster 2024-01-18T21:53:33.630483+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:34.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:34 smithi118 bash[35127]: cluster 2024-01-18T21:53:33.630483+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:36.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:36 smithi144 bash[35212]: cluster 2024-01-18T21:53:35.631223+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:36.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:36 smithi118 bash[38532]: cluster 2024-01-18T21:53:35.631223+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:36.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:36 smithi118 bash[35127]: cluster 2024-01-18T21:53:35.631223+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:38.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:38 smithi144 bash[35212]: cluster 2024-01-18T21:53:37.631834+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:38.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:38 smithi118 bash[38532]: cluster 2024-01-18T21:53:37.631834+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:38.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:38 smithi118 bash[35127]: cluster 2024-01-18T21:53:37.631834+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:40.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:40 smithi144 bash[35212]: cluster 2024-01-18T21:53:39.632367+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:40.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:40 smithi118 bash[38532]: cluster 2024-01-18T21:53:39.632367+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:40.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:40 smithi118 bash[35127]: cluster 2024-01-18T21:53:39.632367+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:42.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:42 smithi144 bash[35212]: cluster 2024-01-18T21:53:41.632812+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:42.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:42 smithi118 bash[38532]: cluster 2024-01-18T21:53:41.632812+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:42.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:42 smithi118 bash[35127]: cluster 2024-01-18T21:53:41.632812+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:44.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:44 smithi144 bash[35212]: cluster 2024-01-18T21:53:43.633371+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:44.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:44 smithi118 bash[38532]: cluster 2024-01-18T21:53:43.633371+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:44.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:44 smithi118 bash[35127]: cluster 2024-01-18T21:53:43.633371+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:45.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:45 smithi144 bash[35212]: cluster 2024-01-18T21:53:45.633956+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:45.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:45 smithi118 bash[38532]: cluster 2024-01-18T21:53:45.633956+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:45.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:45 smithi118 bash[35127]: cluster 2024-01-18T21:53:45.633956+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:47.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:47 smithi118 bash[38532]: cluster 2024-01-18T21:53:47.634598+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:47.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:47 smithi118 bash[35127]: cluster 2024-01-18T21:53:47.634598+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:48.185 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:47 smithi144 bash[35212]: cluster 2024-01-18T21:53:47.634598+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:49.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:49 smithi118 bash[38532]: cluster 2024-01-18T21:53:49.635122+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:49.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:49 smithi118 bash[35127]: cluster 2024-01-18T21:53:49.635122+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:50.185 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:49 smithi144 bash[35212]: cluster 2024-01-18T21:53:49.635122+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:52.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:52 smithi144 bash[35212]: cluster 2024-01-18T21:53:51.635551+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:52.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:52 smithi118 bash[38532]: cluster 2024-01-18T21:53:51.635551+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:52.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:52 smithi118 bash[35127]: cluster 2024-01-18T21:53:51.635551+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:54.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:54 smithi144 bash[35212]: cluster 2024-01-18T21:53:53.636326+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:54.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:54 smithi118 bash[38532]: cluster 2024-01-18T21:53:53.636326+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:54.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:54 smithi118 bash[35127]: cluster 2024-01-18T21:53:53.636326+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:56.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:56 smithi144 bash[35212]: cluster 2024-01-18T21:53:55.636943+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:56.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:56 smithi118 bash[38532]: cluster 2024-01-18T21:53:55.636943+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:56.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:56 smithi118 bash[35127]: cluster 2024-01-18T21:53:55.636943+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:58.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:53:58 smithi144 bash[35212]: cluster 2024-01-18T21:53:57.637652+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:58.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:53:58 smithi118 bash[38532]: cluster 2024-01-18T21:53:57.637652+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:53:58.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:53:58 smithi118 bash[35127]: cluster 2024-01-18T21:53:57.637652+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:00.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:00 smithi144 bash[35212]: cluster 2024-01-18T21:53:59.638275+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:00.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:00 smithi118 bash[35127]: cluster 2024-01-18T21:53:59.638275+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:00.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:00 smithi118 bash[38532]: cluster 2024-01-18T21:53:59.638275+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:02.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:02 smithi144 bash[35212]: cluster 2024-01-18T21:54:01.638834+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:02.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:02 smithi118 bash[38532]: cluster 2024-01-18T21:54:01.638834+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:02.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:02 smithi118 bash[35127]: cluster 2024-01-18T21:54:01.638834+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:04.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:04 smithi144 bash[35212]: cluster 2024-01-18T21:54:03.639656+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:04.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:04 smithi118 bash[38532]: cluster 2024-01-18T21:54:03.639656+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:04.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:04 smithi118 bash[35127]: cluster 2024-01-18T21:54:03.639656+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:06.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:06 smithi144 bash[35212]: cluster 2024-01-18T21:54:05.640211+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:06.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:06 smithi118 bash[38532]: cluster 2024-01-18T21:54:05.640211+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:06.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:06 smithi118 bash[35127]: cluster 2024-01-18T21:54:05.640211+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:08.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:08 smithi144 bash[35212]: cluster 2024-01-18T21:54:07.640771+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:08.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:08 smithi118 bash[38532]: cluster 2024-01-18T21:54:07.640771+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:08.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:08 smithi118 bash[35127]: cluster 2024-01-18T21:54:07.640771+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:10.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:10 smithi144 bash[35212]: cluster 2024-01-18T21:54:09.641382+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:10.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:10 smithi118 bash[38532]: cluster 2024-01-18T21:54:09.641382+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:10.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:10 smithi118 bash[35127]: cluster 2024-01-18T21:54:09.641382+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:12.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:12 smithi144 bash[35212]: cluster 2024-01-18T21:54:11.641904+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:12.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:12 smithi118 bash[38532]: cluster 2024-01-18T21:54:11.641904+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:12.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:12 smithi118 bash[35127]: cluster 2024-01-18T21:54:11.641904+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:14.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:14 smithi144 bash[35212]: cluster 2024-01-18T21:54:13.642673+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:14.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:14 smithi118 bash[38532]: cluster 2024-01-18T21:54:13.642673+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:14.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:14 smithi118 bash[35127]: cluster 2024-01-18T21:54:13.642673+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:16.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:16 smithi144 bash[35212]: cluster 2024-01-18T21:54:15.643322+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:16.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:16 smithi118 bash[38532]: cluster 2024-01-18T21:54:15.643322+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:16.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:16 smithi118 bash[35127]: cluster 2024-01-18T21:54:15.643322+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:18.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:18 smithi144 bash[35212]: cluster 2024-01-18T21:54:17.643839+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:18.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:18 smithi118 bash[38532]: cluster 2024-01-18T21:54:17.643839+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:18.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:18 smithi118 bash[35127]: cluster 2024-01-18T21:54:17.643839+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:20.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:20 smithi144 bash[35212]: cluster 2024-01-18T21:54:19.644579+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:20.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:20 smithi118 bash[38532]: cluster 2024-01-18T21:54:19.644579+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:20.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:20 smithi118 bash[35127]: cluster 2024-01-18T21:54:19.644579+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:22.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:22 smithi144 bash[35212]: cluster 2024-01-18T21:54:21.645032+0000 mgr.y (mgr.14142) 211 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:22.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:22 smithi118 bash[38532]: cluster 2024-01-18T21:54:21.645032+0000 mgr.y (mgr.14142) 211 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:22.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:22 smithi118 bash[35127]: cluster 2024-01-18T21:54:21.645032+0000 mgr.y (mgr.14142) 211 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:24.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:24 smithi144 bash[35212]: cluster 2024-01-18T21:54:23.645659+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:24.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:24 smithi118 bash[38532]: cluster 2024-01-18T21:54:23.645659+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:24.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:24 smithi118 bash[35127]: cluster 2024-01-18T21:54:23.645659+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:26.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:26 smithi144 bash[35212]: cluster 2024-01-18T21:54:25.646261+0000 mgr.y (mgr.14142) 213 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:26.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:26 smithi118 bash[38532]: cluster 2024-01-18T21:54:25.646261+0000 mgr.y (mgr.14142) 213 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:26.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:26 smithi118 bash[35127]: cluster 2024-01-18T21:54:25.646261+0000 mgr.y (mgr.14142) 213 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:28.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:28 smithi144 bash[35212]: cluster 2024-01-18T21:54:27.646782+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:28.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:28 smithi118 bash[38532]: cluster 2024-01-18T21:54:27.646782+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:28.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:28 smithi118 bash[35127]: cluster 2024-01-18T21:54:27.646782+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:30.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:30 smithi144 bash[35212]: cluster 2024-01-18T21:54:29.647378+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:30.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:30 smithi118 bash[38532]: cluster 2024-01-18T21:54:29.647378+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:30.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:30 smithi118 bash[35127]: cluster 2024-01-18T21:54:29.647378+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:32.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:32 smithi144 bash[35212]: cluster 2024-01-18T21:54:31.647865+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:32.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:32 smithi118 bash[38532]: cluster 2024-01-18T21:54:31.647865+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:32.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:32 smithi118 bash[35127]: cluster 2024-01-18T21:54:31.647865+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:33.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:33 smithi118 bash[38532]: cluster 2024-01-18T21:54:33.648605+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:33.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:33 smithi118 bash[35127]: cluster 2024-01-18T21:54:33.648605+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:34.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:33 smithi144 bash[35212]: cluster 2024-01-18T21:54:33.648605+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:35.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:35 smithi118 bash[38532]: cluster 2024-01-18T21:54:35.649301+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:35.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:35 smithi118 bash[35127]: cluster 2024-01-18T21:54:35.649301+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:36.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:35 smithi144 bash[35212]: cluster 2024-01-18T21:54:35.649301+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:37.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:37 smithi118 bash[38532]: cluster 2024-01-18T21:54:37.649961+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:37.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:37 smithi118 bash[35127]: cluster 2024-01-18T21:54:37.649961+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:38.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:37 smithi144 bash[35212]: cluster 2024-01-18T21:54:37.649961+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:39.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:39 smithi118 bash[38532]: cluster 2024-01-18T21:54:39.650627+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:39.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:39 smithi118 bash[35127]: cluster 2024-01-18T21:54:39.650627+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:40.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:39 smithi144 bash[35212]: cluster 2024-01-18T21:54:39.650627+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:42.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:42 smithi144 bash[35212]: cluster 2024-01-18T21:54:41.651337+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:42.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:42 smithi118 bash[38532]: cluster 2024-01-18T21:54:41.651337+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:42.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:42 smithi118 bash[35127]: cluster 2024-01-18T21:54:41.651337+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:43.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:43 smithi118 bash[38532]: cluster 2024-01-18T21:54:43.652129+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:43.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:43 smithi118 bash[35127]: cluster 2024-01-18T21:54:43.652129+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:44.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:43 smithi144 bash[35212]: cluster 2024-01-18T21:54:43.652129+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:45.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:45 smithi118 bash[38532]: cluster 2024-01-18T21:54:45.652708+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:45.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:45 smithi118 bash[35127]: cluster 2024-01-18T21:54:45.652708+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:46.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:45 smithi144 bash[35212]: cluster 2024-01-18T21:54:45.652708+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:47.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:47 smithi118 bash[38532]: cluster 2024-01-18T21:54:47.653213+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:47.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:47 smithi118 bash[35127]: cluster 2024-01-18T21:54:47.653213+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:48.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:47 smithi144 bash[35212]: cluster 2024-01-18T21:54:47.653213+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:49.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:49 smithi118 bash[38532]: cluster 2024-01-18T21:54:49.654017+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:49.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:49 smithi118 bash[35127]: cluster 2024-01-18T21:54:49.654017+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:50.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:49 smithi144 bash[35212]: cluster 2024-01-18T21:54:49.654017+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:52.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:52 smithi144 bash[35212]: cluster 2024-01-18T21:54:51.654414+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:52.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:52 smithi118 bash[38532]: cluster 2024-01-18T21:54:51.654414+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:52.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:52 smithi118 bash[35127]: cluster 2024-01-18T21:54:51.654414+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:53.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:53 smithi118 bash[38532]: cluster 2024-01-18T21:54:53.655089+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:53.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:53 smithi118 bash[35127]: cluster 2024-01-18T21:54:53.655089+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:54.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:53 smithi144 bash[35212]: cluster 2024-01-18T21:54:53.655089+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:55.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:55 smithi118 bash[38532]: cluster 2024-01-18T21:54:55.655769+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:55.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:55 smithi118 bash[35127]: cluster 2024-01-18T21:54:55.655769+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:56.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:55 smithi144 bash[35212]: cluster 2024-01-18T21:54:55.655769+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:57.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:57 smithi118 bash[38532]: cluster 2024-01-18T21:54:57.656348+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:57.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:57 smithi118 bash[35127]: cluster 2024-01-18T21:54:57.656348+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:58.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:57 smithi144 bash[35212]: cluster 2024-01-18T21:54:57.656348+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:59.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:54:59 smithi118 bash[38532]: cluster 2024-01-18T21:54:59.657112+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:54:59.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:54:59 smithi118 bash[35127]: cluster 2024-01-18T21:54:59.657112+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:00.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:54:59 smithi144 bash[35212]: cluster 2024-01-18T21:54:59.657112+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:02.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:02 smithi144 bash[35212]: cluster 2024-01-18T21:55:01.657659+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:02.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:02 smithi118 bash[38532]: cluster 2024-01-18T21:55:01.657659+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:02.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:02 smithi118 bash[35127]: cluster 2024-01-18T21:55:01.657659+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:03.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:03 smithi118 bash[38532]: cluster 2024-01-18T21:55:03.658399+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:03.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:03 smithi118 bash[35127]: cluster 2024-01-18T21:55:03.658399+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:04.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:03 smithi144 bash[35212]: cluster 2024-01-18T21:55:03.658399+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:05.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:05 smithi118 bash[38532]: cluster 2024-01-18T21:55:05.658989+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:05.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:05 smithi118 bash[35127]: cluster 2024-01-18T21:55:05.658989+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:06.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:05 smithi144 bash[35212]: cluster 2024-01-18T21:55:05.658989+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:07.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:07 smithi118 bash[38532]: cluster 2024-01-18T21:55:07.659569+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:07.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:07 smithi118 bash[35127]: cluster 2024-01-18T21:55:07.659569+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:08.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:07 smithi144 bash[35212]: cluster 2024-01-18T21:55:07.659569+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:09.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:09 smithi118 bash[38532]: cluster 2024-01-18T21:55:09.660265+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:09.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:09 smithi118 bash[35127]: cluster 2024-01-18T21:55:09.660265+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:10.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:09 smithi144 bash[35212]: cluster 2024-01-18T21:55:09.660265+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:11.441 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 49a198c6-b64b-11ee-95ae-87774f69a715 -e sha1=491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-01-18T21:55:12.898 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:12 smithi118 bash[35127]: cluster 2024-01-18T21:55:11.660657+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:12.898 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:12 smithi118 bash[35127]: audit 2024-01-18T21:55:12.633866+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.118:0/4202217776' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-18T21:55:12.899 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:12 smithi118 bash[35127]: audit 2024-01-18T21:55:12.634126+0000 mon.a (mon.0) 749 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-18T21:55:12.899 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:12 smithi118 bash[35127]: audit 2024-01-18T21:55:12.637603+0000 mon.a (mon.0) 750 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-01-18T21:55:12.899 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:12 smithi118 bash[38532]: cluster 2024-01-18T21:55:11.660657+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:12.899 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:12 smithi118 bash[38532]: audit 2024-01-18T21:55:12.633866+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.118:0/4202217776' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-18T21:55:12.899 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:12 smithi118 bash[38532]: audit 2024-01-18T21:55:12.634126+0000 mon.a (mon.0) 749 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-18T21:55:12.899 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:12 smithi118 bash[38532]: audit 2024-01-18T21:55:12.637603+0000 mon.a (mon.0) 750 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-01-18T21:55:12.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:12 smithi144 bash[35212]: cluster 2024-01-18T21:55:11.660657+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:12.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:12 smithi144 bash[35212]: audit 2024-01-18T21:55:12.633866+0000 mon.c (mon.1) 31 : audit [INF] from='client.? 172.21.15.118:0/4202217776' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-18T21:55:12.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:12 smithi144 bash[35212]: audit 2024-01-18T21:55:12.634126+0000 mon.a (mon.0) 749 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-18T21:55:12.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:12 smithi144 bash[35212]: audit 2024-01-18T21:55:12.637603+0000 mon.a (mon.0) 750 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-01-18T21:55:13.095 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 49a198c6-b64b-11ee-95ae-87774f69a715 -e sha1=491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-01-18T21:55:13.923 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:13 smithi118 bash[38532]: cluster 2024-01-18T21:55:13.661414+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:13.923 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:13 smithi118 bash[35127]: cluster 2024-01-18T21:55:13.661414+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:14.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:13 smithi144 bash[35212]: cluster 2024-01-18T21:55:13.661414+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:14.637 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 49a198c6-b64b-11ee-95ae-87774f69a715 -e sha1=491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-01-18T21:55:14.872 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:14 smithi118 bash[38532]: audit 2024-01-18T21:55:14.270118+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.118:0/1837639570' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-01-18T21:55:14.872 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:14 smithi118 bash[38532]: audit 2024-01-18T21:55:14.270404+0000 mon.a (mon.0) 751 : 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 2024-01-18T21:55:14.872 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:14 smithi118 bash[38532]: audit 2024-01-18T21:55:14.273939+0000 mon.a (mon.0) 752 : 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 2024-01-18T21:55:14.872 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:14 smithi118 bash[35127]: audit 2024-01-18T21:55:14.270118+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.118:0/1837639570' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-01-18T21:55:14.872 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:14 smithi118 bash[35127]: audit 2024-01-18T21:55:14.270404+0000 mon.a (mon.0) 751 : 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 2024-01-18T21:55:14.872 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:14 smithi118 bash[35127]: audit 2024-01-18T21:55:14.273939+0000 mon.a (mon.0) 752 : 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 2024-01-18T21:55:15.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:14 smithi144 bash[35212]: audit 2024-01-18T21:55:14.270118+0000 mon.c (mon.1) 32 : audit [INF] from='client.? 172.21.15.118:0/1837639570' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-01-18T21:55:15.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:14 smithi144 bash[35212]: audit 2024-01-18T21:55:14.270404+0000 mon.a (mon.0) 751 : 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 2024-01-18T21:55:15.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:14 smithi144 bash[35212]: audit 2024-01-18T21:55:14.273939+0000 mon.a (mon.0) 752 : 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 2024-01-18T21:55:15.720 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:15 smithi118 bash[38532]: cluster 2024-01-18T21:55:15.661920+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:15.721 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:15 smithi118 bash[35127]: cluster 2024-01-18T21:55:15.661920+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:15.791 INFO:teuthology.orchestra.run.smithi118.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T21:55:16.161 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-18T21:55:16.170 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi118.front.sepia.ceph.com 2024-01-18T21:55:16.171 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 49a198c6-b64b-11ee-95ae-87774f69a715 -e sha1=491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-01-18T21:55:16.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:15 smithi144 bash[35212]: cluster 2024-01-18T21:55:15.661920+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:16.723 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:16 smithi118 bash[38532]: audit 2024-01-18T21:55:15.797363+0000 mgr.y (mgr.14142) 239 : audit [DBG] from='client.24649 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:16.724 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:16 smithi118 bash[38532]: audit 2024-01-18T21:55:15.798253+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"progress_id\": \"0f48cccf-4e52-4e20-ba72-dfc48feaaf18\"}"}]: dispatch 2024-01-18T21:55:16.724 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:16 smithi118 bash[38532]: audit 2024-01-18T21:55:15.801452+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"progress_id\": \"0f48cccf-4e52-4e20-ba72-dfc48feaaf18\"}"}]': finished 2024-01-18T21:55:16.724 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:16 smithi118 bash[38532]: cephadm 2024-01-18T21:55:15.803844+0000 mgr.y (mgr.14142) 240 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T21:55:16.724 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:16 smithi118 bash[35127]: audit 2024-01-18T21:55:15.797363+0000 mgr.y (mgr.14142) 239 : audit [DBG] from='client.24649 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:16.724 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:16 smithi118 bash[35127]: audit 2024-01-18T21:55:15.798253+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"progress_id\": \"0f48cccf-4e52-4e20-ba72-dfc48feaaf18\"}"}]: dispatch 2024-01-18T21:55:16.724 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:16 smithi118 bash[35127]: audit 2024-01-18T21:55:15.801452+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"progress_id\": \"0f48cccf-4e52-4e20-ba72-dfc48feaaf18\"}"}]': finished 2024-01-18T21:55:16.724 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:16 smithi118 bash[35127]: cephadm 2024-01-18T21:55:15.803844+0000 mgr.y (mgr.14142) 240 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T21:55:17.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:16 smithi144 bash[35212]: audit 2024-01-18T21:55:15.797363+0000 mgr.y (mgr.14142) 239 : audit [DBG] from='client.24649 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:17.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:16 smithi144 bash[35212]: audit 2024-01-18T21:55:15.798253+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"progress_id\": \"0f48cccf-4e52-4e20-ba72-dfc48feaaf18\"}"}]: dispatch 2024-01-18T21:55:17.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:16 smithi144 bash[35212]: audit 2024-01-18T21:55:15.801452+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"progress_id\": \"0f48cccf-4e52-4e20-ba72-dfc48feaaf18\"}"}]': finished 2024-01-18T21:55:17.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:16 smithi144 bash[35212]: cephadm 2024-01-18T21:55:15.803844+0000 mgr.y (mgr.14142) 240 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T21:55:17.474 INFO:teuthology.orchestra.run.smithi118.stdout:true 2024-01-18T21:55:17.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:17 smithi118 bash[35127]: audit 2024-01-18T21:55:17.475281+0000 mgr.y (mgr.14142) 241 : audit [DBG] from='client.24655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:17.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:17 smithi118 bash[35127]: cluster 2024-01-18T21:55:17.662336+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:17.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:17 smithi118 bash[38532]: audit 2024-01-18T21:55:17.475281+0000 mgr.y (mgr.14142) 241 : audit [DBG] from='client.24655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:17.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:17 smithi118 bash[38532]: cluster 2024-01-18T21:55:17.662336+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:18.078 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-18T21:55:18.078 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 running (2m) 2m ago 2m docker.io/prom/alertmanager:latest 9f27df16978d 9b74f2ad1429 2024-01-18T21:55:18.078 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi144 running (2m) 2m ago 2m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 1273190189a6 2024-01-18T21:55:18.078 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi144 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8ccb5985f114 2024-01-18T21:55:18.078 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 c034eae5ba58 2024-01-18T21:55:18.079 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1264b32574ca 2024-01-18T21:55:18.079 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi144 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb796a8b75c 2024-01-18T21:55:18.079 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b884d0768f78 2024-01-18T21:55:18.079 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 running (2m) 2m ago 2m docker.io/prom/node-exporter:latest 72c9c2088986 dd594b0c0255 2024-01-18T21:55:18.079 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi144 running (2m) 2m ago 2m docker.io/prom/node-exporter:latest 72c9c2088986 e5ba0f5706cf 2024-01-18T21:55:18.079 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a7bbd6283a01 2024-01-18T21:55:18.079 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 424d1b5cb1b4 2024-01-18T21:55:18.079 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6ac3abed46f3 2024-01-18T21:55:18.079 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 77400dcb1ef0 2024-01-18T21:55:18.079 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi144 running (3m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6b3554b0d596 2024-01-18T21:55:18.079 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi144 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 15d6e117200b 2024-01-18T21:55:18.079 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi144 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d34bb615c943 2024-01-18T21:55:18.079 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi144 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 823db36eef4c 2024-01-18T21:55:18.079 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi144 running (2m) 2m ago 2m docker.io/prom/prometheus:latest 2a72b385beaf 49e4b4ca74e5 2024-01-18T21:55:18.079 INFO:teuthology.orchestra.run.smithi118.stdout:rgw.r.z.smithi118.bcicuk smithi118 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e34d36be5102 2024-01-18T21:55:18.080 INFO:teuthology.orchestra.run.smithi118.stdout:rgw.r.z.smithi144.hykdhd smithi144 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 18c17a7ad04a 2024-01-18T21:55:18.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:17 smithi144 bash[35212]: audit 2024-01-18T21:55:17.475281+0000 mgr.y (mgr.14142) 241 : audit [DBG] from='client.24655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:18.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:17 smithi144 bash[35212]: cluster 2024-01-18T21:55:17.662336+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:18.392 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2024-01-18T21:55:18.392 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2024-01-18T21:55:18.392 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-18T21:55:18.392 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:55:18.392 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2024-01-18T21:55:18.392 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-18T21:55:18.392 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:55:18.392 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2024-01-18T21:55:18.392 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-18T21:55:18.393 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:55:18.393 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": {}, 2024-01-18T21:55:18.393 INFO:teuthology.orchestra.run.smithi118.stdout: "rgw": { 2024-01-18T21:55:18.393 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-18T21:55:18.393 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:55:18.393 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2024-01-18T21:55:18.393 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-01-18T21:55:18.393 INFO:teuthology.orchestra.run.smithi118.stdout: } 2024-01-18T21:55:18.393 INFO:teuthology.orchestra.run.smithi118.stdout:} 2024-01-18T21:55:18.685 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2024-01-18T21:55:18.685 INFO:teuthology.orchestra.run.smithi118.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0", 2024-01-18T21:55:18.686 INFO:teuthology.orchestra.run.smithi118.stdout: "in_progress": true, 2024-01-18T21:55:18.686 INFO:teuthology.orchestra.run.smithi118.stdout: "services_complete": [], 2024-01-18T21:55:18.686 INFO:teuthology.orchestra.run.smithi118.stdout: "message": "" 2024-01-18T21:55:18.686 INFO:teuthology.orchestra.run.smithi118.stdout:} 2024-01-18T21:55:18.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:18 smithi118 bash[38532]: audit 2024-01-18T21:55:17.770581+0000 mgr.y (mgr.14142) 243 : audit [DBG] from='client.24661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:18.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:18 smithi118 bash[38532]: audit 2024-01-18T21:55:18.084498+0000 mgr.y (mgr.14142) 244 : audit [DBG] from='client.24667 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:18.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:18 smithi118 bash[38532]: audit 2024-01-18T21:55:18.404443+0000 mon.c (mon.1) 33 : audit [DBG] from='client.? 172.21.15.118:0/3930873717' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:55:18.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:18 smithi118 bash[35127]: audit 2024-01-18T21:55:17.770581+0000 mgr.y (mgr.14142) 243 : audit [DBG] from='client.24661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:18.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:18 smithi118 bash[35127]: audit 2024-01-18T21:55:18.084498+0000 mgr.y (mgr.14142) 244 : audit [DBG] from='client.24667 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:18.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:18 smithi118 bash[35127]: audit 2024-01-18T21:55:18.404443+0000 mon.c (mon.1) 33 : audit [DBG] from='client.? 172.21.15.118:0/3930873717' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:55:19.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:18 smithi144 bash[35212]: audit 2024-01-18T21:55:17.770581+0000 mgr.y (mgr.14142) 243 : audit [DBG] from='client.24661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:19.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:18 smithi144 bash[35212]: audit 2024-01-18T21:55:18.084498+0000 mgr.y (mgr.14142) 244 : audit [DBG] from='client.24667 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:19.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:18 smithi144 bash[35212]: audit 2024-01-18T21:55:18.404443+0000 mon.c (mon.1) 33 : audit [DBG] from='client.? 172.21.15.118:0/3930873717' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:55:20.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:19 smithi144 bash[35212]: audit 2024-01-18T21:55:18.697564+0000 mgr.y (mgr.14142) 245 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:20.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:19 smithi144 bash[35212]: cluster 2024-01-18T21:55:19.662772+0000 mgr.y (mgr.14142) 246 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:20.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:19 smithi118 bash[35127]: audit 2024-01-18T21:55:18.697564+0000 mgr.y (mgr.14142) 245 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:20.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:19 smithi118 bash[35127]: cluster 2024-01-18T21:55:19.662772+0000 mgr.y (mgr.14142) 246 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:20.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:19 smithi118 bash[38532]: audit 2024-01-18T21:55:18.697564+0000 mgr.y (mgr.14142) 245 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:20.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:19 smithi118 bash[38532]: cluster 2024-01-18T21:55:19.662772+0000 mgr.y (mgr.14142) 246 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:22.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:22 smithi144 bash[35212]: cluster 2024-01-18T21:55:21.663134+0000 mgr.y (mgr.14142) 247 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:22.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:22 smithi118 bash[38532]: cluster 2024-01-18T21:55:21.663134+0000 mgr.y (mgr.14142) 247 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:22.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:22 smithi118 bash[35127]: cluster 2024-01-18T21:55:21.663134+0000 mgr.y (mgr.14142) 247 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:23.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:23 smithi118 bash[35127]: cluster 2024-01-18T21:55:23.663668+0000 mgr.y (mgr.14142) 248 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:23.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:23 smithi118 bash[38532]: cluster 2024-01-18T21:55:23.663668+0000 mgr.y (mgr.14142) 248 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:24.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:23 smithi144 bash[35212]: cluster 2024-01-18T21:55:23.663668+0000 mgr.y (mgr.14142) 248 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:25.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:25 smithi118 bash[38532]: cluster 2024-01-18T21:55:25.664087+0000 mgr.y (mgr.14142) 249 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:25.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:25 smithi118 bash[35127]: cluster 2024-01-18T21:55:25.664087+0000 mgr.y (mgr.14142) 249 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:26.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:25 smithi144 bash[35212]: cluster 2024-01-18T21:55:25.664087+0000 mgr.y (mgr.14142) 249 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:27.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:27 smithi118 bash[35127]: cluster 2024-01-18T21:55:27.664495+0000 mgr.y (mgr.14142) 250 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:27.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:27 smithi118 bash[38532]: cluster 2024-01-18T21:55:27.664495+0000 mgr.y (mgr.14142) 250 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:28.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:27 smithi144 bash[35212]: cluster 2024-01-18T21:55:27.664495+0000 mgr.y (mgr.14142) 250 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:29.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:29 smithi118 bash[38532]: cluster 2024-01-18T21:55:29.664935+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:29.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:29 smithi118 bash[35127]: cluster 2024-01-18T21:55:29.664935+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:30.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:29 smithi144 bash[35212]: cluster 2024-01-18T21:55:29.664935+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:32.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:32 smithi144 bash[35212]: cluster 2024-01-18T21:55:31.665287+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:32.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:32 smithi118 bash[35127]: cluster 2024-01-18T21:55:31.665287+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:32.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:32 smithi118 bash[38532]: cluster 2024-01-18T21:55:31.665287+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:33.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:33 smithi118 bash[38532]: cluster 2024-01-18T21:55:33.665737+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:33.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:33 smithi118 bash[35127]: cluster 2024-01-18T21:55:33.665737+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:34.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:33 smithi144 bash[35212]: cluster 2024-01-18T21:55:33.665737+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:35.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:35 smithi118 bash[38532]: cluster 2024-01-18T21:55:35.666230+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:35.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:35 smithi118 bash[35127]: cluster 2024-01-18T21:55:35.666230+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:36.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:35 smithi144 bash[35212]: cluster 2024-01-18T21:55:35.666230+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:37.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:37 smithi118 bash[38532]: cluster 2024-01-18T21:55:37.666682+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:37.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:37 smithi118 bash[35127]: cluster 2024-01-18T21:55:37.666682+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:38.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:37 smithi144 bash[35212]: cluster 2024-01-18T21:55:37.666682+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:39.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:39 smithi118 bash[38532]: cluster 2024-01-18T21:55:39.667265+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:39.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:39 smithi118 bash[35127]: cluster 2024-01-18T21:55:39.667265+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:40.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:39 smithi144 bash[35212]: cluster 2024-01-18T21:55:39.667265+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:42.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:42 smithi144 bash[35212]: cluster 2024-01-18T21:55:41.667664+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:42.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:42 smithi118 bash[38532]: cluster 2024-01-18T21:55:41.667664+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:42.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:42 smithi118 bash[35127]: cluster 2024-01-18T21:55:41.667664+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:43.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:43 smithi144 bash[35212]: audit 2024-01-18T21:55:42.877313+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"progress_id\": \"0f48cccf-4e52-4e20-ba72-dfc48feaaf18\", \"target_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"target_version\": \"ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable)\"}"}]: dispatch 2024-01-18T21:55:43.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:43 smithi144 bash[35212]: audit 2024-01-18T21:55:42.880222+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"progress_id\": \"0f48cccf-4e52-4e20-ba72-dfc48feaaf18\", \"target_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"target_version\": \"ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable)\"}"}]': finished 2024-01-18T21:55:43.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:43 smithi144 bash[35212]: audit 2024-01-18T21:55:42.880656+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:55:43.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:43 smithi118 bash[38532]: audit 2024-01-18T21:55:42.877313+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"progress_id\": \"0f48cccf-4e52-4e20-ba72-dfc48feaaf18\", \"target_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"target_version\": \"ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable)\"}"}]: dispatch 2024-01-18T21:55:43.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:43 smithi118 bash[38532]: audit 2024-01-18T21:55:42.880222+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"progress_id\": \"0f48cccf-4e52-4e20-ba72-dfc48feaaf18\", \"target_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"target_version\": \"ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable)\"}"}]': finished 2024-01-18T21:55:43.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:43 smithi118 bash[38532]: audit 2024-01-18T21:55:42.880656+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:55:43.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:43 smithi118 bash[35127]: audit 2024-01-18T21:55:42.877313+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"progress_id\": \"0f48cccf-4e52-4e20-ba72-dfc48feaaf18\", \"target_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"target_version\": \"ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable)\"}"}]: dispatch 2024-01-18T21:55:43.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:43 smithi118 bash[35127]: audit 2024-01-18T21:55:42.880222+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"progress_id\": \"0f48cccf-4e52-4e20-ba72-dfc48feaaf18\", \"target_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"target_version\": \"ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable)\"}"}]': finished 2024-01-18T21:55:43.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:43 smithi118 bash[35127]: audit 2024-01-18T21:55:42.880656+0000 mon.a (mon.0) 757 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:55:44.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:44 smithi144 bash[35212]: cephadm 2024-01-18T21:55:42.880489+0000 mgr.y (mgr.14142) 258 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 with id 5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09 2024-01-18T21:55:44.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:44 smithi144 bash[35212]: cephadm 2024-01-18T21:55:42.881286+0000 mgr.y (mgr.14142) 259 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-18T21:55:44.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:44 smithi144 bash[35212]: cephadm 2024-01-18T21:55:42.881365+0000 mgr.y (mgr.14142) 260 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-18T21:55:44.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:44 smithi144 bash[35212]: cephadm 2024-01-18T21:55:43.087984+0000 mgr.y (mgr.14142) 261 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 on smithi144 2024-01-18T21:55:44.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:44 smithi144 bash[35212]: cluster 2024-01-18T21:55:43.668172+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:44.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:44 smithi118 bash[38532]: cephadm 2024-01-18T21:55:42.880489+0000 mgr.y (mgr.14142) 258 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 with id 5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09 2024-01-18T21:55:44.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:44 smithi118 bash[38532]: cephadm 2024-01-18T21:55:42.881286+0000 mgr.y (mgr.14142) 259 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-18T21:55:44.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:44 smithi118 bash[38532]: cephadm 2024-01-18T21:55:42.881365+0000 mgr.y (mgr.14142) 260 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-18T21:55:44.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:44 smithi118 bash[38532]: cephadm 2024-01-18T21:55:43.087984+0000 mgr.y (mgr.14142) 261 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 on smithi144 2024-01-18T21:55:44.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:44 smithi118 bash[38532]: cluster 2024-01-18T21:55:43.668172+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:44.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:44 smithi118 bash[35127]: cephadm 2024-01-18T21:55:42.880489+0000 mgr.y (mgr.14142) 258 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 with id 5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09 2024-01-18T21:55:44.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:44 smithi118 bash[35127]: cephadm 2024-01-18T21:55:42.881286+0000 mgr.y (mgr.14142) 259 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-18T21:55:44.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:44 smithi118 bash[35127]: cephadm 2024-01-18T21:55:42.881365+0000 mgr.y (mgr.14142) 260 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-18T21:55:44.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:44 smithi118 bash[35127]: cephadm 2024-01-18T21:55:43.087984+0000 mgr.y (mgr.14142) 261 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 on smithi144 2024-01-18T21:55:44.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:44 smithi118 bash[35127]: cluster 2024-01-18T21:55:43.668172+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:45.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:45 smithi118 bash[38532]: cluster 2024-01-18T21:55:45.668670+0000 mgr.y (mgr.14142) 263 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:45.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:45 smithi118 bash[35127]: cluster 2024-01-18T21:55:45.668670+0000 mgr.y (mgr.14142) 263 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:46.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:45 smithi144 bash[35212]: cluster 2024-01-18T21:55:45.668670+0000 mgr.y (mgr.14142) 263 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:47.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:47 smithi118 bash[38532]: cluster 2024-01-18T21:55:47.669177+0000 mgr.y (mgr.14142) 264 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:47.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:47 smithi118 bash[35127]: cluster 2024-01-18T21:55:47.669177+0000 mgr.y (mgr.14142) 264 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:48.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:47 smithi144 bash[35212]: cluster 2024-01-18T21:55:47.669177+0000 mgr.y (mgr.14142) 264 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:48.976 INFO:teuthology.orchestra.run.smithi118.stdout:true 2024-01-18T21:55:49.499 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-18T21:55:49.500 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 running (2m) 2m ago 3m docker.io/prom/alertmanager:latest 9f27df16978d 9b74f2ad1429 2024-01-18T21:55:49.500 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi144 running (2m) 2m ago 2m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 1273190189a6 2024-01-18T21:55:49.500 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi144 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8ccb5985f114 2024-01-18T21:55:49.500 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 c034eae5ba58 2024-01-18T21:55:49.500 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1264b32574ca 2024-01-18T21:55:49.500 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi144 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb796a8b75c 2024-01-18T21:55:49.500 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b884d0768f78 2024-01-18T21:55:49.500 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 running (3m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 dd594b0c0255 2024-01-18T21:55:49.500 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi144 running (3m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 e5ba0f5706cf 2024-01-18T21:55:49.500 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a7bbd6283a01 2024-01-18T21:55:49.500 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 424d1b5cb1b4 2024-01-18T21:55:49.500 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6ac3abed46f3 2024-01-18T21:55:49.500 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 77400dcb1ef0 2024-01-18T21:55:49.500 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi144 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6b3554b0d596 2024-01-18T21:55:49.500 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi144 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 15d6e117200b 2024-01-18T21:55:49.501 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi144 running (3m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d34bb615c943 2024-01-18T21:55:49.501 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi144 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 823db36eef4c 2024-01-18T21:55:49.501 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi144 running (2m) 2m ago 3m docker.io/prom/prometheus:latest 2a72b385beaf 49e4b4ca74e5 2024-01-18T21:55:49.501 INFO:teuthology.orchestra.run.smithi118.stdout:rgw.r.z.smithi118.bcicuk smithi118 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e34d36be5102 2024-01-18T21:55:49.501 INFO:teuthology.orchestra.run.smithi118.stdout:rgw.r.z.smithi144.hykdhd smithi144 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 18c17a7ad04a 2024-01-18T21:55:49.793 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2024-01-18T21:55:49.793 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2024-01-18T21:55:49.793 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-18T21:55:49.793 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:55:49.794 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2024-01-18T21:55:49.794 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-18T21:55:49.794 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:55:49.794 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2024-01-18T21:55:49.794 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-18T21:55:49.794 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:55:49.794 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": {}, 2024-01-18T21:55:49.795 INFO:teuthology.orchestra.run.smithi118.stdout: "rgw": { 2024-01-18T21:55:49.795 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-18T21:55:49.795 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:55:49.795 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2024-01-18T21:55:49.795 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-01-18T21:55:49.795 INFO:teuthology.orchestra.run.smithi118.stdout: } 2024-01-18T21:55:49.795 INFO:teuthology.orchestra.run.smithi118.stdout:} 2024-01-18T21:55:49.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:49 smithi118 bash[38532]: audit 2024-01-18T21:55:48.978791+0000 mgr.y (mgr.14142) 265 : audit [DBG] from='client.24685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:49.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:49 smithi118 bash[38532]: audit 2024-01-18T21:55:49.244380+0000 mgr.y (mgr.14142) 266 : audit [DBG] from='client.24691 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:49.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:49 smithi118 bash[38532]: audit 2024-01-18T21:55:49.509284+0000 mgr.y (mgr.14142) 267 : audit [DBG] from='client.24697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:49.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:49 smithi118 bash[38532]: cluster 2024-01-18T21:55:49.669656+0000 mgr.y (mgr.14142) 268 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:49.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:49 smithi118 bash[35127]: audit 2024-01-18T21:55:48.978791+0000 mgr.y (mgr.14142) 265 : audit [DBG] from='client.24685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:49.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:49 smithi118 bash[35127]: audit 2024-01-18T21:55:49.244380+0000 mgr.y (mgr.14142) 266 : audit [DBG] from='client.24691 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:49.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:49 smithi118 bash[35127]: audit 2024-01-18T21:55:49.509284+0000 mgr.y (mgr.14142) 267 : audit [DBG] from='client.24697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:49.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:49 smithi118 bash[35127]: cluster 2024-01-18T21:55:49.669656+0000 mgr.y (mgr.14142) 268 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:50.064 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2024-01-18T21:55:50.064 INFO:teuthology.orchestra.run.smithi118.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0", 2024-01-18T21:55:50.064 INFO:teuthology.orchestra.run.smithi118.stdout: "in_progress": true, 2024-01-18T21:55:50.064 INFO:teuthology.orchestra.run.smithi118.stdout: "services_complete": [], 2024-01-18T21:55:50.064 INFO:teuthology.orchestra.run.smithi118.stdout: "message": "" 2024-01-18T21:55:50.064 INFO:teuthology.orchestra.run.smithi118.stdout:} 2024-01-18T21:55:50.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:49 smithi144 bash[35212]: audit 2024-01-18T21:55:48.978791+0000 mgr.y (mgr.14142) 265 : audit [DBG] from='client.24685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:50.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:49 smithi144 bash[35212]: audit 2024-01-18T21:55:49.244380+0000 mgr.y (mgr.14142) 266 : audit [DBG] from='client.24691 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:50.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:49 smithi144 bash[35212]: audit 2024-01-18T21:55:49.509284+0000 mgr.y (mgr.14142) 267 : audit [DBG] from='client.24697 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:50.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:49 smithi144 bash[35212]: cluster 2024-01-18T21:55:49.669656+0000 mgr.y (mgr.14142) 268 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:50.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:50 smithi118 bash[38532]: audit 2024-01-18T21:55:49.806231+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.118:0/4188478156' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:55:50.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:50 smithi118 bash[38532]: audit 2024-01-18T21:55:50.076593+0000 mgr.y (mgr.14142) 269 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:50.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:50 smithi118 bash[35127]: audit 2024-01-18T21:55:49.806231+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.118:0/4188478156' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:55:50.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:50 smithi118 bash[35127]: audit 2024-01-18T21:55:50.076593+0000 mgr.y (mgr.14142) 269 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:51.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:50 smithi144 bash[35212]: audit 2024-01-18T21:55:49.806231+0000 mon.c (mon.1) 34 : audit [DBG] from='client.? 172.21.15.118:0/4188478156' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:55:51.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:50 smithi144 bash[35212]: audit 2024-01-18T21:55:50.076593+0000 mgr.y (mgr.14142) 269 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:55:52.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:52 smithi144 bash[35212]: cluster 2024-01-18T21:55:51.670320+0000 mgr.y (mgr.14142) 270 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:52.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:52 smithi118 bash[38532]: cluster 2024-01-18T21:55:51.670320+0000 mgr.y (mgr.14142) 270 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:52.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:52 smithi118 bash[35127]: cluster 2024-01-18T21:55:51.670320+0000 mgr.y (mgr.14142) 270 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:53.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:53 smithi118 bash[38532]: cluster 2024-01-18T21:55:53.670871+0000 mgr.y (mgr.14142) 271 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:53.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:53 smithi118 bash[35127]: cluster 2024-01-18T21:55:53.670871+0000 mgr.y (mgr.14142) 271 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:54.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:53 smithi144 bash[35212]: cluster 2024-01-18T21:55:53.670871+0000 mgr.y (mgr.14142) 271 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:55.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:55 smithi118 bash[38532]: cluster 2024-01-18T21:55:55.671370+0000 mgr.y (mgr.14142) 272 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:55.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:55 smithi118 bash[35127]: cluster 2024-01-18T21:55:55.671370+0000 mgr.y (mgr.14142) 272 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:56.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:55 smithi144 bash[35212]: cluster 2024-01-18T21:55:55.671370+0000 mgr.y (mgr.14142) 272 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:57.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:57 smithi118 bash[38532]: cluster 2024-01-18T21:55:57.672095+0000 mgr.y (mgr.14142) 273 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:57.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:57 smithi118 bash[35127]: cluster 2024-01-18T21:55:57.672095+0000 mgr.y (mgr.14142) 273 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:58.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:57 smithi144 bash[35212]: cluster 2024-01-18T21:55:57.672095+0000 mgr.y (mgr.14142) 273 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:59.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:55:59 smithi118 bash[38532]: cluster 2024-01-18T21:55:59.672666+0000 mgr.y (mgr.14142) 274 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:55:59.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:55:59 smithi118 bash[35127]: cluster 2024-01-18T21:55:59.672666+0000 mgr.y (mgr.14142) 274 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:00.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:55:59 smithi144 bash[35212]: cluster 2024-01-18T21:55:59.672666+0000 mgr.y (mgr.14142) 274 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:02.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:02 smithi144 bash[35212]: cluster 2024-01-18T21:56:01.673238+0000 mgr.y (mgr.14142) 275 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:02.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:02 smithi118 bash[38532]: cluster 2024-01-18T21:56:01.673238+0000 mgr.y (mgr.14142) 275 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:02.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:02 smithi118 bash[35127]: cluster 2024-01-18T21:56:01.673238+0000 mgr.y (mgr.14142) 275 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:03.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:03 smithi118 bash[38532]: cluster 2024-01-18T21:56:03.673741+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:03.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:03 smithi118 bash[35127]: cluster 2024-01-18T21:56:03.673741+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:04.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:03 smithi144 bash[35212]: cluster 2024-01-18T21:56:03.673741+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:05.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:05 smithi118 bash[38532]: cluster 2024-01-18T21:56:05.674302+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:05.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:05 smithi118 bash[35127]: cluster 2024-01-18T21:56:05.674302+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:06.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:05 smithi144 bash[35212]: cluster 2024-01-18T21:56:05.674302+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:07.981 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:07 smithi118 bash[35127]: cluster 2024-01-18T21:56:07.674839+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:07.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:07 smithi118 bash[38532]: cluster 2024-01-18T21:56:07.674839+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:08.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:07 smithi144 bash[35212]: cluster 2024-01-18T21:56:07.674839+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:09.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:09 smithi118 bash[38532]: cluster 2024-01-18T21:56:09.675441+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:09.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:09 smithi118 bash[35127]: cluster 2024-01-18T21:56:09.675441+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:10.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:09 smithi144 bash[35212]: cluster 2024-01-18T21:56:09.675441+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:12.907 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:12 smithi144 bash[35212]: cluster 2024-01-18T21:56:11.676000+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:12.907 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:12 smithi144 bash[35212]: audit 2024-01-18T21:56:12.620590+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0", "who": "mgr.x"}]: dispatch 2024-01-18T21:56:12.907 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:12 smithi144 bash[35212]: audit 2024-01-18T21:56:12.624717+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0", "who": "mgr.x"}]': finished 2024-01-18T21:56:12.908 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:12 smithi144 bash[35212]: audit 2024-01-18T21:56:12.625576+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-01-18T21:56:12.908 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:12 smithi144 bash[35212]: audit 2024-01-18T21:56:12.626366+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:56:12.908 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:12 smithi144 bash[35212]: audit 2024-01-18T21:56:12.627285+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-18T21:56:12.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:12 smithi118 bash[38532]: cluster 2024-01-18T21:56:11.676000+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:12.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:12 smithi118 bash[38532]: audit 2024-01-18T21:56:12.620590+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0", "who": "mgr.x"}]: dispatch 2024-01-18T21:56:12.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:12 smithi118 bash[38532]: audit 2024-01-18T21:56:12.624717+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0", "who": "mgr.x"}]': finished 2024-01-18T21:56:12.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:12 smithi118 bash[38532]: audit 2024-01-18T21:56:12.625576+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-01-18T21:56:12.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:12 smithi118 bash[38532]: audit 2024-01-18T21:56:12.626366+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:56:12.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:12 smithi118 bash[38532]: audit 2024-01-18T21:56:12.627285+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-18T21:56:12.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:12 smithi118 bash[35127]: cluster 2024-01-18T21:56:11.676000+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:12.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:12 smithi118 bash[35127]: audit 2024-01-18T21:56:12.620590+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0", "who": "mgr.x"}]: dispatch 2024-01-18T21:56:12.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:12 smithi118 bash[35127]: audit 2024-01-18T21:56:12.624717+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0", "who": "mgr.x"}]': finished 2024-01-18T21:56:12.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:12 smithi118 bash[35127]: audit 2024-01-18T21:56:12.625576+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-01-18T21:56:12.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:12 smithi118 bash[35127]: audit 2024-01-18T21:56:12.626366+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:56:12.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:12 smithi118 bash[35127]: audit 2024-01-18T21:56:12.627285+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-18T21:56:13.933 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:13 smithi144 systemd[1]: Stopping Ceph mgr.x for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:56:13.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:13 smithi144 bash[35212]: cephadm 2024-01-18T21:56:12.620115+0000 mgr.y (mgr.14142) 281 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2024-01-18T21:56:13.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:13 smithi144 bash[35212]: cephadm 2024-01-18T21:56:12.620194+0000 mgr.y (mgr.14142) 282 : cephadm [INF] Upgrade: Redeploying mgr.x 2024-01-18T21:56:13.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:13 smithi144 bash[35212]: cephadm 2024-01-18T21:56:12.626888+0000 mgr.y (mgr.14142) 283 : cephadm [INF] Deploying daemon mgr.x on smithi144 2024-01-18T21:56:13.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:13 smithi118 bash[38532]: cephadm 2024-01-18T21:56:12.620115+0000 mgr.y (mgr.14142) 281 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2024-01-18T21:56:13.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:13 smithi118 bash[38532]: cephadm 2024-01-18T21:56:12.620194+0000 mgr.y (mgr.14142) 282 : cephadm [INF] Upgrade: Redeploying mgr.x 2024-01-18T21:56:13.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:13 smithi118 bash[38532]: cephadm 2024-01-18T21:56:12.626888+0000 mgr.y (mgr.14142) 283 : cephadm [INF] Deploying daemon mgr.x on smithi144 2024-01-18T21:56:13.981 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:13 smithi118 bash[35127]: cephadm 2024-01-18T21:56:12.620115+0000 mgr.y (mgr.14142) 281 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2024-01-18T21:56:13.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:13 smithi118 bash[35127]: cephadm 2024-01-18T21:56:12.620194+0000 mgr.y (mgr.14142) 282 : cephadm [INF] Upgrade: Redeploying mgr.x 2024-01-18T21:56:13.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:13 smithi118 bash[35127]: cephadm 2024-01-18T21:56:12.626888+0000 mgr.y (mgr.14142) 283 : cephadm [INF] Deploying daemon mgr.x on smithi144 2024-01-18T21:56:14.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:14 smithi144 bash[35212]: cluster 2024-01-18T21:56:13.676451+0000 mgr.y (mgr.14142) 284 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:14.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:14 smithi118 bash[38532]: cluster 2024-01-18T21:56:13.676451+0000 mgr.y (mgr.14142) 284 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:14.981 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:14 smithi118 bash[35127]: cluster 2024-01-18T21:56:13.676451+0000 mgr.y (mgr.14142) 284 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:15.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:15 smithi118 bash[38532]: cluster 2024-01-18T21:56:15.677141+0000 mgr.y (mgr.14142) 285 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:15.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:15 smithi118 bash[35127]: cluster 2024-01-18T21:56:15.677141+0000 mgr.y (mgr.14142) 285 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:16.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:15 smithi144 bash[35212]: cluster 2024-01-18T21:56:15.677141+0000 mgr.y (mgr.14142) 285 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:17.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:17 smithi118 bash[38532]: cluster 2024-01-18T21:56:17.677619+0000 mgr.y (mgr.14142) 286 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:17.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:17 smithi118 bash[35127]: cluster 2024-01-18T21:56:17.677619+0000 mgr.y (mgr.14142) 286 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:18.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:17 smithi144 bash[35212]: cluster 2024-01-18T21:56:17.677619+0000 mgr.y (mgr.14142) 286 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:19.981 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:19 smithi118 bash[35127]: cluster 2024-01-18T21:56:19.678300+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:19.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:19 smithi118 bash[38532]: cluster 2024-01-18T21:56:19.678300+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:20.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:19 smithi144 bash[35212]: cluster 2024-01-18T21:56:19.678300+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:20.351 INFO:teuthology.orchestra.run.smithi118.stdout:true 2024-01-18T21:56:20.872 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-18T21:56:20.873 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 running (3m) 3m ago 3m docker.io/prom/alertmanager:latest 9f27df16978d 9b74f2ad1429 2024-01-18T21:56:20.873 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi144 running (3m) 3m ago 3m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 1273190189a6 2024-01-18T21:56:20.873 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi144 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8ccb5985f114 2024-01-18T21:56:20.873 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 c034eae5ba58 2024-01-18T21:56:20.873 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1264b32574ca 2024-01-18T21:56:20.873 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi144 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdb796a8b75c 2024-01-18T21:56:20.873 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b884d0768f78 2024-01-18T21:56:20.873 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 running (3m) 3m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 dd594b0c0255 2024-01-18T21:56:20.873 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi144 running (3m) 3m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 e5ba0f5706cf 2024-01-18T21:56:20.873 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 a7bbd6283a01 2024-01-18T21:56:20.873 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 424d1b5cb1b4 2024-01-18T21:56:20.873 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6ac3abed46f3 2024-01-18T21:56:20.873 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 77400dcb1ef0 2024-01-18T21:56:20.874 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi144 running (4m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6b3554b0d596 2024-01-18T21:56:20.874 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi144 running (4m) 3m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 15d6e117200b 2024-01-18T21:56:20.874 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi144 running (4m) 3m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d34bb615c943 2024-01-18T21:56:20.874 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi144 running (4m) 3m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 823db36eef4c 2024-01-18T21:56:20.874 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi144 running (3m) 3m ago 4m docker.io/prom/prometheus:latest 2a72b385beaf 49e4b4ca74e5 2024-01-18T21:56:20.874 INFO:teuthology.orchestra.run.smithi118.stdout:rgw.r.z.smithi118.bcicuk smithi118 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e34d36be5102 2024-01-18T21:56:20.874 INFO:teuthology.orchestra.run.smithi118.stdout:rgw.r.z.smithi144.hykdhd smithi144 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 18c17a7ad04a 2024-01-18T21:56:20.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:20 smithi118 bash[38532]: audit 2024-01-18T21:56:20.352766+0000 mgr.y (mgr.14142) 288 : audit [DBG] from='client.24715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:20.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:20 smithi118 bash[38532]: audit 2024-01-18T21:56:20.618936+0000 mgr.y (mgr.14142) 289 : audit [DBG] from='client.24721 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:20.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:20 smithi118 bash[35127]: audit 2024-01-18T21:56:20.352766+0000 mgr.y (mgr.14142) 288 : audit [DBG] from='client.24715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:20.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:20 smithi118 bash[35127]: audit 2024-01-18T21:56:20.618936+0000 mgr.y (mgr.14142) 289 : audit [DBG] from='client.24721 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:21.160 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2024-01-18T21:56:21.160 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2024-01-18T21:56:21.160 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-18T21:56:21.160 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:56:21.160 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2024-01-18T21:56:21.160 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-18T21:56:21.160 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:56:21.160 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2024-01-18T21:56:21.161 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-18T21:56:21.161 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:56:21.161 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": {}, 2024-01-18T21:56:21.161 INFO:teuthology.orchestra.run.smithi118.stdout: "rgw": { 2024-01-18T21:56:21.161 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-18T21:56:21.161 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:56:21.161 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2024-01-18T21:56:21.161 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-01-18T21:56:21.161 INFO:teuthology.orchestra.run.smithi118.stdout: } 2024-01-18T21:56:21.161 INFO:teuthology.orchestra.run.smithi118.stdout:} 2024-01-18T21:56:21.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:20 smithi144 bash[35212]: audit 2024-01-18T21:56:20.352766+0000 mgr.y (mgr.14142) 288 : audit [DBG] from='client.24715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:21.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:20 smithi144 bash[35212]: audit 2024-01-18T21:56:20.618936+0000 mgr.y (mgr.14142) 289 : audit [DBG] from='client.24721 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:21.428 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2024-01-18T21:56:21.428 INFO:teuthology.orchestra.run.smithi118.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0", 2024-01-18T21:56:21.428 INFO:teuthology.orchestra.run.smithi118.stdout: "in_progress": true, 2024-01-18T21:56:21.428 INFO:teuthology.orchestra.run.smithi118.stdout: "services_complete": [], 2024-01-18T21:56:21.428 INFO:teuthology.orchestra.run.smithi118.stdout: "message": "" 2024-01-18T21:56:21.428 INFO:teuthology.orchestra.run.smithi118.stdout:} 2024-01-18T21:56:21.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:21 smithi118 bash[38532]: audit 2024-01-18T21:56:20.882692+0000 mgr.y (mgr.14142) 290 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:21.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:21 smithi118 bash[38532]: audit 2024-01-18T21:56:21.173473+0000 mon.a (mon.0) 763 : audit [DBG] from='client.? 172.21.15.118:0/3431720271' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:56:21.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:21 smithi118 bash[38532]: audit 2024-01-18T21:56:21.440927+0000 mgr.y (mgr.14142) 291 : audit [DBG] from='client.24739 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:21.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:21 smithi118 bash[38532]: cluster 2024-01-18T21:56:21.678948+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:21.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:21 smithi118 bash[35127]: audit 2024-01-18T21:56:20.882692+0000 mgr.y (mgr.14142) 290 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:21.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:21 smithi118 bash[35127]: audit 2024-01-18T21:56:21.173473+0000 mon.a (mon.0) 763 : audit [DBG] from='client.? 172.21.15.118:0/3431720271' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:56:21.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:21 smithi118 bash[35127]: audit 2024-01-18T21:56:21.440927+0000 mgr.y (mgr.14142) 291 : audit [DBG] from='client.24739 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:21.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:21 smithi118 bash[35127]: cluster 2024-01-18T21:56:21.678948+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:22.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:21 smithi144 bash[35212]: audit 2024-01-18T21:56:20.882692+0000 mgr.y (mgr.14142) 290 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:22.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:21 smithi144 bash[35212]: audit 2024-01-18T21:56:21.173473+0000 mon.a (mon.0) 763 : audit [DBG] from='client.? 172.21.15.118:0/3431720271' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:56:22.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:21 smithi144 bash[35212]: audit 2024-01-18T21:56:21.440927+0000 mgr.y (mgr.14142) 291 : audit [DBG] from='client.24739 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:22.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:21 smithi144 bash[35212]: cluster 2024-01-18T21:56:21.678948+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:23.933 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:23 smithi144 podman[49699]: time="2024-01-18T21:56:23Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr.x in 10 seconds, resorting to SIGKILL" 2024-01-18T21:56:23.933 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:23 smithi144 podman[49699]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr.x 2024-01-18T21:56:24.265 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:23 smithi144 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-01-18T21:56:24.265 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:23 smithi144 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2024-01-18T21:56:24.266 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:23 smithi144 systemd[1]: Stopped Ceph mgr.x for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:56:24.266 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:24 smithi144 systemd[1]: Starting Ceph mgr.x for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:56:24.266 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:24 smithi144 podman[49776]: Error: no container with ID or name "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr.x" found: no such container 2024-01-18T21:56:24.266 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:24 smithi144 systemd[1]: Started Ceph mgr.x for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:56:24.565 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:24 smithi144 bash[49793]: debug 2024-01-18T21:56:24.453+0000 7fa447976700 1 -- 172.21.15.144:0/475117332 <== mon.2 v2:172.21.15.144:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a5bbc944e0 con 0x55a5bbc6b400 2024-01-18T21:56:24.933 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:24 smithi144 bash[49793]: debug 2024-01-18T21:56:24.578+0000 7fa457f70680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-18T21:56:24.933 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:24 smithi144 bash[49793]: debug 2024-01-18T21:56:24.664+0000 7fa457f70680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-18T21:56:24.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:24 smithi144 bash[35212]: cluster 2024-01-18T21:56:23.679634+0000 mgr.y (mgr.14142) 293 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:24.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:24 smithi144 bash[35212]: audit 2024-01-18T21:56:24.192949+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.941903\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942026\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942056\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942084\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942114\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942143\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942172\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942201\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942230\", \"created\": \"2024-01-18T21:53:10.935547\", \"started\": \"2024-01-18T21:53:10.967080\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:56:24.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:24 smithi144 bash[35212]: audit 2024-01-18T21:56:24.196551+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.941903\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942026\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942056\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942084\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942114\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942143\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942172\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942201\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942230\", \"created\": \"2024-01-18T21:53:10.935547\", \"started\": \"2024-01-18T21:53:10.967080\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:56:24.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:24 smithi144 bash[35212]: audit 2024-01-18T21:56:24.197587+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:56:24.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:24 smithi118 bash[35127]: cluster 2024-01-18T21:56:23.679634+0000 mgr.y (mgr.14142) 293 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:24.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:24 smithi118 bash[38532]: cluster 2024-01-18T21:56:23.679634+0000 mgr.y (mgr.14142) 293 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:24.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:24 smithi118 bash[35127]: audit 2024-01-18T21:56:24.192949+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.941903\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942026\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942056\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942084\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942114\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942143\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942172\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942201\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942230\", \"created\": \"2024-01-18T21:53:10.935547\", \"started\": \"2024-01-18T21:53:10.967080\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:56:24.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:24 smithi118 bash[35127]: audit 2024-01-18T21:56:24.196551+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.941903\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942026\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942056\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942084\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942114\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942143\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942172\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942201\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942230\", \"created\": \"2024-01-18T21:53:10.935547\", \"started\": \"2024-01-18T21:53:10.967080\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:56:24.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:24 smithi118 bash[35127]: audit 2024-01-18T21:56:24.197587+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:56:24.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:24 smithi118 bash[38532]: audit 2024-01-18T21:56:24.192949+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.941903\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942026\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942056\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942084\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942114\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942143\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942172\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942201\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942230\", \"created\": \"2024-01-18T21:53:10.935547\", \"started\": \"2024-01-18T21:53:10.967080\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:56:24.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:24 smithi118 bash[38532]: audit 2024-01-18T21:56:24.196551+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.941903\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942026\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942056\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942084\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942114\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942143\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942172\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942201\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:53:15.942230\", \"created\": \"2024-01-18T21:53:10.935547\", \"started\": \"2024-01-18T21:53:10.967080\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:56:24.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:24 smithi118 bash[38532]: audit 2024-01-18T21:56:24.197587+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-18T21:56:25.245 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:25 smithi144 bash[49793]: debug 2024-01-18T21:56:25.078+0000 7fa457f70680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-18T21:56:26.183 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:25 smithi144 bash[49793]: debug 2024-01-18T21:56:25.923+0000 7fa457f70680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-18T21:56:26.183 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:26 smithi144 bash[49793]: debug 2024-01-18T21:56:26.017+0000 7fa457f70680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-18T21:56:26.546 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:26 smithi144 bash[49793]: debug 2024-01-18T21:56:26.245+0000 7fa457f70680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-18T21:56:27.513 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:27 smithi144 bash[49793]: debug 2024-01-18T21:56:27.230+0000 7fa457f70680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-18T21:56:27.513 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:27 smithi144 bash[49793]: debug 2024-01-18T21:56:27.357+0000 7fa457f70680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-18T21:56:27.513 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:27 smithi144 bash[49793]: debug 2024-01-18T21:56:27.437+0000 7fa457f70680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-18T21:56:27.514 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:27 smithi144 bash[49793]: debug 2024-01-18T21:56:27.526+0000 7fa457f70680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-18T21:56:27.867 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:27 smithi144 bash[49793]: debug 2024-01-18T21:56:27.724+0000 7fa457f70680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-18T21:56:27.867 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:27 smithi144 bash[35212]: cluster 2024-01-18T21:56:25.680386+0000 mgr.y (mgr.14142) 294 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:27.867 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:27 smithi144 bash[35212]: audit 2024-01-18T21:56:26.849735+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848427\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848514\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:56:24.191399\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848550\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848582\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848612\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848642\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848672\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848703\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848732\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848762\", \"created\": \"2024-01-18T21:53:10.935547\", \"started\": \"2024-01-18T21:53:10.967080\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_daemon_update\": \"2024-01-18T21:56:26.848847\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:56:27.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:27 smithi144 bash[35212]: audit 2024-01-18T21:56:26.852827+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848427\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848514\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:56:24.191399\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848550\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848582\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848612\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848642\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848672\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848703\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848732\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848762\", \"created\": \"2024-01-18T21:53:10.935547\", \"started\": \"2024-01-18T21:53:10.967080\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_daemon_update\": \"2024-01-18T21:56:26.848847\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:56:27.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:27 smithi144 bash[35212]: audit 2024-01-18T21:56:26.855332+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:56:27.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:27 smithi144 bash[35212]: audit 2024-01-18T21:56:26.859036+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-01-18T21:56:27.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:27 smithi144 bash[35212]: cluster 2024-01-18T21:56:26.863391+0000 mon.a (mon.0) 771 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-01-18T21:56:27.868 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:27 smithi144 bash[35212]: cluster 2024-01-18T21:56:27.654950+0000 mon.a (mon.0) 772 : cluster [DBG] Standby manager daemon y started 2024-01-18T21:56:27.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:27 smithi118 bash[35127]: cluster 2024-01-18T21:56:25.680386+0000 mgr.y (mgr.14142) 294 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:27.982 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:56:27 smithi118 bash[35359]: debug 2024-01-18T21:56:27.854+0000 7f861b4cd700 -1 mgr handle_mgr_map I was active but no longer am 2024-01-18T21:56:27.982 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:56:27 smithi118 bash[35359]: ignoring --setuser ceph since I am not root 2024-01-18T21:56:27.982 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:56:27 smithi118 bash[35359]: ignoring --setgroup ceph since I am not root 2024-01-18T21:56:27.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:27 smithi118 bash[38532]: cluster 2024-01-18T21:56:25.680386+0000 mgr.y (mgr.14142) 294 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:27.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:27 smithi118 bash[35127]: audit 2024-01-18T21:56:26.849735+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848427\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848514\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:56:24.191399\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848550\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848582\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848612\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848642\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848672\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848703\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848732\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848762\", \"created\": \"2024-01-18T21:53:10.935547\", \"started\": \"2024-01-18T21:53:10.967080\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_daemon_update\": \"2024-01-18T21:56:26.848847\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:56:27.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:27 smithi118 bash[35127]: audit 2024-01-18T21:56:26.852827+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848427\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848514\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:56:24.191399\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848550\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848582\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848612\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848642\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848672\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848703\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848732\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848762\", \"created\": \"2024-01-18T21:53:10.935547\", \"started\": \"2024-01-18T21:53:10.967080\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_daemon_update\": \"2024-01-18T21:56:26.848847\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:56:27.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:27 smithi118 bash[35127]: audit 2024-01-18T21:56:26.855332+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:56:27.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:27 smithi118 bash[35127]: audit 2024-01-18T21:56:26.859036+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-01-18T21:56:27.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:27 smithi118 bash[35127]: cluster 2024-01-18T21:56:26.863391+0000 mon.a (mon.0) 771 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-01-18T21:56:27.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:27 smithi118 bash[35127]: cluster 2024-01-18T21:56:27.654950+0000 mon.a (mon.0) 772 : cluster [DBG] Standby manager daemon y started 2024-01-18T21:56:27.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:27 smithi118 bash[38532]: audit 2024-01-18T21:56:26.849735+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848427\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848514\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:56:24.191399\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848550\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848582\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848612\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848642\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848672\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848703\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848732\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848762\", \"created\": \"2024-01-18T21:53:10.935547\", \"started\": \"2024-01-18T21:53:10.967080\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_daemon_update\": \"2024-01-18T21:56:26.848847\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]: dispatch 2024-01-18T21:56:27.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:27 smithi118 bash[38532]: audit 2024-01-18T21:56:26.852827+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848427\", \"created\": \"2024-01-18T21:50:01.541556\", \"started\": \"2024-01-18T21:50:01.572474\"}, \"mgr.x\": {\"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848514\", \"created\": \"2024-01-18T21:50:14.036359\", \"started\": \"2024-01-18T21:56:24.191399\"}, \"osd.4\": {\"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848550\", \"created\": \"2024-01-18T21:51:14.058408\", \"started\": \"2024-01-18T21:51:27.448317\"}, \"osd.5\": {\"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848582\", \"created\": \"2024-01-18T21:51:27.547194\", \"started\": \"2024-01-18T21:51:41.407460\"}, \"osd.6\": {\"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848612\", \"created\": \"2024-01-18T21:51:42.527956\", \"started\": \"2024-01-18T21:51:56.482196\"}, \"osd.7\": {\"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848642\", \"created\": \"2024-01-18T21:51:57.134723\", \"started\": \"2024-01-18T21:51:58.262741\"}, \"prometheus.a\": {\"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848672\", \"created\": \"2024-01-18T21:52:20.854346\", \"started\": \"2024-01-18T21:53:01.508020\"}, \"node-exporter.b\": {\"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848703\", \"created\": \"2024-01-18T21:52:23.121310\", \"started\": \"2024-01-18T21:52:31.177087\"}, \"grafana.a\": {\"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848732\", \"created\": \"2024-01-18T21:52:51.790853\", \"started\": \"2024-01-18T21:52:51.905162\"}, \"rgw.r.z.smithi144.hykdhd\": {\"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-18T21:56:26.848762\", \"created\": \"2024-01-18T21:53:10.935547\", \"started\": \"2024-01-18T21:53:10.967080\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246\"}}, \"last_daemon_update\": \"2024-01-18T21:56:26.848847\", \"last_device_update\": \"2024-01-18T21:52:00.753844\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.144\"]}, \"last_host_check\": \"2024-01-18T21:49:44.525864\"}"}]': finished 2024-01-18T21:56:27.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:27 smithi118 bash[38532]: audit 2024-01-18T21:56:26.855332+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:56:27.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:27 smithi118 bash[38532]: audit 2024-01-18T21:56:26.859036+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-01-18T21:56:27.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:27 smithi118 bash[38532]: cluster 2024-01-18T21:56:26.863391+0000 mon.a (mon.0) 771 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-01-18T21:56:27.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:27 smithi118 bash[38532]: cluster 2024-01-18T21:56:27.654950+0000 mon.a (mon.0) 772 : cluster [DBG] Standby manager daemon y started 2024-01-18T21:56:28.183 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:28 smithi144 bash[49793]: debug 2024-01-18T21:56:28.009+0000 7fa457f70680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-18T21:56:28.183 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:28 smithi144 bash[49793]: debug 2024-01-18T21:56:28.107+0000 7fa457f70680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-18T21:56:28.932 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:28 smithi144 bash[49793]: debug 2024-01-18T21:56:28.831+0000 7fa457f70680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-18T21:56:28.933 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:28 smithi144 bash[49793]: debug 2024-01-18T21:56:28.911+0000 7fa457f70680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-18T21:56:28.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:28 smithi144 bash[35212]: cephadm 2024-01-18T21:56:26.855053+0000 mgr.y (mgr.14142) 295 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 with id 5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09 2024-01-18T21:56:28.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:28 smithi144 bash[35212]: cephadm 2024-01-18T21:56:26.856269+0000 mgr.y (mgr.14142) 296 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-18T21:56:28.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:28 smithi144 bash[35212]: cephadm 2024-01-18T21:56:26.856479+0000 mgr.y (mgr.14142) 297 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-18T21:56:28.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:28 smithi144 bash[35212]: cephadm 2024-01-18T21:56:26.858291+0000 mgr.y (mgr.14142) 298 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2024-01-18T21:56:28.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:28 smithi144 bash[35212]: audit 2024-01-18T21:56:27.858440+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-01-18T21:56:28.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:28 smithi144 bash[35212]: cluster 2024-01-18T21:56:27.858492+0000 mon.a (mon.0) 774 : cluster [DBG] mgrmap e15: x(active, starting, since 0.998978s), standbys: y 2024-01-18T21:56:28.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:28 smithi118 bash[38532]: cephadm 2024-01-18T21:56:26.855053+0000 mgr.y (mgr.14142) 295 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 with id 5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09 2024-01-18T21:56:28.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:28 smithi118 bash[38532]: cephadm 2024-01-18T21:56:26.856269+0000 mgr.y (mgr.14142) 296 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-18T21:56:28.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:28 smithi118 bash[38532]: cephadm 2024-01-18T21:56:26.856479+0000 mgr.y (mgr.14142) 297 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-18T21:56:28.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:28 smithi118 bash[38532]: cephadm 2024-01-18T21:56:26.858291+0000 mgr.y (mgr.14142) 298 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2024-01-18T21:56:28.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:28 smithi118 bash[38532]: audit 2024-01-18T21:56:27.858440+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-01-18T21:56:28.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:28 smithi118 bash[38532]: cluster 2024-01-18T21:56:27.858492+0000 mon.a (mon.0) 774 : cluster [DBG] mgrmap e15: x(active, starting, since 0.998978s), standbys: y 2024-01-18T21:56:28.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:28 smithi118 bash[35127]: cephadm 2024-01-18T21:56:26.855053+0000 mgr.y (mgr.14142) 295 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 with id 5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09 2024-01-18T21:56:28.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:28 smithi118 bash[35127]: cephadm 2024-01-18T21:56:26.856269+0000 mgr.y (mgr.14142) 296 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-18T21:56:28.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:28 smithi118 bash[35127]: cephadm 2024-01-18T21:56:26.856479+0000 mgr.y (mgr.14142) 297 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-18T21:56:28.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:28 smithi118 bash[35127]: cephadm 2024-01-18T21:56:26.858291+0000 mgr.y (mgr.14142) 298 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2024-01-18T21:56:28.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:28 smithi118 bash[35127]: audit 2024-01-18T21:56:27.858440+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.118:0/4292793853' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-01-18T21:56:28.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:28 smithi118 bash[35127]: cluster 2024-01-18T21:56:27.858492+0000 mon.a (mon.0) 774 : cluster [DBG] mgrmap e15: x(active, starting, since 0.998978s), standbys: y 2024-01-18T21:56:29.424 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:29 smithi144 bash[49793]: debug 2024-01-18T21:56:29.003+0000 7fa457f70680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-18T21:56:29.424 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:29 smithi144 bash[49793]: debug 2024-01-18T21:56:29.175+0000 7fa457f70680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-18T21:56:29.424 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:29 smithi144 bash[49793]: debug 2024-01-18T21:56:29.437+0000 7fa457f70680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-18T21:56:29.682 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:29 smithi144 bash[49793]: debug 2024-01-18T21:56:29.566+0000 7fa457f70680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-18T21:56:29.937 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:29 smithi144 bash[49793]: debug 2024-01-18T21:56:29.698+0000 7fa457f70680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-18T21:56:29.937 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:29 smithi144 bash[49793]: debug 2024-01-18T21:56:29.867+0000 7fa457f70680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-18T21:56:29.937 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:29 smithi144 bash[49793]: debug 2024-01-18T21:56:29.950+0000 7fa457f70680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-18T21:56:30.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:30 smithi144 bash[35212]: cluster 2024-01-18T21:56:29.964058+0000 mon.a (mon.0) 775 : cluster [INF] Active manager daemon x restarted 2024-01-18T21:56:30.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:30 smithi144 bash[35212]: audit 2024-01-18T21:56:29.964602+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-18T21:56:30.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:30 smithi144 bash[35212]: cluster 2024-01-18T21:56:29.964636+0000 mon.a (mon.0) 776 : cluster [INF] Activating manager daemon x 2024-01-18T21:56:30.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:30 smithi144 bash[35212]: audit 2024-01-18T21:56:29.967703+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:56:30.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:30 smithi144 bash[35212]: cluster 2024-01-18T21:56:29.967727+0000 mon.a (mon.0) 777 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-01-18T21:56:30.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:30 smithi144 bash[35212]: audit 2024-01-18T21:56:29.968759+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-18T21:56:30.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:30 smithi144 bash[35212]: audit 2024-01-18T21:56:29.969021+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:56:30.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:30 smithi118 bash[35127]: cluster 2024-01-18T21:56:29.964058+0000 mon.a (mon.0) 775 : cluster [INF] Active manager daemon x restarted 2024-01-18T21:56:30.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:30 smithi118 bash[35127]: audit 2024-01-18T21:56:29.964602+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-18T21:56:30.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:30 smithi118 bash[35127]: cluster 2024-01-18T21:56:29.964636+0000 mon.a (mon.0) 776 : cluster [INF] Activating manager daemon x 2024-01-18T21:56:30.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:30 smithi118 bash[35127]: audit 2024-01-18T21:56:29.967703+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:56:30.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:30 smithi118 bash[35127]: cluster 2024-01-18T21:56:29.967727+0000 mon.a (mon.0) 777 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-01-18T21:56:30.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:30 smithi118 bash[35127]: audit 2024-01-18T21:56:29.968759+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-18T21:56:30.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:30 smithi118 bash[35127]: audit 2024-01-18T21:56:29.969021+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:56:30.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:30 smithi118 bash[38532]: cluster 2024-01-18T21:56:29.964058+0000 mon.a (mon.0) 775 : cluster [INF] Active manager daemon x restarted 2024-01-18T21:56:30.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:30 smithi118 bash[38532]: audit 2024-01-18T21:56:29.964602+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-18T21:56:30.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:30 smithi118 bash[38532]: cluster 2024-01-18T21:56:29.964636+0000 mon.a (mon.0) 776 : cluster [INF] Activating manager daemon x 2024-01-18T21:56:30.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:30 smithi118 bash[38532]: audit 2024-01-18T21:56:29.967703+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:56:30.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:30 smithi118 bash[38532]: cluster 2024-01-18T21:56:29.967727+0000 mon.a (mon.0) 777 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-01-18T21:56:30.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:30 smithi118 bash[38532]: audit 2024-01-18T21:56:29.968759+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-18T21:56:30.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:30 smithi118 bash[38532]: audit 2024-01-18T21:56:29.969021+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:56:31.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:31 smithi144 bash[35212]: cluster 2024-01-18T21:56:30.020173+0000 mon.a (mon.0) 778 : cluster [DBG] mgrmap e16: x(active, starting, since 0.0556897s), standbys: y 2024-01-18T21:56:31.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:31 smithi118 bash[38532]: cluster 2024-01-18T21:56:30.020173+0000 mon.a (mon.0) 778 : cluster [DBG] mgrmap e16: x(active, starting, since 0.0556897s), standbys: y 2024-01-18T21:56:31.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:31 smithi118 bash[35127]: cluster 2024-01-18T21:56:30.020173+0000 mon.a (mon.0) 778 : cluster [DBG] mgrmap e16: x(active, starting, since 0.0556897s), standbys: y 2024-01-18T21:56:32.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:32 smithi144 bash[35212]: cluster 2024-01-18T21:56:31.448300+0000 mon.a (mon.0) 779 : cluster [DBG] Standby manager daemon y restarted 2024-01-18T21:56:32.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:32 smithi144 bash[35212]: cluster 2024-01-18T21:56:31.448416+0000 mon.a (mon.0) 780 : cluster [DBG] Standby manager daemon y started 2024-01-18T21:56:32.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:32 smithi144 bash[35212]: audit 2024-01-18T21:56:31.448669+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.118:0/3699758276' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:56:32.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:32 smithi144 bash[35212]: audit 2024-01-18T21:56:31.449698+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.118:0/3699758276' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:56:32.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:32 smithi118 bash[38532]: cluster 2024-01-18T21:56:31.448300+0000 mon.a (mon.0) 779 : cluster [DBG] Standby manager daemon y restarted 2024-01-18T21:56:32.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:32 smithi118 bash[38532]: cluster 2024-01-18T21:56:31.448416+0000 mon.a (mon.0) 780 : cluster [DBG] Standby manager daemon y started 2024-01-18T21:56:32.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:32 smithi118 bash[38532]: audit 2024-01-18T21:56:31.448669+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.118:0/3699758276' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:56:32.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:32 smithi118 bash[38532]: audit 2024-01-18T21:56:31.449698+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.118:0/3699758276' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:56:32.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:32 smithi118 bash[35127]: cluster 2024-01-18T21:56:31.448300+0000 mon.a (mon.0) 779 : cluster [DBG] Standby manager daemon y restarted 2024-01-18T21:56:32.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:32 smithi118 bash[35127]: cluster 2024-01-18T21:56:31.448416+0000 mon.a (mon.0) 780 : cluster [DBG] Standby manager daemon y started 2024-01-18T21:56:32.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:32 smithi118 bash[35127]: audit 2024-01-18T21:56:31.448669+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.? 172.21.15.118:0/3699758276' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:56:32.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:32 smithi118 bash[35127]: audit 2024-01-18T21:56:31.449698+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.? 172.21.15.118:0/3699758276' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:56:33.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:33 smithi144 bash[35212]: cluster 2024-01-18T21:56:32.036443+0000 mon.a (mon.0) 781 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2024-01-18T21:56:33.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:33 smithi144 bash[35212]: audit 2024-01-18T21:56:32.039649+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-18T21:56:33.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:33 smithi144 bash[35212]: audit 2024-01-18T21:56:32.039842+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-18T21:56:33.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:33 smithi118 bash[38532]: cluster 2024-01-18T21:56:32.036443+0000 mon.a (mon.0) 781 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2024-01-18T21:56:33.629 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:33 smithi118 bash[38532]: audit 2024-01-18T21:56:32.039649+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-18T21:56:33.629 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:33 smithi118 bash[38532]: audit 2024-01-18T21:56:32.039842+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-18T21:56:33.629 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:33 smithi118 bash[35127]: cluster 2024-01-18T21:56:32.036443+0000 mon.a (mon.0) 781 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2024-01-18T21:56:33.629 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:33 smithi118 bash[35127]: audit 2024-01-18T21:56:32.039649+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-18T21:56:33.629 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:33 smithi118 bash[35127]: audit 2024-01-18T21:56:32.039842+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-18T21:56:36.432 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[49793]: Warning: Permanently added '172.21.15.118' (ECDSA) to the list of known hosts. 2024-01-18T21:56:36.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.023590+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-18T21:56:36.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.023765+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-18T21:56:36.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.023906+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-18T21:56:36.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.025376+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:56:36.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.025721+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:56:36.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.025916+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:56:36.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.026164+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:56:36.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.026348+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:56:36.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.026592+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:56:36.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.026790+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:56:36.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.027018+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:56:36.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.028346+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T21:56:36.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.028598+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T21:56:36.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.029182+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T21:56:36.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.030016+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-18T21:56:36.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.030810+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-18T21:56:36.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.031172+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-18T21:56:36.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.031522+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi118"}]: dispatch 2024-01-18T21:56:36.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.031888+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi144"}]: dispatch 2024-01-18T21:56:36.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.032262+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-18T21:56:36.435 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.032599+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-18T21:56:36.435 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.032926+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-18T21:56:36.435 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.033249+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-18T21:56:36.435 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.033567+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-18T21:56:36.435 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.033901+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-18T21:56:36.435 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.034213+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-18T21:56:36.435 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.034526+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-18T21:56:36.435 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.034838+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-18T21:56:36.435 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.035142+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-18T21:56:36.435 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.035430+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-18T21:56:36.435 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.035734+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:56:36.435 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.036026+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:56:36.435 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.036330+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-18T21:56:36.435 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.036621+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-18T21:56:36.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.036907+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-18T21:56:36.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.037212+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-18T21:56:36.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: cluster 2024-01-18T21:56:36.052607+0000 mon.a (mon.0) 782 : cluster [INF] Manager daemon x is now available 2024-01-18T21:56:36.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.063479+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}, \"smithi144\": {\"hostname\": \"smithi144\", \"addr\": \"smithi144\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-18T21:56:36.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.064133+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}, \"smithi144\": {\"hostname\": \"smithi144\", \"addr\": \"smithi144\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-18T21:56:36.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.067245+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}, \"smithi144\": {\"hostname\": \"smithi144\", \"addr\": \"smithi144\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-18T21:56:36.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.071910+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-18T21:56:36.436 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:36 smithi144 bash[35212]: audit 2024-01-18T21:56:36.072472+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-18T21:56:36.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.023590+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-18T21:56:36.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.023765+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-18T21:56:36.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.023906+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-18T21:56:36.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.025376+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:56:36.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.025721+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:56:36.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.025916+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:56:36.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.026164+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:56:36.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.026348+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:56:36.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.026592+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:56:36.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.026790+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:56:36.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.027018+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:56:36.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.028346+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T21:56:36.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.028598+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T21:56:36.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.029182+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T21:56:36.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.030016+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-18T21:56:36.483 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.030810+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-18T21:56:36.483 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.031172+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-18T21:56:36.483 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.031522+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi118"}]: dispatch 2024-01-18T21:56:36.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.023590+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-18T21:56:36.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.023765+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-18T21:56:36.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.023906+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-18T21:56:36.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.025376+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:56:36.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.025721+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:56:36.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.025916+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:56:36.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.026164+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:56:36.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.026348+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:56:36.484 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.026592+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:56:36.484 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.026790+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:56:36.484 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.027018+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:56:36.484 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.028346+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T21:56:36.484 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.028598+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T21:56:36.484 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.029182+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T21:56:36.484 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.030016+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-18T21:56:36.484 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.030810+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-18T21:56:36.484 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.031172+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-18T21:56:36.484 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.031522+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi118"}]: dispatch 2024-01-18T21:56:36.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.031888+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi144"}]: dispatch 2024-01-18T21:56:36.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.032262+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-18T21:56:36.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.032599+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-18T21:56:36.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.032926+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-18T21:56:36.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.033249+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-18T21:56:36.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.033567+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-18T21:56:36.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.033901+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-18T21:56:36.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.034213+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-18T21:56:36.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.034526+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-18T21:56:36.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.034838+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-18T21:56:36.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.035142+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-18T21:56:36.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.035430+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-18T21:56:36.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.035734+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:56:36.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.036026+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:56:36.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.036330+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-18T21:56:36.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.036621+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-18T21:56:36.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.036907+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-18T21:56:36.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.037212+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-18T21:56:36.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: cluster 2024-01-18T21:56:36.052607+0000 mon.a (mon.0) 782 : cluster [INF] Manager daemon x is now available 2024-01-18T21:56:36.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.063479+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}, \"smithi144\": {\"hostname\": \"smithi144\", \"addr\": \"smithi144\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-18T21:56:36.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.064133+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}, \"smithi144\": {\"hostname\": \"smithi144\", \"addr\": \"smithi144\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-18T21:56:36.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.067245+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}, \"smithi144\": {\"hostname\": \"smithi144\", \"addr\": \"smithi144\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-18T21:56:36.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.071910+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-18T21:56:36.486 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[38532]: audit 2024-01-18T21:56:36.072472+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-18T21:56:36.486 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.031888+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi144"}]: dispatch 2024-01-18T21:56:36.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.032262+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-18T21:56:36.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.032599+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-18T21:56:36.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.032926+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-18T21:56:36.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.033249+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-18T21:56:36.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.033567+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-18T21:56:36.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.033901+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-18T21:56:36.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.034213+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-18T21:56:36.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.034526+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-18T21:56:36.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.034838+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-18T21:56:36.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.035142+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-18T21:56:36.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.035430+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-18T21:56:36.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.035734+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:56:36.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.036026+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:56:36.487 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.036330+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-18T21:56:36.488 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.036621+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-18T21:56:36.488 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.036907+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-18T21:56:36.488 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.037212+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-18T21:56:36.488 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: cluster 2024-01-18T21:56:36.052607+0000 mon.a (mon.0) 782 : cluster [INF] Manager daemon x is now available 2024-01-18T21:56:36.488 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.063479+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}, \"smithi144\": {\"hostname\": \"smithi144\", \"addr\": \"smithi144\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-18T21:56:36.488 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.064133+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}, \"smithi144\": {\"hostname\": \"smithi144\", \"addr\": \"smithi144\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-18T21:56:36.488 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.067245+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}, \"smithi144\": {\"hostname\": \"smithi144\", \"addr\": \"smithi144\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-18T21:56:36.488 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.071910+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-18T21:56:36.488 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:36 smithi118 bash[35127]: audit 2024-01-18T21:56:36.072472+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-18T21:56:37.332 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[38532]: cephadm 2024-01-18T21:56:36.063053+0000 mgr.x (mgr.24683) 1 : cephadm [INF] inventory: adjusted host smithi118 addr 'smithi118' -> '172.21.15.118' 2024-01-18T21:56:37.332 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[38532]: cephadm 2024-01-18T21:56:36.071655+0000 mgr.x (mgr.24683) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-18T21:56:37.332 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[38532]: audit 2024-01-18T21:56:36.076181+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-01-18T21:56:37.332 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[38532]: cluster 2024-01-18T21:56:36.110550+0000 mon.a (mon.0) 787 : cluster [DBG] mgrmap e18: x(active, since 6s), standbys: y 2024-01-18T21:56:37.332 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[38532]: cluster 2024-01-18T21:56:36.115709+0000 mgr.x (mgr.24683) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:37.332 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[38532]: audit 2024-01-18T21:56:36.168852+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2024-01-18T21:56:37.333 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[38532]: audit 2024-01-18T21:56:36.169398+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2024-01-18T21:56:37.333 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[38532]: audit 2024-01-18T21:56:36.172635+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]': finished 2024-01-18T21:56:37.333 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[38532]: audit 2024-01-18T21:56:36.173841+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:56:37.333 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[38532]: audit 2024-01-18T21:56:36.175131+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:56:37.333 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[38532]: audit 2024-01-18T21:56:36.205761+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-18T21:56:37.333 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[38532]: audit 2024-01-18T21:56:36.206091+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-18T21:56:37.333 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[38532]: audit 2024-01-18T21:56:36.211026+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-18T21:56:37.333 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[38532]: audit 2024-01-18T21:56:36.211350+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-18T21:56:37.333 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[35127]: cephadm 2024-01-18T21:56:36.063053+0000 mgr.x (mgr.24683) 1 : cephadm [INF] inventory: adjusted host smithi118 addr 'smithi118' -> '172.21.15.118' 2024-01-18T21:56:37.333 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[35127]: cephadm 2024-01-18T21:56:36.071655+0000 mgr.x (mgr.24683) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-18T21:56:37.333 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[35127]: audit 2024-01-18T21:56:36.076181+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-01-18T21:56:37.333 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[35127]: cluster 2024-01-18T21:56:36.110550+0000 mon.a (mon.0) 787 : cluster [DBG] mgrmap e18: x(active, since 6s), standbys: y 2024-01-18T21:56:37.334 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[35127]: cluster 2024-01-18T21:56:36.115709+0000 mgr.x (mgr.24683) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:37.334 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[35127]: audit 2024-01-18T21:56:36.168852+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2024-01-18T21:56:37.334 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[35127]: audit 2024-01-18T21:56:36.169398+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2024-01-18T21:56:37.334 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[35127]: audit 2024-01-18T21:56:36.172635+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]': finished 2024-01-18T21:56:37.334 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[35127]: audit 2024-01-18T21:56:36.173841+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:56:37.334 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[35127]: audit 2024-01-18T21:56:36.175131+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:56:37.334 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[35127]: audit 2024-01-18T21:56:36.205761+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-18T21:56:37.334 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[35127]: audit 2024-01-18T21:56:36.206091+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-18T21:56:37.334 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[35127]: audit 2024-01-18T21:56:36.211026+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-18T21:56:37.334 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:37 smithi118 bash[35127]: audit 2024-01-18T21:56:36.211350+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-18T21:56:37.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:37 smithi144 bash[35212]: cephadm 2024-01-18T21:56:36.063053+0000 mgr.x (mgr.24683) 1 : cephadm [INF] inventory: adjusted host smithi118 addr 'smithi118' -> '172.21.15.118' 2024-01-18T21:56:37.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:37 smithi144 bash[35212]: cephadm 2024-01-18T21:56:36.071655+0000 mgr.x (mgr.24683) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-18T21:56:37.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:37 smithi144 bash[35212]: audit 2024-01-18T21:56:36.076181+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-01-18T21:56:37.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:37 smithi144 bash[35212]: cluster 2024-01-18T21:56:36.110550+0000 mon.a (mon.0) 787 : cluster [DBG] mgrmap e18: x(active, since 6s), standbys: y 2024-01-18T21:56:37.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:37 smithi144 bash[35212]: cluster 2024-01-18T21:56:36.115709+0000 mgr.x (mgr.24683) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:37.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:37 smithi144 bash[35212]: audit 2024-01-18T21:56:36.168852+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2024-01-18T21:56:37.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:37 smithi144 bash[35212]: audit 2024-01-18T21:56:36.169398+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2024-01-18T21:56:37.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:37 smithi144 bash[35212]: audit 2024-01-18T21:56:36.172635+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]': finished 2024-01-18T21:56:37.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:37 smithi144 bash[35212]: audit 2024-01-18T21:56:36.173841+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:56:37.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:37 smithi144 bash[35212]: audit 2024-01-18T21:56:36.175131+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:56:37.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:37 smithi144 bash[35212]: audit 2024-01-18T21:56:36.205761+0000 mon.b (mon.2) 74 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-18T21:56:37.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:37 smithi144 bash[35212]: audit 2024-01-18T21:56:36.206091+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-18T21:56:37.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:37 smithi144 bash[35212]: audit 2024-01-18T21:56:36.211026+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-18T21:56:37.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:37 smithi144 bash[35212]: audit 2024-01-18T21:56:36.211350+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-18T21:56:39.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:39 smithi144 bash[35212]: cluster 2024-01-18T21:56:38.028546+0000 mgr.x (mgr.24683) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:39.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:39 smithi144 bash[35212]: cluster 2024-01-18T21:56:38.112368+0000 mon.a (mon.0) 792 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2024-01-18T21:56:39.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:39 smithi118 bash[38532]: cluster 2024-01-18T21:56:38.028546+0000 mgr.x (mgr.24683) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:39.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:39 smithi118 bash[38532]: cluster 2024-01-18T21:56:38.112368+0000 mon.a (mon.0) 792 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2024-01-18T21:56:39.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:39 smithi118 bash[35127]: cluster 2024-01-18T21:56:38.028546+0000 mgr.x (mgr.24683) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:39.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:39 smithi118 bash[35127]: cluster 2024-01-18T21:56:38.112368+0000 mon.a (mon.0) 792 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2024-01-18T21:56:41.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:41 smithi144 bash[35212]: cluster 2024-01-18T21:56:40.028945+0000 mgr.x (mgr.24683) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:41.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:41 smithi118 bash[35127]: cluster 2024-01-18T21:56:40.028945+0000 mgr.x (mgr.24683) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:41.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:41 smithi118 bash[38532]: cluster 2024-01-18T21:56:40.028945+0000 mgr.x (mgr.24683) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:42.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:42 smithi144 bash[35212]: cluster 2024-01-18T21:56:42.029855+0000 mgr.x (mgr.24683) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:42.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:42 smithi118 bash[38532]: cluster 2024-01-18T21:56:42.029855+0000 mgr.x (mgr.24683) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:42.981 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:42 smithi118 bash[35127]: cluster 2024-01-18T21:56:42.029855+0000 mgr.x (mgr.24683) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:45.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:45 smithi144 bash[35212]: cluster 2024-01-18T21:56:44.030238+0000 mgr.x (mgr.24683) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:45.459 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:45 smithi118 bash[38532]: cluster 2024-01-18T21:56:44.030238+0000 mgr.x (mgr.24683) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:45.459 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:45 smithi118 bash[35127]: cluster 2024-01-18T21:56:44.030238+0000 mgr.x (mgr.24683) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:46.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:46 smithi144 bash[35212]: audit 2024-01-18T21:56:45.882479+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-18T21:56:46.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:46 smithi144 bash[35212]: audit 2024-01-18T21:56:45.883050+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-18T21:56:46.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:46 smithi144 bash[35212]: audit 2024-01-18T21:56:45.886479+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2024-01-18T21:56:46.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:46 smithi144 bash[35212]: audit 2024-01-18T21:56:45.888960+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr.x"}]: dispatch 2024-01-18T21:56:46.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:46 smithi144 bash[35212]: audit 2024-01-18T21:56:45.889258+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr.x"}]: dispatch 2024-01-18T21:56:46.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:46 smithi144 bash[35212]: audit 2024-01-18T21:56:45.892698+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr.x"}]': finished 2024-01-18T21:56:46.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:46 smithi144 bash[35212]: audit 2024-01-18T21:56:45.895068+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:56:46.183 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:56:45 smithi144 bash[49793]: Warning: Permanently added 'smithi144,172.21.15.144' (ECDSA) to the list of known hosts. 2024-01-18T21:56:46.378 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:46 smithi118 bash[38532]: audit 2024-01-18T21:56:45.882479+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-18T21:56:46.378 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:46 smithi118 bash[38532]: audit 2024-01-18T21:56:45.883050+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-18T21:56:46.378 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:46 smithi118 bash[38532]: audit 2024-01-18T21:56:45.886479+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2024-01-18T21:56:46.378 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:46 smithi118 bash[38532]: audit 2024-01-18T21:56:45.888960+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr.x"}]: dispatch 2024-01-18T21:56:46.378 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:46 smithi118 bash[38532]: audit 2024-01-18T21:56:45.889258+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr.x"}]: dispatch 2024-01-18T21:56:46.378 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:46 smithi118 bash[38532]: audit 2024-01-18T21:56:45.892698+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr.x"}]': finished 2024-01-18T21:56:46.379 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:46 smithi118 bash[38532]: audit 2024-01-18T21:56:45.895068+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:56:46.379 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:46 smithi118 bash[35127]: audit 2024-01-18T21:56:45.882479+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-18T21:56:46.379 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:46 smithi118 bash[35127]: audit 2024-01-18T21:56:45.883050+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-18T21:56:46.379 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:46 smithi118 bash[35127]: audit 2024-01-18T21:56:45.886479+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2024-01-18T21:56:46.379 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:46 smithi118 bash[35127]: audit 2024-01-18T21:56:45.888960+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr.x"}]: dispatch 2024-01-18T21:56:46.379 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:46 smithi118 bash[35127]: audit 2024-01-18T21:56:45.889258+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr.x"}]: dispatch 2024-01-18T21:56:46.379 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:46 smithi118 bash[35127]: audit 2024-01-18T21:56:45.892698+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr.x"}]': finished 2024-01-18T21:56:46.379 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:46 smithi118 bash[35127]: audit 2024-01-18T21:56:45.895068+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:56:47.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:47 smithi144 bash[35212]: cluster 2024-01-18T21:56:46.030756+0000 mgr.x (mgr.24683) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:47.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:47 smithi144 bash[35212]: audit 2024-01-18T21:56:46.154265+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:56:47.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:47 smithi118 bash[38532]: cluster 2024-01-18T21:56:46.030756+0000 mgr.x (mgr.24683) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:47.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:47 smithi118 bash[38532]: audit 2024-01-18T21:56:46.154265+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:56:47.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:47 smithi118 bash[35127]: cluster 2024-01-18T21:56:46.030756+0000 mgr.x (mgr.24683) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:47.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:47 smithi118 bash[35127]: audit 2024-01-18T21:56:46.154265+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:56:49.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:49 smithi144 bash[35212]: cluster 2024-01-18T21:56:48.031530+0000 mgr.x (mgr.24683) 9 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:49.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:49 smithi144 bash[35212]: audit 2024-01-18T21:56:48.522408+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:49.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:49 smithi144 bash[35212]: audit 2024-01-18T21:56:48.523172+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:49.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:49 smithi144 bash[35212]: audit 2024-01-18T21:56:48.525920+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:56:49.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:49 smithi144 bash[35212]: audit 2024-01-18T21:56:48.828956+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:49.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:49 smithi144 bash[35212]: audit 2024-01-18T21:56:48.829412+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:49.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:49 smithi144 bash[35212]: audit 2024-01-18T21:56:48.829766+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:49.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:49 smithi144 bash[35212]: audit 2024-01-18T21:56:48.830080+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:49.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:49 smithi144 bash[35212]: audit 2024-01-18T21:56:48.830428+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:49.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:49 smithi144 bash[35212]: audit 2024-01-18T21:56:48.830757+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:49.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:49 smithi144 bash[35212]: audit 2024-01-18T21:56:48.831017+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:49.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:49 smithi144 bash[35212]: audit 2024-01-18T21:56:48.831265+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:49.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:49 smithi144 bash[35212]: audit 2024-01-18T21:56:48.831543+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:49.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[35127]: cluster 2024-01-18T21:56:48.031530+0000 mgr.x (mgr.24683) 9 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:49.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[38532]: cluster 2024-01-18T21:56:48.031530+0000 mgr.x (mgr.24683) 9 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:49.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[35127]: audit 2024-01-18T21:56:48.522408+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:49.483 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[38532]: audit 2024-01-18T21:56:48.522408+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:49.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[35127]: audit 2024-01-18T21:56:48.523172+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:49.483 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[38532]: audit 2024-01-18T21:56:48.523172+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:49.484 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[35127]: audit 2024-01-18T21:56:48.525920+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:56:49.484 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[35127]: audit 2024-01-18T21:56:48.828956+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:49.484 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[35127]: audit 2024-01-18T21:56:48.829412+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:49.484 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[35127]: audit 2024-01-18T21:56:48.829766+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:49.484 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[35127]: audit 2024-01-18T21:56:48.830080+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:49.484 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[35127]: audit 2024-01-18T21:56:48.830428+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:49.484 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[35127]: audit 2024-01-18T21:56:48.830757+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:49.484 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[35127]: audit 2024-01-18T21:56:48.831017+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:49.484 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[35127]: audit 2024-01-18T21:56:48.831265+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:49.485 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[35127]: audit 2024-01-18T21:56:48.831543+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:49.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[38532]: audit 2024-01-18T21:56:48.525920+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:56:49.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[38532]: audit 2024-01-18T21:56:48.828956+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:49.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[38532]: audit 2024-01-18T21:56:48.829412+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:49.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[38532]: audit 2024-01-18T21:56:48.829766+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:49.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[38532]: audit 2024-01-18T21:56:48.830080+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:49.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[38532]: audit 2024-01-18T21:56:48.830428+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:49.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[38532]: audit 2024-01-18T21:56:48.830757+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:49.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[38532]: audit 2024-01-18T21:56:48.831017+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:49.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[38532]: audit 2024-01-18T21:56:48.831265+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:49.485 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:49 smithi118 bash[38532]: audit 2024-01-18T21:56:48.831543+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:50.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:50 smithi144 bash[35212]: audit 2024-01-18T21:56:49.836248+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 29003612, \"cpu_percentage\": \"0.24%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834851Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:53:01.508020Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:49.835136Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:50.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:50 smithi144 bash[35212]: audit 2024-01-18T21:56:49.837126+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 29003612, \"cpu_percentage\": \"0.24%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834851Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:53:01.508020Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:49.835136Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:50.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:50 smithi144 bash[35212]: audit 2024-01-18T21:56:49.840807+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 29003612, \"cpu_percentage\": \"0.24%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834851Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:53:01.508020Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:49.835136Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:56:50.463 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:50 smithi118 bash[38532]: audit 2024-01-18T21:56:49.836248+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 29003612, \"cpu_percentage\": \"0.24%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834851Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:53:01.508020Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:49.835136Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:50.463 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:50 smithi118 bash[35127]: audit 2024-01-18T21:56:49.836248+0000 mon.b (mon.2) 90 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 29003612, \"cpu_percentage\": \"0.24%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834851Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:53:01.508020Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:49.835136Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:50.464 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:50 smithi118 bash[38532]: audit 2024-01-18T21:56:49.837126+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 29003612, \"cpu_percentage\": \"0.24%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834851Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:53:01.508020Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:49.835136Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:50.464 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:50 smithi118 bash[38532]: audit 2024-01-18T21:56:49.840807+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 29003612, \"cpu_percentage\": \"0.24%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834851Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:53:01.508020Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:49.835136Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:56:50.464 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:50 smithi118 bash[35127]: audit 2024-01-18T21:56:49.837126+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 29003612, \"cpu_percentage\": \"0.24%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834851Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:53:01.508020Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:49.835136Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:50.464 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:50 smithi118 bash[35127]: audit 2024-01-18T21:56:49.840807+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 29003612, \"cpu_percentage\": \"0.24%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834851Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:53:01.508020Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:59.326919Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:49.835136Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:56:51.082 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: cluster 2024-01-18T21:56:50.031838+0000 mgr.x (mgr.24683) 10 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:51.082 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:50.142791+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:51.082 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:50.143174+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:51.082 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:50.143465+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:51.082 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:50.143743+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:51.082 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:50.144002+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:51.082 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:50.144248+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:51.082 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:50.144499+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:51.082 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:50.144769+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:51.082 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:50.145037+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:51.082 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:50.146107+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:56:51.366 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:50.146486+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:56:51.366 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:50.149192+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-18T21:56:51.366 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: cephadm 2024-01-18T21:56:50.151936+0000 mgr.x (mgr.24683) 11 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-01-18T21:56:51.366 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:50.152134+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:56:51.366 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:50.152661+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:56:51.367 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:50.153147+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:56:51.367 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: cephadm 2024-01-18T21:56:50.153604+0000 mgr.x (mgr.24683) 12 : cephadm [INF] Reconfiguring daemon mon.a on smithi118 2024-01-18T21:56:51.367 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:50.153933+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-18T21:56:51.367 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: cluster 2024-01-18T21:56:50.031838+0000 mgr.x (mgr.24683) 10 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:51.367 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:50.142791+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:51.367 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:50.143174+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:51.367 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:50.143465+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:51.367 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:50.143743+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:51.367 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:50.144002+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:51.367 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:50.144248+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:51.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:50.144499+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:51.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:50.144769+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:51.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:50.145037+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:51.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:50.146107+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:56:51.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:50.146486+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:56:51.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:50.149192+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-18T21:56:51.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: cephadm 2024-01-18T21:56:50.151936+0000 mgr.x (mgr.24683) 11 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-01-18T21:56:51.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:50.152134+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:56:51.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:50.152661+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:56:51.368 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:50.153147+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:56:51.369 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:51.004482+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:51.369 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: cephadm 2024-01-18T21:56:50.153604+0000 mgr.x (mgr.24683) 12 : cephadm [INF] Reconfiguring daemon mon.a on smithi118 2024-01-18T21:56:51.369 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:50.153933+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-18T21:56:51.369 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:51.005191+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:51.370 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:51.009231+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:56:51.370 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:51.010432+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:56:51.370 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:51.011045+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:56:51.370 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:51.011600+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:56:51.370 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[35127]: audit 2024-01-18T21:56:51.012447+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-18T21:56:51.370 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:51.004482+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:51.371 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:51.005191+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:51.371 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:51.009231+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:56:51.371 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:51.010432+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:56:51.371 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:51.011045+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:56:51.371 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:51.011600+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:56:51.371 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:51 smithi118 bash[38532]: audit 2024-01-18T21:56:51.012447+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-18T21:56:51.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: cluster 2024-01-18T21:56:50.031838+0000 mgr.x (mgr.24683) 10 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:51.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:50.142791+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:51.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:50.143174+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:51.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:50.143465+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:51.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:50.143743+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:51.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:50.144002+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:51.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:50.144248+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:51.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:50.144499+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:51.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:50.144769+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:51.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:50.145037+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:56:51.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:50.146107+0000 mon.b (mon.2) 100 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:56:51.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:50.146486+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:56:51.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:50.149192+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-18T21:56:51.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: cephadm 2024-01-18T21:56:50.151936+0000 mgr.x (mgr.24683) 11 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-01-18T21:56:51.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:50.152134+0000 mon.b (mon.2) 101 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:56:51.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:50.152661+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:56:51.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:50.153147+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:56:51.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: cephadm 2024-01-18T21:56:50.153604+0000 mgr.x (mgr.24683) 12 : cephadm [INF] Reconfiguring daemon mon.a on smithi118 2024-01-18T21:56:51.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:50.153933+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-18T21:56:51.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:51.004482+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:51.435 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:51.005191+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:51.435 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:51.009231+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:49:50.133039Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:56:51.435 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:51.010432+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:56:51.435 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:51.011045+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:56:51.435 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:51.011600+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:56:51.435 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:51 smithi144 bash[35212]: audit 2024-01-18T21:56:51.012447+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-18T21:56:51.758 INFO:teuthology.orchestra.run.smithi118.stdout:true 2024-01-18T21:56:52.085 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:52 smithi118 bash[38532]: cephadm 2024-01-18T21:56:51.010179+0000 mgr.x (mgr.24683) 13 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-18T21:56:52.086 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:52 smithi118 bash[38532]: cephadm 2024-01-18T21:56:51.012102+0000 mgr.x (mgr.24683) 14 : cephadm [INF] Reconfiguring daemon mon.c on smithi118 2024-01-18T21:56:52.086 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:52 smithi118 bash[38532]: audit 2024-01-18T21:56:51.874303+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:56:52.086 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:52 smithi118 bash[38532]: audit 2024-01-18T21:56:51.875061+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:56:52.086 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:52 smithi118 bash[38532]: audit 2024-01-18T21:56:51.877930+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]': finished 2024-01-18T21:56:52.086 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:52 smithi118 bash[35127]: cephadm 2024-01-18T21:56:51.010179+0000 mgr.x (mgr.24683) 13 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-18T21:56:52.087 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:52 smithi118 bash[35127]: cephadm 2024-01-18T21:56:51.012102+0000 mgr.x (mgr.24683) 14 : cephadm [INF] Reconfiguring daemon mon.c on smithi118 2024-01-18T21:56:52.087 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:52 smithi118 bash[35127]: audit 2024-01-18T21:56:51.874303+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:56:52.087 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:52 smithi118 bash[35127]: audit 2024-01-18T21:56:51.875061+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:56:52.087 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:52 smithi118 bash[35127]: audit 2024-01-18T21:56:51.877930+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]': finished 2024-01-18T21:56:52.386 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-18T21:56:52.386 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 running (3m) 3s ago 4m 17.4M - 0.26.0 9f27df16978d 9b74f2ad1429 2024-01-18T21:56:52.386 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi144 running (4m) 2s ago 4m 30.4M - 6.6.2 87a51ecf0b1c 1273190189a6 2024-01-18T21:56:52.386 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi144 running (28s) 2s ago 6m 423M - 16.2.14-454-g491b5e13 5debfd7ac2a7 a8b380c094bd 2024-01-18T21:56:52.386 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 running (8m) 3s ago 8m 308M - 15.2.0 204a01f9b0b6 c034eae5ba58 2024-01-18T21:56:52.386 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (8m) 3s ago 8m 188M 2048M 15.2.0 204a01f9b0b6 1264b32574ca 2024-01-18T21:56:52.386 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi144 running (6m) 2s ago 6m 181M 2048M 15.2.0 204a01f9b0b6 cdb796a8b75c 2024-01-18T21:56:52.386 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (7m) 3s ago 7m 182M 2048M 15.2.0 204a01f9b0b6 b884d0768f78 2024-01-18T21:56:52.386 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 running (4m) 3s ago 4m 11.6M - 1.7.0 72c9c2088986 dd594b0c0255 2024-01-18T21:56:52.386 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi144 running (4m) 2s ago 4m 10.6M - 1.7.0 72c9c2088986 e5ba0f5706cf 2024-01-18T21:56:52.386 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (6m) 3s ago 6m 71.7M 4096M 15.2.0 204a01f9b0b6 a7bbd6283a01 2024-01-18T21:56:52.387 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (6m) 3s ago 6m 73.2M 4096M 15.2.0 204a01f9b0b6 424d1b5cb1b4 2024-01-18T21:56:52.387 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (5m) 3s ago 6m 59.3M 4096M 15.2.0 204a01f9b0b6 6ac3abed46f3 2024-01-18T21:56:52.387 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (5m) 3s ago 5m 78.6M 4096M 15.2.0 204a01f9b0b6 77400dcb1ef0 2024-01-18T21:56:52.387 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi144 running (5m) 2s ago 5m 77.0M 4096M 15.2.0 204a01f9b0b6 6b3554b0d596 2024-01-18T21:56:52.387 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi144 running (5m) 2s ago 5m 68.8M 4096M 15.2.0 204a01f9b0b6 15d6e117200b 2024-01-18T21:56:52.387 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi144 running (4m) 2s ago 5m 63.3M 4096M 15.2.0 204a01f9b0b6 d34bb615c943 2024-01-18T21:56:52.387 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi144 running (4m) 2s ago 4m 72.1M 4096M 15.2.0 204a01f9b0b6 823db36eef4c 2024-01-18T21:56:52.387 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi144 running (3m) 2s ago 4m 27.6M - 2.49.1 2a72b385beaf 49e4b4ca74e5 2024-01-18T21:56:52.387 INFO:teuthology.orchestra.run.smithi118.stdout:rgw.r.z.smithi118.bcicuk smithi118 running (3m) 3s ago 3m 52.0M - 15.2.0 204a01f9b0b6 e34d36be5102 2024-01-18T21:56:52.387 INFO:teuthology.orchestra.run.smithi118.stdout:rgw.r.z.smithi144.hykdhd smithi144 running (3m) 2s ago 3m 55.4M - 15.2.0 204a01f9b0b6 18c17a7ad04a 2024-01-18T21:56:52.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:52 smithi144 bash[35212]: cephadm 2024-01-18T21:56:51.010179+0000 mgr.x (mgr.24683) 13 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-18T21:56:52.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:52 smithi144 bash[35212]: cephadm 2024-01-18T21:56:51.012102+0000 mgr.x (mgr.24683) 14 : cephadm [INF] Reconfiguring daemon mon.c on smithi118 2024-01-18T21:56:52.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:52 smithi144 bash[35212]: audit 2024-01-18T21:56:51.874303+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:56:52.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:52 smithi144 bash[35212]: audit 2024-01-18T21:56:51.875061+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:56:52.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:52 smithi144 bash[35212]: audit 2024-01-18T21:56:51.877930+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"9b74f2ad1429\", \"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\": 18276679, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520545Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:52:59.209084Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-18T21:52:55.761216Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:48.520730Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]': finished 2024-01-18T21:56:52.752 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2024-01-18T21:56:52.752 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2024-01-18T21:56:52.752 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-18T21:56:52.752 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:56:52.752 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2024-01-18T21:56:52.753 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-01-18T21:56:52.753 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable)": 1 2024-01-18T21:56:52.753 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:56:52.753 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2024-01-18T21:56:52.753 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-18T21:56:52.753 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:56:52.753 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": {}, 2024-01-18T21:56:52.753 INFO:teuthology.orchestra.run.smithi118.stdout: "rgw": { 2024-01-18T21:56:52.753 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-18T21:56:52.753 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:56:52.753 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2024-01-18T21:56:52.753 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2024-01-18T21:56:52.753 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable)": 1 2024-01-18T21:56:52.753 INFO:teuthology.orchestra.run.smithi118.stdout: } 2024-01-18T21:56:52.753 INFO:teuthology.orchestra.run.smithi118.stdout:} 2024-01-18T21:56:53.123 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2024-01-18T21:56:53.123 INFO:teuthology.orchestra.run.smithi118.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0", 2024-01-18T21:56:53.123 INFO:teuthology.orchestra.run.smithi118.stdout: "in_progress": true, 2024-01-18T21:56:53.123 INFO:teuthology.orchestra.run.smithi118.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-18T21:56:53.123 INFO:teuthology.orchestra.run.smithi118.stdout: "services_complete": [], 2024-01-18T21:56:53.123 INFO:teuthology.orchestra.run.smithi118.stdout: "progress": "", 2024-01-18T21:56:53.123 INFO:teuthology.orchestra.run.smithi118.stdout: "message": "", 2024-01-18T21:56:53.123 INFO:teuthology.orchestra.run.smithi118.stdout: "is_paused": false 2024-01-18T21:56:53.123 INFO:teuthology.orchestra.run.smithi118.stdout:} 2024-01-18T21:56:53.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:53 smithi144 bash[35212]: audit 2024-01-18T21:56:51.760716+0000 mgr.x (mgr.24683) 15 : audit [DBG] from='client.24766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:53.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:53 smithi144 bash[35212]: cephadm 2024-01-18T21:56:51.879863+0000 mgr.x (mgr.24683) 16 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-18T21:56:53.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:53 smithi144 bash[35212]: cephadm 2024-01-18T21:56:51.890815+0000 mgr.x (mgr.24683) 17 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi118 2024-01-18T21:56:53.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:53 smithi144 bash[35212]: cluster 2024-01-18T21:56:52.032633+0000 mgr.x (mgr.24683) 18 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:53.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:53 smithi144 bash[35212]: audit 2024-01-18T21:56:52.079502+0000 mgr.x (mgr.24683) 19 : audit [DBG] from='client.14841 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:53.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:53 smithi144 bash[35212]: audit 2024-01-18T21:56:52.386599+0000 mgr.x (mgr.24683) 20 : audit [DBG] from='client.24778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:53.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:53 smithi144 bash[35212]: audit 2024-01-18T21:56:52.388930+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-18T21:56:53.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:53 smithi144 bash[35212]: audit 2024-01-18T21:56:52.389418+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-18T21:56:53.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:53 smithi144 bash[35212]: audit 2024-01-18T21:56:52.389804+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:53 smithi144 bash[35212]: audit 2024-01-18T21:56:52.390198+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:53 smithi144 bash[35212]: audit 2024-01-18T21:56:52.390574+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:53 smithi144 bash[35212]: audit 2024-01-18T21:56:52.390946+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:53 smithi144 bash[35212]: audit 2024-01-18T21:56:52.392990+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-18T21:56:53.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:53 smithi144 bash[35212]: audit 2024-01-18T21:56:52.393366+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:53 smithi144 bash[35212]: audit 2024-01-18T21:56:52.393751+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:53 smithi144 bash[35212]: audit 2024-01-18T21:56:52.394116+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:53 smithi144 bash[35212]: audit 2024-01-18T21:56:52.394471+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:53 smithi144 bash[35212]: audit 2024-01-18T21:56:52.766159+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.118:0/205450382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:56:53.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[38532]: audit 2024-01-18T21:56:51.760716+0000 mgr.x (mgr.24683) 15 : audit [DBG] from='client.24766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:53.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[38532]: cephadm 2024-01-18T21:56:51.879863+0000 mgr.x (mgr.24683) 16 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-18T21:56:53.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[38532]: cephadm 2024-01-18T21:56:51.890815+0000 mgr.x (mgr.24683) 17 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi118 2024-01-18T21:56:53.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[38532]: cluster 2024-01-18T21:56:52.032633+0000 mgr.x (mgr.24683) 18 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:53.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[38532]: audit 2024-01-18T21:56:52.079502+0000 mgr.x (mgr.24683) 19 : audit [DBG] from='client.14841 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:53.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[38532]: audit 2024-01-18T21:56:52.386599+0000 mgr.x (mgr.24683) 20 : audit [DBG] from='client.24778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:53.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[38532]: audit 2024-01-18T21:56:52.388930+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-18T21:56:53.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[38532]: audit 2024-01-18T21:56:52.389418+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-18T21:56:53.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[38532]: audit 2024-01-18T21:56:52.389804+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[38532]: audit 2024-01-18T21:56:52.390198+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[38532]: audit 2024-01-18T21:56:52.390574+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[38532]: audit 2024-01-18T21:56:52.390946+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[38532]: audit 2024-01-18T21:56:52.392990+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-18T21:56:53.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[38532]: audit 2024-01-18T21:56:52.393366+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[38532]: audit 2024-01-18T21:56:52.393751+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[38532]: audit 2024-01-18T21:56:52.394116+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[38532]: audit 2024-01-18T21:56:52.394471+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.482 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[38532]: audit 2024-01-18T21:56:52.766159+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.118:0/205450382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:56:53.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[35127]: audit 2024-01-18T21:56:51.760716+0000 mgr.x (mgr.24683) 15 : audit [DBG] from='client.24766 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:53.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[35127]: cephadm 2024-01-18T21:56:51.879863+0000 mgr.x (mgr.24683) 16 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-18T21:56:53.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[35127]: cephadm 2024-01-18T21:56:51.890815+0000 mgr.x (mgr.24683) 17 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi118 2024-01-18T21:56:53.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[35127]: cluster 2024-01-18T21:56:52.032633+0000 mgr.x (mgr.24683) 18 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:53.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[35127]: audit 2024-01-18T21:56:52.079502+0000 mgr.x (mgr.24683) 19 : audit [DBG] from='client.14841 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:53.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[35127]: audit 2024-01-18T21:56:52.386599+0000 mgr.x (mgr.24683) 20 : audit [DBG] from='client.24778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:53.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[35127]: audit 2024-01-18T21:56:52.388930+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-18T21:56:53.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[35127]: audit 2024-01-18T21:56:52.389418+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-18T21:56:53.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[35127]: audit 2024-01-18T21:56:52.389804+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[35127]: audit 2024-01-18T21:56:52.390198+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[35127]: audit 2024-01-18T21:56:52.390574+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[35127]: audit 2024-01-18T21:56:52.390946+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[35127]: audit 2024-01-18T21:56:52.392990+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-18T21:56:53.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[35127]: audit 2024-01-18T21:56:52.393366+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[35127]: audit 2024-01-18T21:56:52.393751+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[35127]: audit 2024-01-18T21:56:52.394116+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[35127]: audit 2024-01-18T21:56:52.394471+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-18T21:56:53.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:53 smithi118 bash[35127]: audit 2024-01-18T21:56:52.766159+0000 mon.c (mon.1) 37 : audit [DBG] from='client.? 172.21.15.118:0/205450382' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:56:54.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:54 smithi144 bash[35212]: audit 2024-01-18T21:56:53.136430+0000 mgr.x (mgr.24683) 21 : audit [DBG] from='client.24790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:54.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:54 smithi118 bash[35127]: audit 2024-01-18T21:56:53.136430+0000 mgr.x (mgr.24683) 21 : audit [DBG] from='client.24790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:54.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:54 smithi118 bash[38532]: audit 2024-01-18T21:56:53.136430+0000 mgr.x (mgr.24683) 21 : audit [DBG] from='client.24790 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:56:55.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:55 smithi144 bash[35212]: cluster 2024-01-18T21:56:54.033032+0000 mgr.x (mgr.24683) 22 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:55.447 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:55 smithi118 bash[35127]: cluster 2024-01-18T21:56:54.033032+0000 mgr.x (mgr.24683) 22 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:55.447 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:55 smithi118 bash[38532]: cluster 2024-01-18T21:56:54.033032+0000 mgr.x (mgr.24683) 22 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:56.392 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:56:56 smithi118 systemd[1]: Stopping Ceph alertmanager.a for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:56:56.731 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:56:56 smithi118 bash[54218]: ts=2024-01-18T21:56:56.405Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2024-01-18T21:56:56.731 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:56:56 smithi118 podman[59517]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-alertmanager.a 2024-01-18T21:56:57.098 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:56:56 smithi118 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@alertmanager.a.service: Succeeded. 2024-01-18T21:56:57.098 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:56:56 smithi118 systemd[1]: Stopped Ceph alertmanager.a for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:56:57.098 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:56:56 smithi118 systemd[1]: Starting Ceph alertmanager.a for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:56:57.099 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:56:56 smithi118 podman[59559]: Error: no container with ID or name "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-alertmanager.a" found: no such container 2024-01-18T21:56:57.099 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:56:56 smithi118 systemd[1]: Started Ceph alertmanager.a for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:56:57.099 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[38532]: cluster 2024-01-18T21:56:56.033601+0000 mgr.x (mgr.24683) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:57.100 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[38532]: audit 2024-01-18T21:56:56.903962+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:56:57.100 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[38532]: audit 2024-01-18T21:56:56.905062+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:56:57.100 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[38532]: audit 2024-01-18T21:56:56.908308+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]': finished 2024-01-18T21:56:57.100 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[38532]: audit 2024-01-18T21:56:56.909613+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:56:57.100 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[38532]: audit 2024-01-18T21:56:56.910310+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:56:57.100 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[38532]: audit 2024-01-18T21:56:56.910948+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:56:57.100 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[38532]: audit 2024-01-18T21:56:56.911983+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-18T21:56:57.101 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[35127]: cluster 2024-01-18T21:56:56.033601+0000 mgr.x (mgr.24683) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:57.101 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[35127]: audit 2024-01-18T21:56:56.903962+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:56:57.101 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[35127]: audit 2024-01-18T21:56:56.905062+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:56:57.101 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[35127]: audit 2024-01-18T21:56:56.908308+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]': finished 2024-01-18T21:56:57.101 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[35127]: audit 2024-01-18T21:56:56.909613+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:56:57.101 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[35127]: audit 2024-01-18T21:56:56.910310+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:56:57.101 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[35127]: audit 2024-01-18T21:56:56.910948+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:56:57.101 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[35127]: audit 2024-01-18T21:56:56.911983+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-18T21:56:57.395 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:57 smithi144 bash[35212]: cluster 2024-01-18T21:56:56.033601+0000 mgr.x (mgr.24683) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:57.395 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:57 smithi144 bash[35212]: audit 2024-01-18T21:56:56.903962+0000 mon.b (mon.2) 122 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:56:57.395 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:57 smithi144 bash[35212]: audit 2024-01-18T21:56:56.905062+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:56:57.395 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:57 smithi144 bash[35212]: audit 2024-01-18T21:56:56.908308+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"c034eae5ba58\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 323066265, \"cpu_percentage\": \"4.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520078Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:48:47.421766Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:17.030494Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]': finished 2024-01-18T21:56:57.396 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:57 smithi144 bash[35212]: audit 2024-01-18T21:56:56.909613+0000 mon.b (mon.2) 123 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:56:57.396 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:57 smithi144 bash[35212]: audit 2024-01-18T21:56:56.910310+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:56:57.396 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:57 smithi144 bash[35212]: audit 2024-01-18T21:56:56.910948+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:56:57.396 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:57 smithi144 bash[35212]: audit 2024-01-18T21:56:56.911983+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-18T21:56:57.481 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[59575]: ts=2024-01-18T21:56:57.257Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2024-01-18T21:56:57.481 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[59575]: ts=2024-01-18T21:56:57.257Z caller=main.go:246 level=info build_context="(go=go1.20.7, platform=linux/amd64, user=root@df8d7debeef4, date=20230824-11:11:58, tags=netgo)" 2024-01-18T21:56:57.481 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[59575]: ts=2024-01-18T21:56:57.258Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.118 port=9094 2024-01-18T21:56:57.481 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[59575]: ts=2024-01-18T21:56:57.259Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-01-18T21:56:57.481 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[59575]: ts=2024-01-18T21:56:57.281Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-18T21:56:57.481 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[59575]: ts=2024-01-18T21:56:57.281Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-18T21:56:57.481 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[59575]: ts=2024-01-18T21:56:57.284Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2024-01-18T21:56:57.481 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:56:57 smithi118 bash[59575]: ts=2024-01-18T21:56:57.284Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-01-18T21:56:58.384 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:58 smithi118 bash[38532]: cephadm 2024-01-18T21:56:56.909326+0000 mgr.x (mgr.24683) 24 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-18T21:56:58.384 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:58 smithi118 bash[38532]: cephadm 2024-01-18T21:56:56.911576+0000 mgr.x (mgr.24683) 25 : cephadm [INF] Reconfiguring daemon mon.b on smithi144 2024-01-18T21:56:58.384 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:58 smithi118 bash[35127]: cephadm 2024-01-18T21:56:56.909326+0000 mgr.x (mgr.24683) 24 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-18T21:56:58.384 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:58 smithi118 bash[35127]: cephadm 2024-01-18T21:56:56.911576+0000 mgr.x (mgr.24683) 25 : cephadm [INF] Reconfiguring daemon mon.b on smithi144 2024-01-18T21:56:58.385 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:58 smithi118 bash[38532]: audit 2024-01-18T21:56:57.822310+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 29003612, \"cpu_percentage\": \"0.24%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834851Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:53:01.508020Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:49.835136Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:58.385 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:58 smithi118 bash[35127]: audit 2024-01-18T21:56:57.822310+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 29003612, \"cpu_percentage\": \"0.24%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834851Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:53:01.508020Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:49.835136Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:58.386 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:58 smithi118 bash[38532]: audit 2024-01-18T21:56:57.822948+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 29003612, \"cpu_percentage\": \"0.24%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834851Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:53:01.508020Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:49.835136Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:58.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:58 smithi118 bash[35127]: audit 2024-01-18T21:56:57.822948+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 29003612, \"cpu_percentage\": \"0.24%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834851Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:53:01.508020Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:49.835136Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:58.386 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:58 smithi118 bash[35127]: audit 2024-01-18T21:56:57.825681+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 29003612, \"cpu_percentage\": \"0.24%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834851Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:53:01.508020Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:49.835136Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:56:58.386 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:58 smithi118 bash[38532]: audit 2024-01-18T21:56:57.825681+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 29003612, \"cpu_percentage\": \"0.24%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834851Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:53:01.508020Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:49.835136Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:56:58.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:58 smithi144 bash[35212]: cephadm 2024-01-18T21:56:56.909326+0000 mgr.x (mgr.24683) 24 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-18T21:56:58.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:58 smithi144 bash[35212]: cephadm 2024-01-18T21:56:56.911576+0000 mgr.x (mgr.24683) 25 : cephadm [INF] Reconfiguring daemon mon.b on smithi144 2024-01-18T21:56:58.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:58 smithi144 bash[35212]: audit 2024-01-18T21:56:57.822310+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 29003612, \"cpu_percentage\": \"0.24%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834851Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:53:01.508020Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:49.835136Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:58.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:58 smithi144 bash[35212]: audit 2024-01-18T21:56:57.822948+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 29003612, \"cpu_percentage\": \"0.24%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834851Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:53:01.508020Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:49.835136Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:56:58.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:58 smithi144 bash[35212]: audit 2024-01-18T21:56:57.825681+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"49e4b4ca74e5\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 29003612, \"cpu_percentage\": \"0.24%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834851Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:53:01.508020Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:52:59.107028Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:56:49.835136Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:56:59.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:59 smithi144 bash[35212]: cephadm 2024-01-18T21:56:57.827137+0000 mgr.x (mgr.24683) 26 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-18T21:56:59.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:59 smithi144 bash[35212]: cephadm 2024-01-18T21:56:57.834884+0000 mgr.x (mgr.24683) 27 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi144 2024-01-18T21:56:59.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:56:59 smithi144 bash[35212]: cluster 2024-01-18T21:56:58.034233+0000 mgr.x (mgr.24683) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:59.481 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:56:59 smithi118 bash[59575]: ts=2024-01-18T21:56:59.260Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000169274s 2024-01-18T21:56:59.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:59 smithi118 bash[35127]: cephadm 2024-01-18T21:56:57.827137+0000 mgr.x (mgr.24683) 26 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-18T21:56:59.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:59 smithi118 bash[35127]: cephadm 2024-01-18T21:56:57.834884+0000 mgr.x (mgr.24683) 27 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi144 2024-01-18T21:56:59.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:56:59 smithi118 bash[35127]: cluster 2024-01-18T21:56:58.034233+0000 mgr.x (mgr.24683) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:56:59.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:59 smithi118 bash[38532]: cephadm 2024-01-18T21:56:57.827137+0000 mgr.x (mgr.24683) 26 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-18T21:56:59.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:59 smithi118 bash[38532]: cephadm 2024-01-18T21:56:57.834884+0000 mgr.x (mgr.24683) 27 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi144 2024-01-18T21:56:59.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:56:59 smithi118 bash[38532]: cluster 2024-01-18T21:56:58.034233+0000 mgr.x (mgr.24683) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:01.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:01 smithi144 bash[35212]: cluster 2024-01-18T21:57:00.034688+0000 mgr.x (mgr.24683) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:01.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:01 smithi118 bash[38532]: cluster 2024-01-18T21:57:00.034688+0000 mgr.x (mgr.24683) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:01.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:01 smithi118 bash[35127]: cluster 2024-01-18T21:57:00.034688+0000 mgr.x (mgr.24683) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:02.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:02 smithi144 bash[35212]: cluster 2024-01-18T21:57:02.035354+0000 mgr.x (mgr.24683) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:02.981 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:02 smithi118 bash[35127]: cluster 2024-01-18T21:57:02.035354+0000 mgr.x (mgr.24683) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:02.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:02 smithi118 bash[38532]: cluster 2024-01-18T21:57:02.035354+0000 mgr.x (mgr.24683) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:03.796 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:03 smithi144 systemd[1]: Stopping Ceph prometheus.a for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:57:04.074 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:03 smithi144 bash[47228]: ts=2024-01-18T21:57:03.809Z caller=main.go:874 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-01-18T21:57:04.074 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:03 smithi144 bash[47228]: ts=2024-01-18T21:57:03.810Z caller=main.go:898 level=info msg="Stopping scrape discovery manager..." 2024-01-18T21:57:04.074 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:03 smithi144 bash[47228]: ts=2024-01-18T21:57:03.810Z caller=main.go:912 level=info msg="Stopping notify discovery manager..." 2024-01-18T21:57:04.074 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:03 smithi144 bash[47228]: ts=2024-01-18T21:57:03.810Z caller=manager.go:160 level=info component="rule manager" msg="Stopping rule manager..." 2024-01-18T21:57:04.074 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:03 smithi144 bash[47228]: ts=2024-01-18T21:57:03.810Z caller=manager.go:170 level=info component="rule manager" msg="Rule manager stopped" 2024-01-18T21:57:04.074 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:03 smithi144 bash[47228]: ts=2024-01-18T21:57:03.810Z caller=main.go:949 level=info msg="Stopping scrape manager..." 2024-01-18T21:57:04.074 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:03 smithi144 bash[47228]: ts=2024-01-18T21:57:03.810Z caller=main.go:894 level=info msg="Scrape discovery manager stopped" 2024-01-18T21:57:04.074 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:03 smithi144 bash[47228]: ts=2024-01-18T21:57:03.810Z caller=main.go:908 level=info msg="Notify discovery manager stopped" 2024-01-18T21:57:04.074 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:03 smithi144 bash[47228]: ts=2024-01-18T21:57:03.810Z caller=main.go:941 level=info msg="Scrape manager stopped" 2024-01-18T21:57:04.074 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:03 smithi144 bash[47228]: ts=2024-01-18T21:57:03.811Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2024-01-18T21:57:04.074 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:03 smithi144 bash[47228]: ts=2024-01-18T21:57:03.811Z caller=main.go:1171 level=info msg="Notifier manager stopped" 2024-01-18T21:57:04.074 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:03 smithi144 bash[47228]: ts=2024-01-18T21:57:03.811Z caller=main.go:1183 level=info msg="See you next time!" 2024-01-18T21:57:04.432 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 podman[51709]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-prometheus.a 2024-01-18T21:57:04.432 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@prometheus.a.service: Succeeded. 2024-01-18T21:57:04.432 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 systemd[1]: Stopped Ceph prometheus.a for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:57:04.432 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 systemd[1]: Starting Ceph prometheus.a for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:57:04.432 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 podman[51749]: Error: no container with ID or name "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-prometheus.a" found: no such container 2024-01-18T21:57:04.433 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 systemd[1]: Started Ceph prometheus.a for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:57:04.932 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.623Z caller=main.go:544 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-01-18T21:57:04.932 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.623Z caller=main.go:588 level=info msg="Starting Prometheus Server" mode=server version="(version=2.49.1, branch=HEAD, revision=43e14844a33b65e2a396e3944272af8b3a494071)" 2024-01-18T21:57:04.932 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.624Z caller=main.go:593 level=info build_context="(go=go1.21.6, platform=linux/amd64, user=root@6d5f4c649d25, date=20240115-16:58:43, tags=netgo,builtinassets,stringlabels)" 2024-01-18T21:57:04.933 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.624Z caller=main.go:594 level=info host_details="(Linux 4.18.0-535.el8.x86_64 #1 SMP Sun Jan 14 23:40:17 UTC 2024 x86_64 smithi144 (none))" 2024-01-18T21:57:04.933 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.624Z caller=main.go:595 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-01-18T21:57:04.933 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.624Z caller=main.go:596 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-01-18T21:57:04.933 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.625Z caller=web.go:565 level=info component=web msg="Start listening for connections" address=:9095 2024-01-18T21:57:04.933 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.625Z caller=main.go:1039 level=info msg="Starting TSDB ..." 2024-01-18T21:57:04.933 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.627Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2024-01-18T21:57:04.933 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.627Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-01-18T21:57:04.933 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.628Z caller=head.go:606 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-01-18T21:57:04.933 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.628Z caller=head.go:687 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.787µs 2024-01-18T21:57:04.933 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.628Z caller=head.go:695 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-01-18T21:57:04.933 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.629Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-01-18T21:57:04.933 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.637Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-01-18T21:57:04.933 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.638Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-01-18T21:57:04.933 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.638Z caller=head.go:803 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=40.176µs wal_replay_duration=9.132663ms wbl_replay_duration=123ns total_replay_duration=9.195157ms 2024-01-18T21:57:04.934 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.640Z caller=main.go:1060 level=info fs_type=XFS_SUPER_MAGIC 2024-01-18T21:57:04.934 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.640Z caller=main.go:1063 level=info msg="TSDB started" 2024-01-18T21:57:04.934 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.640Z caller=main.go:1245 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-01-18T21:57:04.934 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.653Z caller=main.go:1282 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=12.917017ms db_storage=737ns remote_storage=850ns web_handler=356ns query_engine=584ns scrape=353.727µs scrape_sd=31.128µs notify=21.432µs notify_sd=7.808µs rules=12.29602ms tracing=5.992µs 2024-01-18T21:57:04.934 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.653Z caller=main.go:1024 level=info msg="Server is ready to receive web requests." 2024-01-18T21:57:04.934 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:57:04 smithi144 bash[51765]: ts=2024-01-18T21:57:04.653Z caller=manager.go:146 level=info component="rule manager" msg="Starting rule manager..." 2024-01-18T21:57:05.356 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[35127]: cluster 2024-01-18T21:57:04.035705+0000 mgr.x (mgr.24683) 31 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:05.357 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[38532]: cluster 2024-01-18T21:57:04.035705+0000 mgr.x (mgr.24683) 31 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:05.357 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[35127]: audit 2024-01-18T21:57:04.296507+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"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\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:05.357 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[38532]: audit 2024-01-18T21:57:04.296507+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"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\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:05.358 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[35127]: audit 2024-01-18T21:57:04.297351+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"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\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:05.358 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[38532]: audit 2024-01-18T21:57:04.297351+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"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\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:05.359 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[35127]: audit 2024-01-18T21:57:04.300566+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"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\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}}"}]': finished 2024-01-18T21:57:05.359 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[35127]: audit 2024-01-18T21:57:04.304899+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T21:57:05.359 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[35127]: audit 2024-01-18T21:57:04.305377+0000 mgr.x (mgr.24683) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T21:57:05.359 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[35127]: audit 2024-01-18T21:57:04.306147+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi118.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T21:57:05.359 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[38532]: audit 2024-01-18T21:57:04.300566+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"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\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}}"}]': finished 2024-01-18T21:57:05.359 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[38532]: audit 2024-01-18T21:57:04.304899+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T21:57:05.359 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[38532]: audit 2024-01-18T21:57:04.305377+0000 mgr.x (mgr.24683) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T21:57:05.359 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[38532]: audit 2024-01-18T21:57:04.306147+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi118.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T21:57:05.360 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[35127]: audit 2024-01-18T21:57:04.306462+0000 mgr.x (mgr.24683) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi118.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T21:57:05.360 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[35127]: audit 2024-01-18T21:57:04.306690+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi118.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-18T21:57:05.360 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[35127]: audit 2024-01-18T21:57:04.306982+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi118.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-18T21:57:05.360 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[35127]: audit 2024-01-18T21:57:04.310358+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi118.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-01-18T21:57:05.360 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[35127]: audit 2024-01-18T21:57:04.317339+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T21:57:05.360 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[35127]: audit 2024-01-18T21:57:04.317714+0000 mgr.x (mgr.24683) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T21:57:05.360 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[35127]: audit 2024-01-18T21:57:04.319282+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi144.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T21:57:05.360 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[35127]: audit 2024-01-18T21:57:04.319597+0000 mgr.x (mgr.24683) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi144.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T21:57:05.360 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[35127]: audit 2024-01-18T21:57:04.319872+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi144.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-18T21:57:05.360 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[35127]: audit 2024-01-18T21:57:04.320257+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi144.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-18T21:57:05.360 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[35127]: audit 2024-01-18T21:57:04.323774+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi144.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-01-18T21:57:05.361 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[35127]: cephadm 2024-01-18T21:57:04.325686+0000 mgr.x (mgr.24683) 36 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T21:57:05.361 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[38532]: audit 2024-01-18T21:57:04.306462+0000 mgr.x (mgr.24683) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi118.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T21:57:05.361 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[38532]: audit 2024-01-18T21:57:04.306690+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi118.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-18T21:57:05.361 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[38532]: audit 2024-01-18T21:57:04.306982+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi118.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-18T21:57:05.361 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[38532]: audit 2024-01-18T21:57:04.310358+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi118.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-01-18T21:57:05.361 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[38532]: audit 2024-01-18T21:57:04.317339+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T21:57:05.361 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[38532]: audit 2024-01-18T21:57:04.317714+0000 mgr.x (mgr.24683) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T21:57:05.361 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[38532]: audit 2024-01-18T21:57:04.319282+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi144.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T21:57:05.361 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[38532]: audit 2024-01-18T21:57:04.319597+0000 mgr.x (mgr.24683) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi144.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T21:57:05.361 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[38532]: audit 2024-01-18T21:57:04.319872+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi144.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-18T21:57:05.361 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[38532]: audit 2024-01-18T21:57:04.320257+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi144.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-18T21:57:05.361 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[38532]: audit 2024-01-18T21:57:04.323774+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi144.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-01-18T21:57:05.362 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:05 smithi118 bash[38532]: cephadm 2024-01-18T21:57:04.325686+0000 mgr.x (mgr.24683) 36 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T21:57:05.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:05 smithi144 bash[35212]: cluster 2024-01-18T21:57:04.035705+0000 mgr.x (mgr.24683) 31 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:05.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:05 smithi144 bash[35212]: audit 2024-01-18T21:57:04.296507+0000 mon.b (mon.2) 128 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"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\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:05.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:05 smithi144 bash[35212]: audit 2024-01-18T21:57:04.297351+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"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\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:05.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:05 smithi144 bash[35212]: audit 2024-01-18T21:57:04.300566+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 190735974, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834357Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 444071936, \"cpu_percentage\": \"31.26%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:56:49.834499Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 80750837, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834588Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72236400, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834651Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66406318, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834713Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75686215, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834774Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"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\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11146362, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834910Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31908167, \"cpu_percentage\": \"0.52%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.834968Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58091110, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:49.835026Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}}"}]': finished 2024-01-18T21:57:05.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:05 smithi144 bash[35212]: audit 2024-01-18T21:57:04.304899+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T21:57:05.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:05 smithi144 bash[35212]: audit 2024-01-18T21:57:04.305377+0000 mgr.x (mgr.24683) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-18T21:57:05.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:05 smithi144 bash[35212]: audit 2024-01-18T21:57:04.306147+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi118.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T21:57:05.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:05 smithi144 bash[35212]: audit 2024-01-18T21:57:04.306462+0000 mgr.x (mgr.24683) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi118.front.sepia.ceph.com:9093"}]: dispatch 2024-01-18T21:57:05.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:05 smithi144 bash[35212]: audit 2024-01-18T21:57:04.306690+0000 mon.b (mon.2) 131 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi118.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-18T21:57:05.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:05 smithi144 bash[35212]: audit 2024-01-18T21:57:04.306982+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi118.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-18T21:57:05.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:05 smithi144 bash[35212]: audit 2024-01-18T21:57:04.310358+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi118.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-01-18T21:57:05.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:05 smithi144 bash[35212]: audit 2024-01-18T21:57:04.317339+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T21:57:05.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:05 smithi144 bash[35212]: audit 2024-01-18T21:57:04.317714+0000 mgr.x (mgr.24683) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-18T21:57:05.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:05 smithi144 bash[35212]: audit 2024-01-18T21:57:04.319282+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi144.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T21:57:05.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:05 smithi144 bash[35212]: audit 2024-01-18T21:57:04.319597+0000 mgr.x (mgr.24683) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi144.front.sepia.ceph.com:9095"}]: dispatch 2024-01-18T21:57:05.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:05 smithi144 bash[35212]: audit 2024-01-18T21:57:04.319872+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi144.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-18T21:57:05.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:05 smithi144 bash[35212]: audit 2024-01-18T21:57:04.320257+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi144.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-18T21:57:05.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:05 smithi144 bash[35212]: audit 2024-01-18T21:57:04.323774+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi144.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-01-18T21:57:05.434 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:05 smithi144 bash[35212]: cephadm 2024-01-18T21:57:04.325686+0000 mgr.x (mgr.24683) 36 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 2024-01-18T21:57:06.334 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:06 smithi118 bash[35127]: audit 2024-01-18T21:57:05.729453+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"progress_id\": \"0f48cccf-4e52-4e20-ba72-dfc48feaaf18\", \"target_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"target_version\": \"16.2.14-454-g491b5e13\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-01-18T21:57:06.335 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:06 smithi118 bash[35127]: audit 2024-01-18T21:57:05.730062+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"progress_id\": \"0f48cccf-4e52-4e20-ba72-dfc48feaaf18\", \"target_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"target_version\": \"16.2.14-454-g491b5e13\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-01-18T21:57:06.335 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:06 smithi118 bash[35127]: audit 2024-01-18T21:57:05.732656+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"progress_id\": \"0f48cccf-4e52-4e20-ba72-dfc48feaaf18\", \"target_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"target_version\": \"16.2.14-454-g491b5e13\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-01-18T21:57:06.335 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:06 smithi118 bash[35127]: audit 2024-01-18T21:57:05.734680+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:06.335 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:06 smithi118 bash[35127]: audit 2024-01-18T21:57:05.735772+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:06.335 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:06 smithi118 bash[35127]: audit 2024-01-18T21:57:05.736347+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:06.335 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:06 smithi118 bash[35127]: audit 2024-01-18T21:57:05.739381+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-01-18T21:57:06.335 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:06 smithi118 bash[38532]: audit 2024-01-18T21:57:05.729453+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"progress_id\": \"0f48cccf-4e52-4e20-ba72-dfc48feaaf18\", \"target_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"target_version\": \"16.2.14-454-g491b5e13\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-01-18T21:57:06.335 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:06 smithi118 bash[38532]: audit 2024-01-18T21:57:05.730062+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"progress_id\": \"0f48cccf-4e52-4e20-ba72-dfc48feaaf18\", \"target_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"target_version\": \"16.2.14-454-g491b5e13\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-01-18T21:57:06.335 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:06 smithi118 bash[38532]: audit 2024-01-18T21:57:05.732656+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"progress_id\": \"0f48cccf-4e52-4e20-ba72-dfc48feaaf18\", \"target_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"target_version\": \"16.2.14-454-g491b5e13\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-01-18T21:57:06.335 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:06 smithi118 bash[38532]: audit 2024-01-18T21:57:05.734680+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:06.335 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:06 smithi118 bash[38532]: audit 2024-01-18T21:57:05.735772+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:06.336 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:06 smithi118 bash[38532]: audit 2024-01-18T21:57:05.736347+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:06.336 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:06 smithi118 bash[38532]: audit 2024-01-18T21:57:05.739381+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-01-18T21:57:06.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:06 smithi144 bash[35212]: audit 2024-01-18T21:57:05.729453+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"progress_id\": \"0f48cccf-4e52-4e20-ba72-dfc48feaaf18\", \"target_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"target_version\": \"16.2.14-454-g491b5e13\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-01-18T21:57:06.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:06 smithi144 bash[35212]: audit 2024-01-18T21:57:05.730062+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"progress_id\": \"0f48cccf-4e52-4e20-ba72-dfc48feaaf18\", \"target_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"target_version\": \"16.2.14-454-g491b5e13\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-01-18T21:57:06.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:06 smithi144 bash[35212]: audit 2024-01-18T21:57:05.732656+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"progress_id\": \"0f48cccf-4e52-4e20-ba72-dfc48feaaf18\", \"target_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"target_version\": \"16.2.14-454-g491b5e13\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": null, \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-01-18T21:57:06.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:06 smithi144 bash[35212]: audit 2024-01-18T21:57:05.734680+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:06.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:06 smithi144 bash[35212]: audit 2024-01-18T21:57:05.735772+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:06.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:06 smithi144 bash[35212]: audit 2024-01-18T21:57:05.736347+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:06.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:06 smithi144 bash[35212]: audit 2024-01-18T21:57:05.739381+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-01-18T21:57:07.303 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[59575]: ts=2024-01-18T21:57:07.262Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.003076107s 2024-01-18T21:57:07.304 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[35127]: cephadm 2024-01-18T21:57:05.733616+0000 mgr.x (mgr.24683) 37 : cephadm [INF] Upgrade: Target is version 16.2.14-454-g491b5e13 (pacific) 2024-01-18T21:57:07.304 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[35127]: cephadm 2024-01-18T21:57:05.733720+0000 mgr.x (mgr.24683) 38 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069, digests ['quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069'] 2024-01-18T21:57:07.304 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[35127]: cephadm 2024-01-18T21:57:05.740936+0000 mgr.x (mgr.24683) 39 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-18T21:57:07.304 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[35127]: cephadm 2024-01-18T21:57:05.741564+0000 mgr.x (mgr.24683) 40 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-18T21:57:07.304 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[35127]: cluster 2024-01-18T21:57:06.036191+0000 mgr.x (mgr.24683) 41 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:07.304 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[35127]: audit 2024-01-18T21:57:06.704682+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr.y"}]: dispatch 2024-01-18T21:57:07.304 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[35127]: audit 2024-01-18T21:57:06.705298+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr.y"}]: dispatch 2024-01-18T21:57:07.304 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[35127]: audit 2024-01-18T21:57:06.708645+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr.y"}]': finished 2024-01-18T21:57:07.304 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[35127]: audit 2024-01-18T21:57:06.710035+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:57:07.304 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[35127]: audit 2024-01-18T21:57:06.710349+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:57:07.304 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[35127]: audit 2024-01-18T21:57:06.711167+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T21:57:07.304 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[35127]: audit 2024-01-18T21:57:06.712035+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:57:07.304 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[35127]: audit 2024-01-18T21:57:06.713217+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-18T21:57:07.305 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[38532]: cephadm 2024-01-18T21:57:05.733616+0000 mgr.x (mgr.24683) 37 : cephadm [INF] Upgrade: Target is version 16.2.14-454-g491b5e13 (pacific) 2024-01-18T21:57:07.305 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[38532]: cephadm 2024-01-18T21:57:05.733720+0000 mgr.x (mgr.24683) 38 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069, digests ['quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069'] 2024-01-18T21:57:07.305 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[38532]: cephadm 2024-01-18T21:57:05.740936+0000 mgr.x (mgr.24683) 39 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-18T21:57:07.305 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[38532]: cephadm 2024-01-18T21:57:05.741564+0000 mgr.x (mgr.24683) 40 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-18T21:57:07.305 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[38532]: cluster 2024-01-18T21:57:06.036191+0000 mgr.x (mgr.24683) 41 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:07.305 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[38532]: audit 2024-01-18T21:57:06.704682+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr.y"}]: dispatch 2024-01-18T21:57:07.305 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[38532]: audit 2024-01-18T21:57:06.705298+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr.y"}]: dispatch 2024-01-18T21:57:07.305 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[38532]: audit 2024-01-18T21:57:06.708645+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr.y"}]': finished 2024-01-18T21:57:07.305 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[38532]: audit 2024-01-18T21:57:06.710035+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:57:07.305 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[38532]: audit 2024-01-18T21:57:06.710349+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:57:07.305 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[38532]: audit 2024-01-18T21:57:06.711167+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T21:57:07.305 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[38532]: audit 2024-01-18T21:57:06.712035+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:57:07.305 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:07 smithi118 bash[38532]: audit 2024-01-18T21:57:06.713217+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-18T21:57:07.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:07 smithi144 bash[35212]: cephadm 2024-01-18T21:57:05.733616+0000 mgr.x (mgr.24683) 37 : cephadm [INF] Upgrade: Target is version 16.2.14-454-g491b5e13 (pacific) 2024-01-18T21:57:07.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:07 smithi144 bash[35212]: cephadm 2024-01-18T21:57:05.733720+0000 mgr.x (mgr.24683) 38 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069, digests ['quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069'] 2024-01-18T21:57:07.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:07 smithi144 bash[35212]: cephadm 2024-01-18T21:57:05.740936+0000 mgr.x (mgr.24683) 39 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-18T21:57:07.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:07 smithi144 bash[35212]: cephadm 2024-01-18T21:57:05.741564+0000 mgr.x (mgr.24683) 40 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-18T21:57:07.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:07 smithi144 bash[35212]: cluster 2024-01-18T21:57:06.036191+0000 mgr.x (mgr.24683) 41 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:07.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:07 smithi144 bash[35212]: audit 2024-01-18T21:57:06.704682+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr.y"}]: dispatch 2024-01-18T21:57:07.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:07 smithi144 bash[35212]: audit 2024-01-18T21:57:06.705298+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr.y"}]: dispatch 2024-01-18T21:57:07.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:07 smithi144 bash[35212]: audit 2024-01-18T21:57:06.708645+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr.y"}]': finished 2024-01-18T21:57:07.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:07 smithi144 bash[35212]: audit 2024-01-18T21:57:06.710035+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:57:07.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:07 smithi144 bash[35212]: audit 2024-01-18T21:57:06.710349+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:57:07.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:07 smithi144 bash[35212]: audit 2024-01-18T21:57:06.711167+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T21:57:07.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:07 smithi144 bash[35212]: audit 2024-01-18T21:57:06.712035+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:57:07.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:07 smithi144 bash[35212]: audit 2024-01-18T21:57:06.713217+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-18T21:57:07.981 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:07 smithi118 systemd[1]: Stopping Ceph mgr.y for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:57:08.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:08 smithi144 bash[35212]: cephadm 2024-01-18T21:57:06.704193+0000 mgr.x (mgr.24683) 42 : cephadm [INF] Upgrade: Updating mgr.y 2024-01-18T21:57:08.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:08 smithi144 bash[35212]: cephadm 2024-01-18T21:57:06.712763+0000 mgr.x (mgr.24683) 43 : cephadm [INF] Deploying daemon mgr.y on smithi118 2024-01-18T21:57:08.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:08 smithi118 bash[35127]: cephadm 2024-01-18T21:57:06.704193+0000 mgr.x (mgr.24683) 42 : cephadm [INF] Upgrade: Updating mgr.y 2024-01-18T21:57:08.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:08 smithi118 bash[35127]: cephadm 2024-01-18T21:57:06.712763+0000 mgr.x (mgr.24683) 43 : cephadm [INF] Deploying daemon mgr.y on smithi118 2024-01-18T21:57:08.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:08 smithi118 bash[38532]: cephadm 2024-01-18T21:57:06.704193+0000 mgr.x (mgr.24683) 42 : cephadm [INF] Upgrade: Updating mgr.y 2024-01-18T21:57:08.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:08 smithi118 bash[38532]: cephadm 2024-01-18T21:57:06.712763+0000 mgr.x (mgr.24683) 43 : cephadm [INF] Deploying daemon mgr.y on smithi118 2024-01-18T21:57:09.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:09 smithi144 bash[35212]: cluster 2024-01-18T21:57:08.037008+0000 mgr.x (mgr.24683) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:09.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:09 smithi118 bash[38532]: cluster 2024-01-18T21:57:08.037008+0000 mgr.x (mgr.24683) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:09.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:09 smithi118 bash[35127]: cluster 2024-01-18T21:57:08.037008+0000 mgr.x (mgr.24683) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:11.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:11 smithi144 bash[35212]: cluster 2024-01-18T21:57:10.037356+0000 mgr.x (mgr.24683) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:11.483 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:11 smithi118 bash[38532]: cluster 2024-01-18T21:57:10.037356+0000 mgr.x (mgr.24683) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:11.483 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:11 smithi118 bash[35127]: cluster 2024-01-18T21:57:10.037356+0000 mgr.x (mgr.24683) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:12.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:12 smithi144 bash[35212]: cluster 2024-01-18T21:57:12.038070+0000 mgr.x (mgr.24683) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:12.981 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:12 smithi118 bash[35127]: cluster 2024-01-18T21:57:12.038070+0000 mgr.x (mgr.24683) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:12.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:12 smithi118 bash[38532]: cluster 2024-01-18T21:57:12.038070+0000 mgr.x (mgr.24683) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:15.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:15 smithi144 bash[35212]: cluster 2024-01-18T21:57:14.038541+0000 mgr.x (mgr.24683) 47 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:15.480 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:15 smithi118 bash[38532]: cluster 2024-01-18T21:57:14.038541+0000 mgr.x (mgr.24683) 47 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:15.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:15 smithi118 bash[35127]: cluster 2024-01-18T21:57:14.038541+0000 mgr.x (mgr.24683) 47 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:17.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:17 smithi144 bash[35212]: cluster 2024-01-18T21:57:16.038971+0000 mgr.x (mgr.24683) 48 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:17.480 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:17 smithi118 bash[38532]: cluster 2024-01-18T21:57:16.038971+0000 mgr.x (mgr.24683) 48 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:17.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:17 smithi118 bash[35127]: cluster 2024-01-18T21:57:16.038971+0000 mgr.x (mgr.24683) 48 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:17.981 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:17 smithi118 bash[59940]: time="2024-01-18T21:57:17Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr.y in 10 seconds, resorting to SIGKILL" 2024-01-18T21:57:18.260 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:18 smithi118 bash[59940]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr.y 2024-01-18T21:57:18.260 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:18 smithi118 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mgr.y.service: Main process exited, code=exited, status=137/n/a 2024-01-18T21:57:18.731 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:18 smithi118 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2024-01-18T21:57:18.731 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:18 smithi118 systemd[1]: Stopped Ceph mgr.y for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:57:18.731 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:18 smithi118 systemd[1]: Starting Ceph mgr.y for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:57:19.231 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:18 smithi118 bash[60134]: 4b6b5314ec474d16bb8837aae1c8fd19f60c723dbcf00708a8bc754c4d79cea8 2024-01-18T21:57:19.231 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:18 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:18.971+0000 7fe02eed1700 1 -- 172.21.15.118:0/1266137494 <== mon.1 v2:172.21.15.118:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c8328404e0 con 0x55c832814c00 2024-01-18T21:57:19.231 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:18 smithi118 systemd[1]: Started Ceph mgr.y for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:57:19.231 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:19.106+0000 7fe03f4cb680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-18T21:57:19.231 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:19.190+0000 7fe03f4cb680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-18T21:57:19.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:19 smithi118 bash[35127]: cluster 2024-01-18T21:57:18.039829+0000 mgr.x (mgr.24683) 49 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:19.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:19 smithi118 bash[38532]: cluster 2024-01-18T21:57:18.039829+0000 mgr.x (mgr.24683) 49 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:19.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:19 smithi118 bash[35127]: audit 2024-01-18T21:57:19.034564+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:19.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:19 smithi118 bash[38532]: audit 2024-01-18T21:57:19.034564+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:19.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:19 smithi118 bash[35127]: audit 2024-01-18T21:57:19.035245+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:19.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:19 smithi118 bash[35127]: audit 2024-01-18T21:57:19.038355+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]': finished 2024-01-18T21:57:19.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:19 smithi118 bash[35127]: audit 2024-01-18T21:57:19.039990+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:19.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:19 smithi118 bash[35127]: audit 2024-01-18T21:57:19.041746+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:57:19.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:19 smithi118 bash[35127]: audit 2024-01-18T21:57:19.042119+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:57:19.234 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:19 smithi118 bash[38532]: audit 2024-01-18T21:57:19.035245+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:19.234 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:19 smithi118 bash[38532]: audit 2024-01-18T21:57:19.038355+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]': finished 2024-01-18T21:57:19.234 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:19 smithi118 bash[38532]: audit 2024-01-18T21:57:19.039990+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:19.234 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:19 smithi118 bash[38532]: audit 2024-01-18T21:57:19.041746+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:57:19.234 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:19 smithi118 bash[38532]: audit 2024-01-18T21:57:19.042119+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:57:19.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:19 smithi144 bash[35212]: cluster 2024-01-18T21:57:18.039829+0000 mgr.x (mgr.24683) 49 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:19.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:19 smithi144 bash[35212]: audit 2024-01-18T21:57:19.034564+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:19.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:19 smithi144 bash[35212]: audit 2024-01-18T21:57:19.035245+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:19.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:19 smithi144 bash[35212]: audit 2024-01-18T21:57:19.038355+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 197342003, \"cpu_percentage\": \"1.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.519880Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 191260262, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520149Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 75203870, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520214Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 76850135, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520276Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 62222499, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520337Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82460016, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520398Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12257853, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520459Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54525952, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:56:48.520608Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]': finished 2024-01-18T21:57:19.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:19 smithi144 bash[35212]: audit 2024-01-18T21:57:19.039990+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:19.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:19 smithi144 bash[35212]: audit 2024-01-18T21:57:19.041746+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:57:19.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:19 smithi144 bash[35212]: audit 2024-01-18T21:57:19.042119+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:57:19.873 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:19.606+0000 7fe03f4cb680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-18T21:57:20.728 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:20.415+0000 7fe03f4cb680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-18T21:57:20.729 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:20.507+0000 7fe03f4cb680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-18T21:57:21.366 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:20.742+0000 7fe03f4cb680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-18T21:57:21.367 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:21 smithi118 bash[38532]: cluster 2024-01-18T21:57:20.040141+0000 mgr.x (mgr.24683) 50 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:21.367 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:21 smithi118 bash[35127]: cluster 2024-01-18T21:57:20.040141+0000 mgr.x (mgr.24683) 50 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:21.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:21 smithi144 bash[35212]: cluster 2024-01-18T21:57:20.040141+0000 mgr.x (mgr.24683) 50 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:21.916 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:21 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:21.788+0000 7fe03f4cb680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-18T21:57:22.230 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:21 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:21.929+0000 7fe03f4cb680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-18T21:57:22.231 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:22 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:22.011+0000 7fe03f4cb680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-18T21:57:22.231 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:22 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:22.109+0000 7fe03f4cb680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-18T21:57:22.584 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:22 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:22.314+0000 7fe03f4cb680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-18T21:57:22.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:22 smithi144 bash[35212]: cluster 2024-01-18T21:57:22.040934+0000 mgr.x (mgr.24683) 51 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:22.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:22 smithi144 bash[35212]: audit 2024-01-18T21:57:22.215677+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 222717542, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213573Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 44375736, \"cpu_percentage\": \"109.55%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:22.213760Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 205625753, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213836Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77070336, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213958Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78402027, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214030Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 63333990, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214148Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84326481, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214224Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 11565793, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214288Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16913530, \"cpu_percentage\": \"0.46%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214358Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54662266, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214421Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:22.214541Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:22.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:22 smithi144 bash[35212]: audit 2024-01-18T21:57:22.216292+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 222717542, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213573Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 44375736, \"cpu_percentage\": \"109.55%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:22.213760Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 205625753, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213836Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77070336, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213958Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78402027, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214030Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 63333990, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214148Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84326481, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214224Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 11565793, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214288Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16913530, \"cpu_percentage\": \"0.46%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214358Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54662266, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214421Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:22.214541Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:22.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:22 smithi144 bash[35212]: audit 2024-01-18T21:57:22.219173+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 222717542, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213573Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 44375736, \"cpu_percentage\": \"109.55%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:22.213760Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 205625753, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213836Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77070336, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213958Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78402027, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214030Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 63333990, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214148Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84326481, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214224Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 11565793, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214288Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16913530, \"cpu_percentage\": \"0.46%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214358Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54662266, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214421Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:22.214541Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]': finished 2024-01-18T21:57:22.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:22 smithi144 bash[35212]: audit 2024-01-18T21:57:22.477792+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.475914Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 452460544, \"cpu_percentage\": \"13.96%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476047Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82910904, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476114Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73977036, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476175Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67769466, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476235Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77678510, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476295Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 38052823, \"cpu_percentage\": \"1.29%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476355Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11429478, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476414Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31950110, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476472Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58216939, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476560Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:22.476669Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:22.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:22 smithi144 bash[35212]: audit 2024-01-18T21:57:22.478334+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.475914Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 452460544, \"cpu_percentage\": \"13.96%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476047Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82910904, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476114Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73977036, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476175Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67769466, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476235Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77678510, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476295Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 38052823, \"cpu_percentage\": \"1.29%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476355Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11429478, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476414Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31950110, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476472Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58216939, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476560Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:22.476669Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:22.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:22 smithi144 bash[35212]: audit 2024-01-18T21:57:22.481240+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.475914Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 452460544, \"cpu_percentage\": \"13.96%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476047Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82910904, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476114Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73977036, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476175Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67769466, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476235Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77678510, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476295Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 38052823, \"cpu_percentage\": \"1.29%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476355Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11429478, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476414Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31950110, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476472Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58216939, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476560Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:22.476669Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}}"}]': finished 2024-01-18T21:57:22.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:22 smithi144 bash[35212]: audit 2024-01-18T21:57:22.482939+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:57:22.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:22 smithi144 bash[35212]: audit 2024-01-18T21:57:22.483168+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:57:22.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:22 smithi144 bash[35212]: audit 2024-01-18T21:57:22.485368+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-18T21:57:22.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:22 smithi144 bash[35212]: audit 2024-01-18T21:57:22.490236+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:22.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:22 smithi144 bash[35212]: audit 2024-01-18T21:57:22.490986+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:22.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:22 smithi144 bash[35212]: audit 2024-01-18T21:57:22.491226+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:22.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:22 smithi144 bash[35212]: audit 2024-01-18T21:57:22.493912+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-18T21:57:22.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:22 smithi144 bash[35212]: audit 2024-01-18T21:57:22.494142+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-18T21:57:22.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:22 smithi144 bash[35212]: cluster 2024-01-18T21:57:22.497466+0000 mon.a (mon.0) 834 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-01-18T21:57:22.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:22 smithi144 bash[35212]: audit 2024-01-18T21:57:22.498074+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T21:57:22.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:22 smithi144 bash[35212]: audit 2024-01-18T21:57:22.498654+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T21:57:22.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:22 smithi144 bash[35212]: audit 2024-01-18T21:57:22.499259+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T21:57:22.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:22 smithi144 bash[35212]: audit 2024-01-18T21:57:22.499500+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T21:57:22.980 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:22 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:22.598+0000 7fe03f4cb680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-18T21:57:22.981 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:22 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:22.700+0000 7fe03f4cb680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-18T21:57:22.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[38532]: cluster 2024-01-18T21:57:22.040934+0000 mgr.x (mgr.24683) 51 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:22.981 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[35127]: cluster 2024-01-18T21:57:22.040934+0000 mgr.x (mgr.24683) 51 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:22.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[38532]: audit 2024-01-18T21:57:22.215677+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 222717542, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213573Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 44375736, \"cpu_percentage\": \"109.55%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:22.213760Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 205625753, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213836Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77070336, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213958Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78402027, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214030Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 63333990, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214148Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84326481, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214224Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 11565793, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214288Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16913530, \"cpu_percentage\": \"0.46%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214358Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54662266, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214421Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:22.214541Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:22.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[35127]: audit 2024-01-18T21:57:22.215677+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 222717542, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213573Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 44375736, \"cpu_percentage\": \"109.55%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:22.213760Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 205625753, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213836Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77070336, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213958Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78402027, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214030Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 63333990, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214148Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84326481, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214224Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 11565793, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214288Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16913530, \"cpu_percentage\": \"0.46%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214358Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54662266, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214421Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:22.214541Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:22.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[38532]: audit 2024-01-18T21:57:22.216292+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 222717542, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213573Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 44375736, \"cpu_percentage\": \"109.55%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:22.213760Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 205625753, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213836Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77070336, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213958Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78402027, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214030Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 63333990, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214148Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84326481, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214224Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 11565793, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214288Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16913530, \"cpu_percentage\": \"0.46%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214358Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54662266, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214421Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:22.214541Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:22.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[35127]: audit 2024-01-18T21:57:22.216292+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 222717542, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213573Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 44375736, \"cpu_percentage\": \"109.55%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:22.213760Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 205625753, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213836Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77070336, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213958Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78402027, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214030Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 63333990, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214148Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84326481, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214224Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 11565793, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214288Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16913530, \"cpu_percentage\": \"0.46%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214358Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54662266, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214421Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:22.214541Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:22.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[38532]: audit 2024-01-18T21:57:22.219173+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 222717542, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213573Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 44375736, \"cpu_percentage\": \"109.55%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:22.213760Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 205625753, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213836Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77070336, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213958Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78402027, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214030Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 63333990, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214148Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84326481, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214224Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 11565793, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214288Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16913530, \"cpu_percentage\": \"0.46%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214358Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54662266, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214421Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:22.214541Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]': finished 2024-01-18T21:57:22.983 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[38532]: audit 2024-01-18T21:57:22.477792+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.475914Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 452460544, \"cpu_percentage\": \"13.96%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476047Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82910904, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476114Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73977036, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476175Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67769466, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476235Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77678510, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476295Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 38052823, \"cpu_percentage\": \"1.29%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476355Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11429478, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476414Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31950110, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476472Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58216939, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476560Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:22.476669Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:22.984 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[35127]: audit 2024-01-18T21:57:22.219173+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 222717542, \"cpu_percentage\": \"1.87%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213573Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 44375736, \"cpu_percentage\": \"109.55%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:22.213760Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 205625753, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213836Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77070336, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.213958Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78402027, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214030Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 63333990, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214148Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 84326481, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214224Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 11565793, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214288Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16913530, \"cpu_percentage\": \"0.46%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214358Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 54662266, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.214421Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:22.214541Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}}"}]': finished 2024-01-18T21:57:22.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[38532]: audit 2024-01-18T21:57:22.478334+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.475914Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 452460544, \"cpu_percentage\": \"13.96%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476047Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82910904, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476114Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73977036, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476175Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67769466, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476235Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77678510, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476295Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 38052823, \"cpu_percentage\": \"1.29%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476355Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11429478, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476414Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31950110, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476472Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58216939, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476560Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:22.476669Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:22.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[38532]: audit 2024-01-18T21:57:22.481240+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.475914Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 452460544, \"cpu_percentage\": \"13.96%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476047Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82910904, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476114Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73977036, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476175Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67769466, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476235Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77678510, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476295Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 38052823, \"cpu_percentage\": \"1.29%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476355Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11429478, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476414Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31950110, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476472Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58216939, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476560Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:22.476669Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}}"}]': finished 2024-01-18T21:57:22.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[38532]: audit 2024-01-18T21:57:22.482939+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:57:22.984 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[38532]: audit 2024-01-18T21:57:22.483168+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:57:22.985 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[38532]: audit 2024-01-18T21:57:22.485368+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-18T21:57:22.985 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[38532]: audit 2024-01-18T21:57:22.490236+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:22.985 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[38532]: audit 2024-01-18T21:57:22.490986+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:22.985 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[38532]: audit 2024-01-18T21:57:22.491226+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:22.985 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[38532]: audit 2024-01-18T21:57:22.493912+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-18T21:57:22.985 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[35127]: audit 2024-01-18T21:57:22.477792+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.475914Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 452460544, \"cpu_percentage\": \"13.96%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476047Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82910904, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476114Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73977036, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476175Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67769466, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476235Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77678510, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476295Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 38052823, \"cpu_percentage\": \"1.29%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476355Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11429478, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476414Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31950110, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476472Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58216939, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476560Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:22.476669Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:22.985 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[38532]: audit 2024-01-18T21:57:22.494142+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-18T21:57:22.985 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[38532]: cluster 2024-01-18T21:57:22.497466+0000 mon.a (mon.0) 834 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-01-18T21:57:22.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[38532]: audit 2024-01-18T21:57:22.498074+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T21:57:22.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[38532]: audit 2024-01-18T21:57:22.498654+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T21:57:22.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[38532]: audit 2024-01-18T21:57:22.499259+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T21:57:22.986 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[38532]: audit 2024-01-18T21:57:22.499500+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T21:57:22.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[35127]: audit 2024-01-18T21:57:22.478334+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.475914Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 452460544, \"cpu_percentage\": \"13.96%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476047Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82910904, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476114Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73977036, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476175Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67769466, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476235Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77678510, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476295Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 38052823, \"cpu_percentage\": \"1.29%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476355Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11429478, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476414Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31950110, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476472Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58216939, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476560Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:22.476669Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-18T21:57:22.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[35127]: audit 2024-01-18T21:57:22.481240+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 207093760, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.475914Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 452460544, \"cpu_percentage\": \"13.96%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476047Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82910904, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476114Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 73977036, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476175Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 67769466, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476235Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 77678510, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476295Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 38052823, \"cpu_percentage\": \"1.29%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476355Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11429478, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476414Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31950110, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476472Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 58216939, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:22.476560Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:22.476669Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}}"}]': finished 2024-01-18T21:57:22.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[35127]: audit 2024-01-18T21:57:22.482939+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:57:22.986 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[35127]: audit 2024-01-18T21:57:22.483168+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:57:22.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[35127]: audit 2024-01-18T21:57:22.485368+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-18T21:57:22.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[35127]: audit 2024-01-18T21:57:22.490236+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:22.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[35127]: audit 2024-01-18T21:57:22.490986+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:22.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[35127]: audit 2024-01-18T21:57:22.491226+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:22.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[35127]: audit 2024-01-18T21:57:22.493912+0000 mon.b (mon.2) 152 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-18T21:57:22.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[35127]: audit 2024-01-18T21:57:22.494142+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-18T21:57:22.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[35127]: cluster 2024-01-18T21:57:22.497466+0000 mon.a (mon.0) 834 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-01-18T21:57:22.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[35127]: audit 2024-01-18T21:57:22.498074+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T21:57:22.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[35127]: audit 2024-01-18T21:57:22.498654+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T21:57:22.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[35127]: audit 2024-01-18T21:57:22.499259+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.24683 172.21.15.144:0/2513095640' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T21:57:22.987 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:22 smithi118 bash[35127]: audit 2024-01-18T21:57:22.499500+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T21:57:23.453 INFO:teuthology.orchestra.run.smithi118.stdout:true 2024-01-18T21:57:23.671 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:23 smithi118 bash[35127]: cephadm 2024-01-18T21:57:22.491804+0000 mgr.x (mgr.24683) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-18T21:57:23.671 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:23 smithi118 bash[35127]: cephadm 2024-01-18T21:57:22.492125+0000 mgr.x (mgr.24683) 53 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-18T21:57:23.671 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:23 smithi118 bash[35127]: cephadm 2024-01-18T21:57:22.493721+0000 mgr.x (mgr.24683) 54 : cephadm [INF] Failing over to other MGR 2024-01-18T21:57:23.671 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:23 smithi118 bash[35127]: audit 2024-01-18T21:57:23.456250+0000 mgr.x (mgr.24683) 55 : audit [DBG] from='client.24802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:57:23.671 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:23 smithi118 bash[35127]: audit 2024-01-18T21:57:23.489248+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-01-18T21:57:23.671 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:23 smithi118 bash[35127]: cluster 2024-01-18T21:57:23.489308+0000 mon.a (mon.0) 838 : cluster [DBG] mgrmap e20: y(active, starting, since 0.994814s) 2024-01-18T21:57:23.671 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:23 smithi118 bash[35127]: audit 2024-01-18T21:57:23.499161+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-18T21:57:23.671 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:23 smithi118 bash[35127]: cluster 2024-01-18T21:57:23.499213+0000 mon.a (mon.0) 840 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-01-18T21:57:23.672 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:23.434+0000 7fe03f4cb680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-18T21:57:23.672 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:23.527+0000 7fe03f4cb680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-18T21:57:23.672 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:23.627+0000 7fe03f4cb680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-18T21:57:23.932 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:23 smithi144 bash[49793]: debug 2024-01-18T21:57:23.487+0000 7fa445171700 -1 mgr handle_mgr_map I was active but no longer am 2024-01-18T21:57:23.932 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:23 smithi144 bash[49793]: ignoring --setuser ceph since I am not root 2024-01-18T21:57:23.932 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:23 smithi144 bash[49793]: ignoring --setgroup ceph since I am not root 2024-01-18T21:57:23.932 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:23 smithi144 bash[49793]: debug 2024-01-18T21:57:23.529+0000 7fa3a38d1700 1 -- 172.21.15.144:0/1201006292 <== mon.2 v2:172.21.15.144:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556f434984e0 con 0x556f4346f000 2024-01-18T21:57:23.932 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:23 smithi144 bash[49793]: debug 2024-01-18T21:57:23.649+0000 7fa3b3aad680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-18T21:57:23.932 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:23 smithi144 bash[49793]: debug 2024-01-18T21:57:23.730+0000 7fa3b3aad680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-18T21:57:23.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:23 smithi144 bash[35212]: cephadm 2024-01-18T21:57:22.491804+0000 mgr.x (mgr.24683) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-18T21:57:23.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:23 smithi144 bash[35212]: cephadm 2024-01-18T21:57:22.492125+0000 mgr.x (mgr.24683) 53 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-18T21:57:23.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:23 smithi144 bash[35212]: cephadm 2024-01-18T21:57:22.493721+0000 mgr.x (mgr.24683) 54 : cephadm [INF] Failing over to other MGR 2024-01-18T21:57:23.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:23 smithi144 bash[35212]: audit 2024-01-18T21:57:23.456250+0000 mgr.x (mgr.24683) 55 : audit [DBG] from='client.24802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:57:23.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:23 smithi144 bash[35212]: audit 2024-01-18T21:57:23.489248+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-01-18T21:57:23.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:23 smithi144 bash[35212]: cluster 2024-01-18T21:57:23.489308+0000 mon.a (mon.0) 838 : cluster [DBG] mgrmap e20: y(active, starting, since 0.994814s) 2024-01-18T21:57:23.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:23 smithi144 bash[35212]: audit 2024-01-18T21:57:23.499161+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-18T21:57:23.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:23 smithi144 bash[35212]: cluster 2024-01-18T21:57:23.499213+0000 mon.a (mon.0) 840 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-01-18T21:57:23.980 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:23.809+0000 7fe03f4cb680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-18T21:57:23.980 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:23 smithi118 bash[38532]: cephadm 2024-01-18T21:57:22.491804+0000 mgr.x (mgr.24683) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-18T21:57:23.980 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:23 smithi118 bash[38532]: cephadm 2024-01-18T21:57:22.492125+0000 mgr.x (mgr.24683) 53 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-18T21:57:23.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:23 smithi118 bash[38532]: cephadm 2024-01-18T21:57:22.493721+0000 mgr.x (mgr.24683) 54 : cephadm [INF] Failing over to other MGR 2024-01-18T21:57:23.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:23 smithi118 bash[38532]: audit 2024-01-18T21:57:23.456250+0000 mgr.x (mgr.24683) 55 : audit [DBG] from='client.24802 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:57:23.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:23 smithi118 bash[38532]: audit 2024-01-18T21:57:23.489248+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-01-18T21:57:23.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:23 smithi118 bash[38532]: cluster 2024-01-18T21:57:23.489308+0000 mon.a (mon.0) 838 : cluster [DBG] mgrmap e20: y(active, starting, since 0.994814s) 2024-01-18T21:57:23.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:23 smithi118 bash[38532]: audit 2024-01-18T21:57:23.499161+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-18T21:57:23.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:23 smithi118 bash[38532]: cluster 2024-01-18T21:57:23.499213+0000 mon.a (mon.0) 840 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-01-18T21:57:24.318 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:24.067+0000 7fe03f4cb680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-18T21:57:24.318 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:24.198+0000 7fe03f4cb680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-18T21:57:24.432 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:24 smithi144 bash[49793]: debug 2024-01-18T21:57:24.087+0000 7fa3b3aad680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-18T21:57:24.572 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:24.331+0000 7fe03f4cb680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-18T21:57:24.572 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:24.502+0000 7fe03f4cb680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-18T21:57:24.572 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:24.585+0000 7fe03f4cb680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-18T21:57:24.932 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:24 smithi144 bash[49793]: debug 2024-01-18T21:57:24.827+0000 7fa3b3aad680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-18T21:57:24.932 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:24 smithi144 bash[49793]: debug 2024-01-18T21:57:24.911+0000 7fa3b3aad680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-18T21:57:24.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:24 smithi144 bash[35212]: cluster 2024-01-18T21:57:24.600451+0000 mon.a (mon.0) 841 : cluster [INF] Active manager daemon y restarted 2024-01-18T21:57:24.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:24 smithi144 bash[35212]: cluster 2024-01-18T21:57:24.600983+0000 mon.a (mon.0) 842 : cluster [INF] Activating manager daemon y 2024-01-18T21:57:24.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:24 smithi144 bash[35212]: audit 2024-01-18T21:57:24.601298+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.? 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-01-18T21:57:24.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:24 smithi144 bash[35212]: cluster 2024-01-18T21:57:24.604247+0000 mon.a (mon.0) 843 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-01-18T21:57:24.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:24 smithi144 bash[35212]: audit 2024-01-18T21:57:24.604520+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.? 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:57:24.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:24 smithi144 bash[35212]: audit 2024-01-18T21:57:24.605829+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-01-18T21:57:24.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:24 smithi144 bash[35212]: audit 2024-01-18T21:57:24.606156+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.? 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:57:24.980 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:24 smithi118 bash[38532]: cluster 2024-01-18T21:57:24.600451+0000 mon.a (mon.0) 841 : cluster [INF] Active manager daemon y restarted 2024-01-18T21:57:24.980 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:24 smithi118 bash[38532]: cluster 2024-01-18T21:57:24.600983+0000 mon.a (mon.0) 842 : cluster [INF] Activating manager daemon y 2024-01-18T21:57:24.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:24 smithi118 bash[38532]: audit 2024-01-18T21:57:24.601298+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.? 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-01-18T21:57:24.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:24 smithi118 bash[38532]: cluster 2024-01-18T21:57:24.604247+0000 mon.a (mon.0) 843 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-01-18T21:57:24.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:24 smithi118 bash[38532]: audit 2024-01-18T21:57:24.604520+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.? 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:57:24.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:24 smithi118 bash[38532]: audit 2024-01-18T21:57:24.605829+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-01-18T21:57:24.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:24 smithi118 bash[38532]: audit 2024-01-18T21:57:24.606156+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.? 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:57:24.981 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:24 smithi118 bash[35127]: cluster 2024-01-18T21:57:24.600451+0000 mon.a (mon.0) 841 : cluster [INF] Active manager daemon y restarted 2024-01-18T21:57:24.981 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:24 smithi118 bash[35127]: cluster 2024-01-18T21:57:24.600983+0000 mon.a (mon.0) 842 : cluster [INF] Activating manager daemon y 2024-01-18T21:57:24.981 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:24 smithi118 bash[35127]: audit 2024-01-18T21:57:24.601298+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.? 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-01-18T21:57:24.981 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:24 smithi118 bash[35127]: cluster 2024-01-18T21:57:24.604247+0000 mon.a (mon.0) 843 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-01-18T21:57:24.981 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:24 smithi118 bash[35127]: audit 2024-01-18T21:57:24.604520+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.? 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:57:24.981 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:24 smithi118 bash[35127]: audit 2024-01-18T21:57:24.605829+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-01-18T21:57:24.981 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:24 smithi118 bash[35127]: audit 2024-01-18T21:57:24.606156+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.? 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:57:25.432 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:25 smithi144 bash[49793]: debug 2024-01-18T21:57:25.122+0000 7fa3b3aad680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-18T21:57:25.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:25 smithi144 bash[35212]: cluster 2024-01-18T21:57:24.693377+0000 mon.a (mon.0) 844 : cluster [DBG] mgrmap e21: y(active, starting, since 0.0925257s) 2024-01-18T21:57:25.980 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:25 smithi118 bash[38532]: cluster 2024-01-18T21:57:24.693377+0000 mon.a (mon.0) 844 : cluster [DBG] mgrmap e21: y(active, starting, since 0.0925257s) 2024-01-18T21:57:25.981 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:25 smithi118 bash[35127]: cluster 2024-01-18T21:57:24.693377+0000 mon.a (mon.0) 844 : cluster [DBG] mgrmap e21: y(active, starting, since 0.0925257s) 2024-01-18T21:57:26.337 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:26 smithi144 bash[49793]: debug 2024-01-18T21:57:26.054+0000 7fa3b3aad680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-18T21:57:26.337 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:26 smithi144 bash[49793]: debug 2024-01-18T21:57:26.181+0000 7fa3b3aad680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-18T21:57:26.337 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:26 smithi144 bash[49793]: debug 2024-01-18T21:57:26.261+0000 7fa3b3aad680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-18T21:57:26.337 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:26 smithi144 bash[49793]: debug 2024-01-18T21:57:26.351+0000 7fa3b3aad680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-18T21:57:26.682 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:26 smithi144 bash[49793]: debug 2024-01-18T21:57:26.547+0000 7fa3b3aad680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-18T21:57:27.182 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:26 smithi144 bash[49793]: debug 2024-01-18T21:57:26.825+0000 7fa3b3aad680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-18T21:57:27.182 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:26 smithi144 bash[49793]: debug 2024-01-18T21:57:26.922+0000 7fa3b3aad680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-18T21:57:27.932 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:27 smithi144 bash[49793]: debug 2024-01-18T21:57:27.641+0000 7fa3b3aad680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-18T21:57:27.932 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:27 smithi144 bash[49793]: debug 2024-01-18T21:57:27.722+0000 7fa3b3aad680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-18T21:57:27.932 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:27 smithi144 bash[49793]: debug 2024-01-18T21:57:27.813+0000 7fa3b3aad680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-18T21:57:28.237 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:27 smithi144 bash[49793]: debug 2024-01-18T21:57:27.990+0000 7fa3b3aad680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-18T21:57:28.503 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:28 smithi144 bash[49793]: debug 2024-01-18T21:57:28.251+0000 7fa3b3aad680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-18T21:57:28.503 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:28 smithi144 bash[49793]: debug 2024-01-18T21:57:28.384+0000 7fa3b3aad680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-18T21:57:28.759 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:28 smithi144 bash[49793]: debug 2024-01-18T21:57:28.516+0000 7fa3b3aad680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-18T21:57:28.759 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:28 smithi144 bash[49793]: debug 2024-01-18T21:57:28.689+0000 7fa3b3aad680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-18T21:57:29.182 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:28 smithi144 bash[49793]: debug 2024-01-18T21:57:28.772+0000 7fa3b3aad680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-18T21:57:29.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:28 smithi144 bash[35212]: cluster 2024-01-18T21:57:28.786252+0000 mon.a (mon.0) 845 : cluster [DBG] Standby manager daemon x started 2024-01-18T21:57:29.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:28 smithi144 bash[35212]: audit 2024-01-18T21:57:28.786321+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.? 172.21.15.144:0/911551527' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-18T21:57:29.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:28 smithi144 bash[35212]: audit 2024-01-18T21:57:28.786671+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.? 172.21.15.144:0/911551527' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:57:29.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:28 smithi144 bash[35212]: audit 2024-01-18T21:57:28.787592+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.? 172.21.15.144:0/911551527' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-18T21:57:29.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:28 smithi144 bash[35212]: audit 2024-01-18T21:57:28.787838+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.? 172.21.15.144:0/911551527' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:57:29.230 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:28 smithi118 bash[38532]: cluster 2024-01-18T21:57:28.786252+0000 mon.a (mon.0) 845 : cluster [DBG] Standby manager daemon x started 2024-01-18T21:57:29.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:28 smithi118 bash[38532]: audit 2024-01-18T21:57:28.786321+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.? 172.21.15.144:0/911551527' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-18T21:57:29.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:28 smithi118 bash[38532]: audit 2024-01-18T21:57:28.786671+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.? 172.21.15.144:0/911551527' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:57:29.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:28 smithi118 bash[38532]: audit 2024-01-18T21:57:28.787592+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.? 172.21.15.144:0/911551527' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-18T21:57:29.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:28 smithi118 bash[38532]: audit 2024-01-18T21:57:28.787838+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.? 172.21.15.144:0/911551527' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:57:29.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:28 smithi118 bash[35127]: cluster 2024-01-18T21:57:28.786252+0000 mon.a (mon.0) 845 : cluster [DBG] Standby manager daemon x started 2024-01-18T21:57:29.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:28 smithi118 bash[35127]: audit 2024-01-18T21:57:28.786321+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.? 172.21.15.144:0/911551527' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-18T21:57:29.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:28 smithi118 bash[35127]: audit 2024-01-18T21:57:28.786671+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.? 172.21.15.144:0/911551527' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:57:29.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:28 smithi118 bash[35127]: audit 2024-01-18T21:57:28.787592+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.? 172.21.15.144:0/911551527' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-18T21:57:29.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:28 smithi118 bash[35127]: audit 2024-01-18T21:57:28.787838+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.? 172.21.15.144:0/911551527' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:57:30.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:29 smithi144 bash[35212]: cluster 2024-01-18T21:57:28.844459+0000 mon.a (mon.0) 846 : cluster [DBG] mgrmap e22: y(active, starting, since 4s), standbys: x 2024-01-18T21:57:30.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:29 smithi144 bash[35212]: audit 2024-01-18T21:57:28.846308+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.? 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-18T21:57:30.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:29 smithi144 bash[35212]: audit 2024-01-18T21:57:28.846483+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-18T21:57:30.230 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:29 smithi118 bash[38532]: cluster 2024-01-18T21:57:28.844459+0000 mon.a (mon.0) 846 : cluster [DBG] mgrmap e22: y(active, starting, since 4s), standbys: x 2024-01-18T21:57:30.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:29 smithi118 bash[38532]: audit 2024-01-18T21:57:28.846308+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.? 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-18T21:57:30.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:29 smithi118 bash[38532]: audit 2024-01-18T21:57:28.846483+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-18T21:57:30.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:29 smithi118 bash[35127]: cluster 2024-01-18T21:57:28.844459+0000 mon.a (mon.0) 846 : cluster [DBG] mgrmap e22: y(active, starting, since 4s), standbys: x 2024-01-18T21:57:30.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:29 smithi118 bash[35127]: audit 2024-01-18T21:57:28.846308+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.? 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-18T21:57:30.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:29 smithi118 bash[35127]: audit 2024-01-18T21:57:28.846483+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-18T21:57:31.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.695250+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-18T21:57:31.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.695503+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-18T21:57:31.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.695714+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-18T21:57:31.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.697318+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:57:31.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.697637+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:57:31.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.697945+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:57:31.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.698236+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:57:31.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.698497+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:57:31.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.698780+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:57:31.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.699043+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:57:31.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.699271+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:57:31.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.699494+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T21:57:31.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.699656+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T21:57:31.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.700188+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T21:57:31.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.701466+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-18T21:57:31.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.702455+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-18T21:57:31.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.702790+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-18T21:57:31.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.703144+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-18T21:57:31.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.703487+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi118"}]: dispatch 2024-01-18T21:57:31.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.703831+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi144"}]: dispatch 2024-01-18T21:57:31.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.704231+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-18T21:57:31.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.704586+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-18T21:57:31.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.704944+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-18T21:57:31.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.705295+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-18T21:57:31.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.705652+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-18T21:57:31.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.706008+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-18T21:57:31.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.706372+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-18T21:57:31.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.706728+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-18T21:57:31.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.707094+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-18T21:57:31.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.707463+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-18T21:57:31.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.707819+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-18T21:57:31.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.708195+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-18T21:57:31.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.708531+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:57:31.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.708909+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:57:31.184 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.709248+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-18T21:57:31.185 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.709606+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-18T21:57:31.185 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.709967+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-18T21:57:31.185 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.710332+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-18T21:57:31.185 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: cluster 2024-01-18T21:57:30.737531+0000 mon.a (mon.0) 847 : cluster [INF] Manager daemon y is now available 2024-01-18T21:57:31.185 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.748899+0000 mon.c (mon.1) 82 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}, \"smithi144\": {\"hostname\": \"smithi144\", \"addr\": \"172.21.15.144\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-18T21:57:31.185 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.749245+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}, \"smithi144\": {\"hostname\": \"smithi144\", \"addr\": \"172.21.15.144\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-18T21:57:31.185 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.752605+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}, \"smithi144\": {\"hostname\": \"smithi144\", \"addr\": \"172.21.15.144\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-18T21:57:31.185 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.845545+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:31.185 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:30 smithi144 bash[35212]: audit 2024-01-18T21:57:30.847511+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:31.192 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-18T21:57:31.192 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 running (34s) 8s ago 4m 16.1M - 0.26.0 9f27df16978d 3dcc70ea501a 2024-01-18T21:57:31.192 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi144 running (4m) 8s ago 4m 30.4M - 6.6.2 87a51ecf0b1c 1273190189a6 2024-01-18T21:57:31.192 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi144 running (67s) 8s ago 7m 431M - 16.2.14-454-g491b5e13 5debfd7ac2a7 a8b380c094bd 2024-01-18T21:57:31.192 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 *:8443 running (12s) 8s ago 8m 42.3M - 16.2.14-454-g491b5e13 5debfd7ac2a7 4b6b5314ec47 2024-01-18T21:57:31.192 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (8m) 8s ago 8m 212M 2048M 15.2.0 204a01f9b0b6 1264b32574ca 2024-01-18T21:57:31.192 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi144 running (7m) 8s ago 7m 197M 2048M 15.2.0 204a01f9b0b6 cdb796a8b75c 2024-01-18T21:57:31.192 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (7m) 8s ago 7m 196M 2048M 15.2.0 204a01f9b0b6 b884d0768f78 2024-01-18T21:57:31.192 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 running (4m) 8s ago 5m 11.0M - 1.7.0 72c9c2088986 dd594b0c0255 2024-01-18T21:57:31.192 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi144 running (5m) 8s ago 5m 10.9M - 1.7.0 72c9c2088986 e5ba0f5706cf 2024-01-18T21:57:31.192 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (6m) 8s ago 7m 73.5M 4096M 15.2.0 204a01f9b0b6 a7bbd6283a01 2024-01-18T21:57:31.192 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (6m) 8s ago 6m 74.7M 4096M 15.2.0 204a01f9b0b6 424d1b5cb1b4 2024-01-18T21:57:31.192 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (6m) 8s ago 6m 60.4M 4096M 15.2.0 204a01f9b0b6 6ac3abed46f3 2024-01-18T21:57:31.193 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (6m) 8s ago 6m 80.4M 4096M 15.2.0 204a01f9b0b6 77400dcb1ef0 2024-01-18T21:57:31.193 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi144 running (6m) 8s ago 6m 79.0M 4096M 15.2.0 204a01f9b0b6 6b3554b0d596 2024-01-18T21:57:31.193 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi144 running (5m) 8s ago 6m 70.5M 4096M 15.2.0 204a01f9b0b6 15d6e117200b 2024-01-18T21:57:31.193 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi144 running (5m) 8s ago 5m 64.6M 4096M 15.2.0 204a01f9b0b6 d34bb615c943 2024-01-18T21:57:31.193 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi144 running (5m) 8s ago 5m 74.0M 4096M 15.2.0 204a01f9b0b6 823db36eef4c 2024-01-18T21:57:31.193 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi144 running (26s) 8s ago 5m 36.2M - 2.49.1 2a72b385beaf 5f9c9d74839c 2024-01-18T21:57:31.193 INFO:teuthology.orchestra.run.smithi118.stdout:rgw.r.z.smithi118.bcicuk smithi118 running (4m) 8s ago 4m 52.1M - 15.2.0 204a01f9b0b6 e34d36be5102 2024-01-18T21:57:31.193 INFO:teuthology.orchestra.run.smithi118.stdout:rgw.r.z.smithi144.hykdhd smithi144 running (4m) 8s ago 4m 55.5M - 15.2.0 204a01f9b0b6 18c17a7ad04a 2024-01-18T21:57:31.230 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:30 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: [80B blob data] 2024-01-18T21:57:31.230 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:30 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: [80B blob data] 2024-01-18T21:57:31.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.695250+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-18T21:57:31.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.695503+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-18T21:57:31.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.695714+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-18T21:57:31.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.697318+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:57:31.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.697637+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:57:31.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.697945+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:57:31.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.698236+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:57:31.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.698497+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:57:31.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.698780+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:57:31.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.699043+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:57:31.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.699271+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:57:31.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.699494+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T21:57:31.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.699656+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T21:57:31.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.700188+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T21:57:31.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.701466+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-18T21:57:31.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.702455+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-18T21:57:31.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.702790+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-18T21:57:31.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.703144+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-18T21:57:31.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.695250+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-18T21:57:31.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.695503+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-18T21:57:31.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.695714+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-18T21:57:31.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.697318+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:57:31.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.697637+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:57:31.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.697945+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:57:31.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.698236+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:57:31.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.698497+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:57:31.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.698780+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:57:31.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.699043+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:57:31.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.699271+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:57:31.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.699494+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T21:57:31.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.699656+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T21:57:31.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.700188+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T21:57:31.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.701466+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-18T21:57:31.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.702455+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-18T21:57:31.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.702790+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-18T21:57:31.234 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.703144+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-18T21:57:31.234 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.703487+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi118"}]: dispatch 2024-01-18T21:57:31.234 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.703831+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi144"}]: dispatch 2024-01-18T21:57:31.234 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.704231+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-18T21:57:31.234 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.704586+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-18T21:57:31.234 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.704944+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-18T21:57:31.234 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.705295+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-18T21:57:31.234 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.705652+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-18T21:57:31.234 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.706008+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-18T21:57:31.235 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.706372+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-18T21:57:31.235 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.706728+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-18T21:57:31.235 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.707094+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-18T21:57:31.235 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.707463+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-18T21:57:31.235 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.707819+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-18T21:57:31.235 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.708195+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-18T21:57:31.235 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.708531+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:57:31.235 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.708909+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:57:31.235 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.709248+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-18T21:57:31.235 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.709606+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-18T21:57:31.235 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.709967+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-18T21:57:31.235 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.710332+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-18T21:57:31.235 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: cluster 2024-01-18T21:57:30.737531+0000 mon.a (mon.0) 847 : cluster [INF] Manager daemon y is now available 2024-01-18T21:57:31.235 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.748899+0000 mon.c (mon.1) 82 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}, \"smithi144\": {\"hostname\": \"smithi144\", \"addr\": \"172.21.15.144\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-18T21:57:31.235 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.749245+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}, \"smithi144\": {\"hostname\": \"smithi144\", \"addr\": \"172.21.15.144\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-18T21:57:31.236 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.752605+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}, \"smithi144\": {\"hostname\": \"smithi144\", \"addr\": \"172.21.15.144\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-18T21:57:31.236 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.845545+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:31.236 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[38532]: audit 2024-01-18T21:57:30.847511+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:31.236 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.703487+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi118"}]: dispatch 2024-01-18T21:57:31.236 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.703831+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi144"}]: dispatch 2024-01-18T21:57:31.236 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.704231+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-18T21:57:31.236 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.704586+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-18T21:57:31.236 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.704944+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-18T21:57:31.236 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.705295+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-18T21:57:31.237 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.705652+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-18T21:57:31.237 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.706008+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-18T21:57:31.237 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.706372+0000 mon.c (mon.1) 70 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-18T21:57:31.237 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.706728+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-18T21:57:31.237 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.707094+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-18T21:57:31.237 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.707463+0000 mon.c (mon.1) 73 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-18T21:57:31.237 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.707819+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-18T21:57:31.237 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.708195+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-18T21:57:31.237 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.708531+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:57:31.237 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.708909+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:57:31.237 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.709248+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-18T21:57:31.237 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.709606+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-18T21:57:31.237 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.709967+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-18T21:57:31.237 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.710332+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-18T21:57:31.237 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: cluster 2024-01-18T21:57:30.737531+0000 mon.a (mon.0) 847 : cluster [INF] Manager daemon y is now available 2024-01-18T21:57:31.238 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.748899+0000 mon.c (mon.1) 82 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}, \"smithi144\": {\"hostname\": \"smithi144\", \"addr\": \"172.21.15.144\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-18T21:57:31.238 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.749245+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}, \"smithi144\": {\"hostname\": \"smithi144\", \"addr\": \"172.21.15.144\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-18T21:57:31.238 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.752605+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi118\": {\"hostname\": \"smithi118\", \"addr\": \"172.21.15.118\", \"labels\": [], \"status\": \"\"}, \"smithi144\": {\"hostname\": \"smithi144\", \"addr\": \"172.21.15.144\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-18T21:57:31.238 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.845545+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:31.238 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:30 smithi118 bash[35127]: audit 2024-01-18T21:57:30.847511+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:31.595 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2024-01-18T21:57:31.595 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2024-01-18T21:57:31.595 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-18T21:57:31.595 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:57:31.595 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2024-01-18T21:57:31.595 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable)": 2 2024-01-18T21:57:31.595 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:57:31.595 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2024-01-18T21:57:31.595 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-18T21:57:31.595 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:57:31.596 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": {}, 2024-01-18T21:57:31.596 INFO:teuthology.orchestra.run.smithi118.stdout: "rgw": { 2024-01-18T21:57:31.596 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-18T21:57:31.596 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:57:31.596 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2024-01-18T21:57:31.596 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-01-18T21:57:31.596 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable)": 2 2024-01-18T21:57:31.596 INFO:teuthology.orchestra.run.smithi118.stdout: } 2024-01-18T21:57:31.596 INFO:teuthology.orchestra.run.smithi118.stdout:} 2024-01-18T21:57:31.924 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: cephadm 2024-01-18T21:57:30.748478+0000 mgr.y (mgr.24796) 1 : cephadm [INF] inventory: adjusted host smithi144 addr 'smithi144' -> '172.21.15.144' 2024-01-18T21:57:31.924 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: cluster 2024-01-18T21:57:30.862622+0000 mon.a (mon.0) 850 : cluster [DBG] mgrmap e23: y(active, since 6s), standbys: x 2024-01-18T21:57:31.924 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: audit 2024-01-18T21:57:30.867424+0000 mgr.y (mgr.24796) 2 : audit [DBG] from='client.24814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:57:31.924 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: cluster 2024-01-18T21:57:30.868954+0000 mgr.y (mgr.24796) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:31.924 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: audit 2024-01-18T21:57:30.901220+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-18T21:57:31.924 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: audit 2024-01-18T21:57:30.904259+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-18T21:57:31.924 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: audit 2024-01-18T21:57:30.910602+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-18T21:57:31.924 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: audit 2024-01-18T21:57:30.911213+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-18T21:57:31.924 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: audit 2024-01-18T21:57:31.080009+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:57:31.924 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: audit 2024-01-18T21:57:31.084269+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:57:31.924 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: audit 2024-01-18T21:57:31.195433+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-18T21:57:31.924 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: audit 2024-01-18T21:57:31.195807+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-18T21:57:31.925 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: audit 2024-01-18T21:57:31.196110+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:31.925 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: audit 2024-01-18T21:57:31.196397+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:31.925 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: audit 2024-01-18T21:57:31.196721+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:31.925 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: audit 2024-01-18T21:57:31.197036+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:31.925 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: audit 2024-01-18T21:57:31.198594+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-18T21:57:31.925 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: audit 2024-01-18T21:57:31.198911+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:31.925 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: audit 2024-01-18T21:57:31.199243+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:31.925 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: audit 2024-01-18T21:57:31.199559+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:31.925 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: audit 2024-01-18T21:57:31.199914+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:31.925 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[35127]: audit 2024-01-18T21:57:31.609493+0000 mon.c (mon.1) 100 : audit [DBG] from='client.? 172.21.15.118:0/1748030355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:57:31.926 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: cephadm 2024-01-18T21:57:30.748478+0000 mgr.y (mgr.24796) 1 : cephadm [INF] inventory: adjusted host smithi144 addr 'smithi144' -> '172.21.15.144' 2024-01-18T21:57:31.926 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: cluster 2024-01-18T21:57:30.862622+0000 mon.a (mon.0) 850 : cluster [DBG] mgrmap e23: y(active, since 6s), standbys: x 2024-01-18T21:57:31.926 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: audit 2024-01-18T21:57:30.867424+0000 mgr.y (mgr.24796) 2 : audit [DBG] from='client.24814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:57:31.926 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: cluster 2024-01-18T21:57:30.868954+0000 mgr.y (mgr.24796) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:31.926 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: audit 2024-01-18T21:57:30.901220+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-18T21:57:31.926 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: audit 2024-01-18T21:57:30.904259+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-18T21:57:31.926 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: audit 2024-01-18T21:57:30.910602+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-18T21:57:31.926 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: audit 2024-01-18T21:57:30.911213+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-18T21:57:31.926 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: audit 2024-01-18T21:57:31.080009+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:57:31.926 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: audit 2024-01-18T21:57:31.084269+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:57:31.926 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: audit 2024-01-18T21:57:31.195433+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-18T21:57:31.926 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: audit 2024-01-18T21:57:31.195807+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-18T21:57:31.926 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: audit 2024-01-18T21:57:31.196110+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:31.926 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: audit 2024-01-18T21:57:31.196397+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:31.927 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: audit 2024-01-18T21:57:31.196721+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:31.927 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: audit 2024-01-18T21:57:31.197036+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:31.927 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: audit 2024-01-18T21:57:31.198594+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-18T21:57:31.927 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: audit 2024-01-18T21:57:31.198911+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:31.927 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: audit 2024-01-18T21:57:31.199243+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:31.927 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: audit 2024-01-18T21:57:31.199559+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:31.927 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: audit 2024-01-18T21:57:31.199914+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:31.927 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:31 smithi118 bash[38532]: audit 2024-01-18T21:57:31.609493+0000 mon.c (mon.1) 100 : audit [DBG] from='client.? 172.21.15.118:0/1748030355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:57:31.933 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2024-01-18T21:57:31.933 INFO:teuthology.orchestra.run.smithi118.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", 2024-01-18T21:57:31.933 INFO:teuthology.orchestra.run.smithi118.stdout: "in_progress": true, 2024-01-18T21:57:31.934 INFO:teuthology.orchestra.run.smithi118.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-18T21:57:31.934 INFO:teuthology.orchestra.run.smithi118.stdout: "services_complete": [ 2024-01-18T21:57:31.934 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr" 2024-01-18T21:57:31.934 INFO:teuthology.orchestra.run.smithi118.stdout: ], 2024-01-18T21:57:31.934 INFO:teuthology.orchestra.run.smithi118.stdout: "progress": "2/20 daemons upgraded", 2024-01-18T21:57:31.934 INFO:teuthology.orchestra.run.smithi118.stdout: "message": "", 2024-01-18T21:57:31.934 INFO:teuthology.orchestra.run.smithi118.stdout: "is_paused": false 2024-01-18T21:57:31.934 INFO:teuthology.orchestra.run.smithi118.stdout:} 2024-01-18T21:57:32.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: cephadm 2024-01-18T21:57:30.748478+0000 mgr.y (mgr.24796) 1 : cephadm [INF] inventory: adjusted host smithi144 addr 'smithi144' -> '172.21.15.144' 2024-01-18T21:57:32.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: cluster 2024-01-18T21:57:30.862622+0000 mon.a (mon.0) 850 : cluster [DBG] mgrmap e23: y(active, since 6s), standbys: x 2024-01-18T21:57:32.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: audit 2024-01-18T21:57:30.867424+0000 mgr.y (mgr.24796) 2 : audit [DBG] from='client.24814 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:57:32.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: cluster 2024-01-18T21:57:30.868954+0000 mgr.y (mgr.24796) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:32.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: audit 2024-01-18T21:57:30.901220+0000 mon.c (mon.1) 85 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-18T21:57:32.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: audit 2024-01-18T21:57:30.904259+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-18T21:57:32.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: audit 2024-01-18T21:57:30.910602+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-18T21:57:32.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: audit 2024-01-18T21:57:30.911213+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-18T21:57:32.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: audit 2024-01-18T21:57:31.080009+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:57:32.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: audit 2024-01-18T21:57:31.084269+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:57:32.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: audit 2024-01-18T21:57:31.195433+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-18T21:57:32.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: audit 2024-01-18T21:57:31.195807+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-18T21:57:32.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: audit 2024-01-18T21:57:31.196110+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:32.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: audit 2024-01-18T21:57:31.196397+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:32.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: audit 2024-01-18T21:57:31.196721+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:32.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: audit 2024-01-18T21:57:31.197036+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:32.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: audit 2024-01-18T21:57:31.198594+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-18T21:57:32.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: audit 2024-01-18T21:57:31.198911+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:32.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: audit 2024-01-18T21:57:31.199243+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:32.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: audit 2024-01-18T21:57:31.199559+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:32.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: audit 2024-01-18T21:57:31.199914+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:32.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:31 smithi144 bash[35212]: audit 2024-01-18T21:57:31.609493+0000 mon.c (mon.1) 100 : audit [DBG] from='client.? 172.21.15.118:0/1748030355' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:57:32.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:32 smithi144 bash[35212]: audit 2024-01-18T21:57:31.193366+0000 mgr.y (mgr.24796) 4 : audit [DBG] from='client.24820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:57:32.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:32 smithi144 bash[35212]: audit 2024-01-18T21:57:31.947560+0000 mgr.y (mgr.24796) 5 : audit [DBG] from='client.24832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:57:33.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:32 smithi118 bash[35127]: audit 2024-01-18T21:57:31.193366+0000 mgr.y (mgr.24796) 4 : audit [DBG] from='client.24820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:57:33.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:32 smithi118 bash[35127]: audit 2024-01-18T21:57:31.947560+0000 mgr.y (mgr.24796) 5 : audit [DBG] from='client.24832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:57:33.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:32 smithi118 bash[38532]: audit 2024-01-18T21:57:31.193366+0000 mgr.y (mgr.24796) 4 : audit [DBG] from='client.24820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:57:33.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:32 smithi118 bash[38532]: audit 2024-01-18T21:57:31.947560+0000 mgr.y (mgr.24796) 5 : audit [DBG] from='client.24832 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:57:34.125 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:33 smithi118 bash[38532]: cluster 2024-01-18T21:57:32.699047+0000 mgr.y (mgr.24796) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:34.125 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:33 smithi118 bash[38532]: cluster 2024-01-18T21:57:32.875972+0000 mon.a (mon.0) 853 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2024-01-18T21:57:34.125 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:33 smithi118 bash[35127]: cluster 2024-01-18T21:57:32.699047+0000 mgr.y (mgr.24796) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:34.125 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:33 smithi118 bash[35127]: cluster 2024-01-18T21:57:32.875972+0000 mon.a (mon.0) 853 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2024-01-18T21:57:34.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:33 smithi144 bash[35212]: cluster 2024-01-18T21:57:32.699047+0000 mgr.y (mgr.24796) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:34.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:33 smithi144 bash[35212]: cluster 2024-01-18T21:57:32.875972+0000 mon.a (mon.0) 853 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2024-01-18T21:57:34.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:34 smithi144 bash[35212]: audit 2024-01-18T21:57:34.260242+0000 mon.c (mon.1) 101 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 234776166, \"cpu_percentage\": \"1.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258257Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 440192204, \"cpu_percentage\": \"54.59%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:34.258416Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 212336640, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258484Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79062630, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258544Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80436264, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258603Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 64760053, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258660Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86538977, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258719Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12205424, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258776Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"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\": 16913530, \"cpu_percentage\": \"0.42%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258833Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55679385, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258913Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:34.259027Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:34.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:34 smithi144 bash[35212]: audit 2024-01-18T21:57:34.260760+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 234776166, \"cpu_percentage\": \"1.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258257Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 440192204, \"cpu_percentage\": \"54.59%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:34.258416Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 212336640, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258484Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79062630, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258544Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80436264, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258603Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 64760053, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258660Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86538977, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258719Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12205424, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258776Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"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\": 16913530, \"cpu_percentage\": \"0.42%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258833Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55679385, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258913Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:34.259027Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:34.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:34 smithi144 bash[35212]: audit 2024-01-18T21:57:34.263596+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 234776166, \"cpu_percentage\": \"1.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258257Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 440192204, \"cpu_percentage\": \"54.59%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:34.258416Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 212336640, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258484Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79062630, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258544Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80436264, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258603Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 64760053, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258660Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86538977, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258719Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12205424, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258776Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"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\": 16913530, \"cpu_percentage\": \"0.42%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258833Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55679385, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258913Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:34.259027Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:57:34.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:34 smithi144 bash[35212]: audit 2024-01-18T21:57:34.544553+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:34.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:34 smithi144 bash[35212]: audit 2024-01-18T21:57:34.544901+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:34.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:34 smithi144 bash[35212]: audit 2024-01-18T21:57:34.545177+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:34.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:34 smithi144 bash[35212]: audit 2024-01-18T21:57:34.545434+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:34.947 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:34 smithi144 bash[35212]: audit 2024-01-18T21:57:34.545694+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:34.947 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:34 smithi144 bash[35212]: audit 2024-01-18T21:57:34.545945+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:34.947 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:34 smithi144 bash[35212]: audit 2024-01-18T21:57:34.546226+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:34.947 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:34 smithi144 bash[35212]: audit 2024-01-18T21:57:34.546479+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:34.947 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:34 smithi144 bash[35212]: audit 2024-01-18T21:57:34.546767+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:35.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[35127]: audit 2024-01-18T21:57:34.260242+0000 mon.c (mon.1) 101 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 234776166, \"cpu_percentage\": \"1.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258257Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 440192204, \"cpu_percentage\": \"54.59%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:34.258416Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 212336640, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258484Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79062630, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258544Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80436264, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258603Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 64760053, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258660Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86538977, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258719Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12205424, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258776Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"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\": 16913530, \"cpu_percentage\": \"0.42%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258833Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55679385, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258913Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:34.259027Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:35.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[38532]: audit 2024-01-18T21:57:34.260242+0000 mon.c (mon.1) 101 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 234776166, \"cpu_percentage\": \"1.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258257Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 440192204, \"cpu_percentage\": \"54.59%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:34.258416Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 212336640, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258484Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79062630, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258544Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80436264, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258603Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 64760053, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258660Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86538977, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258719Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12205424, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258776Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"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\": 16913530, \"cpu_percentage\": \"0.42%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258833Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55679385, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258913Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:34.259027Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:35.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[35127]: audit 2024-01-18T21:57:34.260760+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 234776166, \"cpu_percentage\": \"1.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258257Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 440192204, \"cpu_percentage\": \"54.59%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:34.258416Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 212336640, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258484Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79062630, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258544Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80436264, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258603Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 64760053, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258660Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86538977, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258719Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12205424, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258776Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"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\": 16913530, \"cpu_percentage\": \"0.42%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258833Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55679385, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258913Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:34.259027Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:35.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[35127]: audit 2024-01-18T21:57:34.263596+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 234776166, \"cpu_percentage\": \"1.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258257Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 440192204, \"cpu_percentage\": \"54.59%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:34.258416Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 212336640, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258484Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79062630, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258544Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80436264, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258603Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 64760053, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258660Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86538977, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258719Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12205424, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258776Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"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\": 16913530, \"cpu_percentage\": \"0.42%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258833Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55679385, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258913Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:34.259027Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:57:35.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[35127]: audit 2024-01-18T21:57:34.544553+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:35.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[35127]: audit 2024-01-18T21:57:34.544901+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:35.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[35127]: audit 2024-01-18T21:57:34.545177+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:35.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[35127]: audit 2024-01-18T21:57:34.545434+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:35.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[35127]: audit 2024-01-18T21:57:34.545694+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:35.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[35127]: audit 2024-01-18T21:57:34.545945+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:35.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[35127]: audit 2024-01-18T21:57:34.546226+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:35.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[35127]: audit 2024-01-18T21:57:34.546479+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:35.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[35127]: audit 2024-01-18T21:57:34.546767+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:35.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[38532]: audit 2024-01-18T21:57:34.260760+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 234776166, \"cpu_percentage\": \"1.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258257Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 440192204, \"cpu_percentage\": \"54.59%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:34.258416Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 212336640, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258484Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79062630, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258544Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80436264, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258603Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 64760053, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258660Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86538977, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258719Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12205424, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258776Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"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\": 16913530, \"cpu_percentage\": \"0.42%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258833Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55679385, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258913Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:34.259027Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:35.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[38532]: audit 2024-01-18T21:57:34.263596+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"1264b32574ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 234776166, \"cpu_percentage\": \"1.88%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258257Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:48:46.377832Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 440192204, \"cpu_percentage\": \"54.59%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:34.258416Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 212336640, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258484Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79062630, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258544Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80436264, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258603Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 64760053, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258660Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86538977, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258719Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12205424, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258776Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"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\": 16913530, \"cpu_percentage\": \"0.42%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258833Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55679385, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258913Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:50.153533Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:34.259027Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:57:35.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[38532]: audit 2024-01-18T21:57:34.544553+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:35.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[38532]: audit 2024-01-18T21:57:34.544901+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:35.234 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[38532]: audit 2024-01-18T21:57:34.545177+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:35.234 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[38532]: audit 2024-01-18T21:57:34.545434+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:35.234 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[38532]: audit 2024-01-18T21:57:34.545694+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:35.234 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[38532]: audit 2024-01-18T21:57:34.545945+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:35.234 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[38532]: audit 2024-01-18T21:57:34.546226+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:35.234 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[38532]: audit 2024-01-18T21:57:34.546479+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:35.234 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:34 smithi118 bash[38532]: audit 2024-01-18T21:57:34.546767+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:36.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:35 smithi144 bash[35212]: cluster 2024-01-18T21:57:34.699423+0000 mgr.y (mgr.24796) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:36.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:35 smithi144 bash[35212]: audit 2024-01-18T21:57:35.787456+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 215692083, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785192Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"20.44%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785365Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84137738, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785447Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75895930, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785520Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69457674, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785590Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79712747, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785660Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"1.05%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785728Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11492392, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785796Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 32243712, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785866Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59454259, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785962Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:35.786120Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:36.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:35 smithi144 bash[35212]: audit 2024-01-18T21:57:35.788145+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 215692083, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785192Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"20.44%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785365Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84137738, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785447Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75895930, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785520Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69457674, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785590Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79712747, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785660Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"1.05%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785728Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11492392, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785796Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 32243712, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785866Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59454259, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785962Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:35.786120Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:36.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:35 smithi144 bash[35212]: audit 2024-01-18T21:57:35.791492+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 215692083, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785192Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"20.44%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785365Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84137738, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785447Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75895930, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785520Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69457674, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785590Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79712747, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785660Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"1.05%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785728Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11492392, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785796Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 32243712, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785866Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59454259, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785962Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:35.786120Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:57:36.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:35 smithi118 bash[38532]: cluster 2024-01-18T21:57:34.699423+0000 mgr.y (mgr.24796) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:36.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:35 smithi118 bash[35127]: cluster 2024-01-18T21:57:34.699423+0000 mgr.y (mgr.24796) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:36.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:35 smithi118 bash[38532]: audit 2024-01-18T21:57:35.787456+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 215692083, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785192Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"20.44%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785365Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84137738, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785447Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75895930, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785520Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69457674, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785590Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79712747, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785660Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"1.05%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785728Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11492392, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785796Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 32243712, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785866Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59454259, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785962Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:35.786120Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:36.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:35 smithi118 bash[35127]: audit 2024-01-18T21:57:35.787456+0000 mon.c (mon.1) 111 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 215692083, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785192Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"20.44%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785365Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84137738, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785447Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75895930, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785520Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69457674, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785590Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79712747, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785660Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"1.05%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785728Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11492392, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785796Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 32243712, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785866Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59454259, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785962Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:35.786120Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:36.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:35 smithi118 bash[38532]: audit 2024-01-18T21:57:35.788145+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 215692083, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785192Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"20.44%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785365Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84137738, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785447Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75895930, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785520Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69457674, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785590Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79712747, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785660Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"1.05%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785728Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11492392, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785796Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 32243712, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785866Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59454259, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785962Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:35.786120Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:36.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:35 smithi118 bash[38532]: audit 2024-01-18T21:57:35.791492+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 215692083, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785192Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"20.44%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785365Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84137738, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785447Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75895930, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785520Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69457674, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785590Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79712747, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785660Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"1.05%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785728Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11492392, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785796Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 32243712, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785866Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59454259, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785962Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:35.786120Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:57:36.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:35 smithi118 bash[35127]: audit 2024-01-18T21:57:35.788145+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 215692083, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785192Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"20.44%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785365Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84137738, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785447Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75895930, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785520Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69457674, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785590Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79712747, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785660Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"1.05%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785728Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11492392, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785796Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 32243712, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785866Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59454259, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785962Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:35.786120Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:36.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:35 smithi118 bash[35127]: audit 2024-01-18T21:57:35.791492+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 215692083, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785192Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"a8b380c094bd\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 409049497, \"cpu_percentage\": \"20.44%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785365Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:56:24.191399Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84137738, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785447Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75895930, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785520Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69457674, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785590Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79712747, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785660Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"1.05%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785728Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11492392, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785796Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 32243712, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785866Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59454259, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785962Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:12.625352Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:35.786120Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:57:36.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:36 smithi144 bash[35212]: audit 2024-01-18T21:57:36.073673+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:36.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:36 smithi144 bash[35212]: audit 2024-01-18T21:57:36.074152+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:36.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:36 smithi144 bash[35212]: audit 2024-01-18T21:57:36.074589+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:36.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:36 smithi144 bash[35212]: audit 2024-01-18T21:57:36.074959+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:36.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:36 smithi144 bash[35212]: audit 2024-01-18T21:57:36.075323+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:36.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:36 smithi144 bash[35212]: audit 2024-01-18T21:57:36.075670+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:36.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:36 smithi144 bash[35212]: audit 2024-01-18T21:57:36.076049+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:36.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:36 smithi144 bash[35212]: audit 2024-01-18T21:57:36.076400+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:36.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:36 smithi144 bash[35212]: audit 2024-01-18T21:57:36.076785+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:36.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:36 smithi144 bash[35212]: audit 2024-01-18T21:57:36.078307+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:57:36.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:36 smithi144 bash[35212]: audit 2024-01-18T21:57:36.078612+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:57:36.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:36 smithi144 bash[35212]: audit 2024-01-18T21:57:36.081998+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-18T21:57:36.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:36 smithi144 bash[35212]: audit 2024-01-18T21:57:36.088469+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:36.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:36 smithi144 bash[35212]: audit 2024-01-18T21:57:36.089643+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:36.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:36 smithi144 bash[35212]: audit 2024-01-18T21:57:36.089982+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:37.230 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[38532]: audit 2024-01-18T21:57:36.073673+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:37.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[38532]: audit 2024-01-18T21:57:36.074152+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:37.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[38532]: audit 2024-01-18T21:57:36.074589+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:37.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[38532]: audit 2024-01-18T21:57:36.074959+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:37.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[38532]: audit 2024-01-18T21:57:36.075323+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:37.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[38532]: audit 2024-01-18T21:57:36.075670+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:37.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[38532]: audit 2024-01-18T21:57:36.076049+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:37.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[38532]: audit 2024-01-18T21:57:36.076400+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:37.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[38532]: audit 2024-01-18T21:57:36.076785+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:37.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[38532]: audit 2024-01-18T21:57:36.078307+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:57:37.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[38532]: audit 2024-01-18T21:57:36.078612+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:57:37.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[38532]: audit 2024-01-18T21:57:36.081998+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-18T21:57:37.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[38532]: audit 2024-01-18T21:57:36.088469+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:37.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[38532]: audit 2024-01-18T21:57:36.089643+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:37.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[38532]: audit 2024-01-18T21:57:36.089982+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:37.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[35127]: audit 2024-01-18T21:57:36.073673+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:37.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[35127]: audit 2024-01-18T21:57:36.074152+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:37.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[35127]: audit 2024-01-18T21:57:36.074589+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:37.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[35127]: audit 2024-01-18T21:57:36.074959+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:37.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[35127]: audit 2024-01-18T21:57:36.075323+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:37.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[35127]: audit 2024-01-18T21:57:36.075670+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:37.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[35127]: audit 2024-01-18T21:57:36.076049+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:37.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[35127]: audit 2024-01-18T21:57:36.076400+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-18T21:57:37.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[35127]: audit 2024-01-18T21:57:36.076785+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:57:37.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[35127]: audit 2024-01-18T21:57:36.078307+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:57:37.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[35127]: audit 2024-01-18T21:57:36.078612+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:57:37.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[35127]: audit 2024-01-18T21:57:36.081998+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-18T21:57:37.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[35127]: audit 2024-01-18T21:57:36.088469+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:37.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[35127]: audit 2024-01-18T21:57:36.089643+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:37.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:36 smithi118 bash[35127]: audit 2024-01-18T21:57:36.089982+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:37.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:37 smithi144 bash[35212]: cluster 2024-01-18T21:57:36.700214+0000 mgr.y (mgr.24796) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:37.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:37 smithi144 bash[35212]: audit 2024-01-18T21:57:37.011310+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:57:37.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:37 smithi144 bash[35212]: audit 2024-01-18T21:57:37.011611+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:57:37.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:37 smithi144 bash[35212]: audit 2024-01-18T21:57:37.012537+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T21:57:37.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:37 smithi144 bash[35212]: audit 2024-01-18T21:57:37.013374+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:57:37.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:37 smithi144 bash[35212]: audit 2024-01-18T21:57:37.014516+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-18T21:57:38.230 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:37 smithi118 bash[38532]: cluster 2024-01-18T21:57:36.700214+0000 mgr.y (mgr.24796) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:38.230 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:37 smithi118 bash[38532]: audit 2024-01-18T21:57:37.011310+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:57:38.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:37 smithi118 bash[38532]: audit 2024-01-18T21:57:37.011611+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:57:38.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:37 smithi118 bash[38532]: audit 2024-01-18T21:57:37.012537+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T21:57:38.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:37 smithi118 bash[38532]: audit 2024-01-18T21:57:37.013374+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:57:38.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:37 smithi118 bash[38532]: audit 2024-01-18T21:57:37.014516+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-18T21:57:38.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:37 smithi118 bash[35127]: cluster 2024-01-18T21:57:36.700214+0000 mgr.y (mgr.24796) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:38.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:37 smithi118 bash[35127]: audit 2024-01-18T21:57:37.011310+0000 mon.c (mon.1) 124 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:57:38.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:37 smithi118 bash[35127]: audit 2024-01-18T21:57:37.011611+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:57:38.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:37 smithi118 bash[35127]: audit 2024-01-18T21:57:37.012537+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T21:57:38.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:37 smithi118 bash[35127]: audit 2024-01-18T21:57:37.013374+0000 mon.c (mon.1) 126 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:57:38.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:37 smithi118 bash[35127]: audit 2024-01-18T21:57:37.014516+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-18T21:57:38.431 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:37 smithi144 systemd[1]: Stopping Ceph mgr.x for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:57:39.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:38 smithi144 bash[35212]: cephadm 2024-01-18T21:57:37.010888+0000 mgr.y (mgr.24796) 9 : cephadm [INF] Upgrade: Updating mgr.x 2024-01-18T21:57:39.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:38 smithi144 bash[35212]: cephadm 2024-01-18T21:57:37.014067+0000 mgr.y (mgr.24796) 10 : cephadm [INF] Deploying daemon mgr.x on smithi144 2024-01-18T21:57:39.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:38 smithi118 bash[35127]: cephadm 2024-01-18T21:57:37.010888+0000 mgr.y (mgr.24796) 9 : cephadm [INF] Upgrade: Updating mgr.x 2024-01-18T21:57:39.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:38 smithi118 bash[35127]: cephadm 2024-01-18T21:57:37.014067+0000 mgr.y (mgr.24796) 10 : cephadm [INF] Deploying daemon mgr.x on smithi144 2024-01-18T21:57:39.230 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:38 smithi118 bash[38532]: cephadm 2024-01-18T21:57:37.010888+0000 mgr.y (mgr.24796) 9 : cephadm [INF] Upgrade: Updating mgr.x 2024-01-18T21:57:39.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:38 smithi118 bash[38532]: cephadm 2024-01-18T21:57:37.014067+0000 mgr.y (mgr.24796) 10 : cephadm [INF] Deploying daemon mgr.x on smithi144 2024-01-18T21:57:40.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:39 smithi144 bash[35212]: cluster 2024-01-18T21:57:38.700649+0000 mgr.y (mgr.24796) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:40.230 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:39 smithi118 bash[38532]: cluster 2024-01-18T21:57:38.700649+0000 mgr.y (mgr.24796) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:40.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:39 smithi118 bash[35127]: cluster 2024-01-18T21:57:38.700649+0000 mgr.y (mgr.24796) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:42.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:41 smithi144 bash[35212]: cluster 2024-01-18T21:57:40.701198+0000 mgr.y (mgr.24796) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:42.230 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:41 smithi118 bash[38532]: cluster 2024-01-18T21:57:40.701198+0000 mgr.y (mgr.24796) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:42.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:41 smithi118 bash[35127]: cluster 2024-01-18T21:57:40.701198+0000 mgr.y (mgr.24796) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:44.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:43 smithi144 bash[35212]: cluster 2024-01-18T21:57:42.701936+0000 mgr.y (mgr.24796) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:44.230 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:43 smithi118 bash[38532]: cluster 2024-01-18T21:57:42.701936+0000 mgr.y (mgr.24796) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:44.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:43 smithi118 bash[35127]: cluster 2024-01-18T21:57:42.701936+0000 mgr.y (mgr.24796) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:46.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:45 smithi144 bash[35212]: cluster 2024-01-18T21:57:44.702365+0000 mgr.y (mgr.24796) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:46.230 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:45 smithi118 bash[38532]: cluster 2024-01-18T21:57:44.702365+0000 mgr.y (mgr.24796) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:46.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:45 smithi118 bash[35127]: cluster 2024-01-18T21:57:44.702365+0000 mgr.y (mgr.24796) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:47.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:47 smithi144 bash[35212]: cluster 2024-01-18T21:57:46.703110+0000 mgr.y (mgr.24796) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:47.980 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:47 smithi118 bash[38532]: cluster 2024-01-18T21:57:46.703110+0000 mgr.y (mgr.24796) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:47.981 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:47 smithi118 bash[35127]: cluster 2024-01-18T21:57:46.703110+0000 mgr.y (mgr.24796) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:48.285 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:48 smithi144 bash[53556]: time="2024-01-18T21:57:48Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr.x in 10 seconds, resorting to SIGKILL" 2024-01-18T21:57:48.542 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:48 smithi144 bash[53556]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr.x 2024-01-18T21:57:48.543 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:48 smithi144 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-01-18T21:57:48.858 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:48 smithi144 bash[53615]: Error: no container with name or ID "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr.x" found: no such container 2024-01-18T21:57:49.182 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:48 smithi144 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2024-01-18T21:57:49.182 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:48 smithi144 systemd[1]: Stopped Ceph mgr.x for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:57:49.182 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:49 smithi144 systemd[1]: Starting Ceph mgr.x for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:57:49.681 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:49 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:49.380+0000 7fa552b59700 1 -- 172.21.15.144:0/4136304993 <== mon.2 v2:172.21.15.144:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55933243a4e0 con 0x55933240f400 2024-01-18T21:57:49.682 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:49 smithi144 bash[53751]: 1a7b59b6b48ff767f7cfc40e20cbe0014a3fb4b744f88205c3d813829e88e9cd 2024-01-18T21:57:49.682 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:49 smithi144 systemd[1]: Started Ceph mgr.x for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:57:49.682 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:49 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:49.520+0000 7fa563153680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-18T21:57:49.682 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:49 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:49.605+0000 7fa563153680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-18T21:57:49.999 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:49 smithi144 bash[35212]: cluster 2024-01-18T21:57:48.703675+0000 mgr.y (mgr.24796) 16 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:49.999 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:49 smithi144 bash[35212]: audit 2024-01-18T21:57:49.472553+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 215692083, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785192Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84137738, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785447Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75895930, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785520Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69457674, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785590Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79712747, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785660Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"1.05%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:57:35.785728Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11492392, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785796Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 32243712, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:57:35.785866Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59454259, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785962Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:37.013949Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:50.000 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:49 smithi144 bash[35212]: audit 2024-01-18T21:57:49.473203+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 215692083, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785192Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84137738, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785447Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75895930, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785520Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69457674, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785590Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79712747, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785660Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"1.05%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:57:35.785728Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11492392, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785796Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 32243712, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:57:35.785866Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59454259, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785962Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:37.013949Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:50.000 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:49 smithi144 bash[35212]: audit 2024-01-18T21:57:49.476744+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 215692083, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785192Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84137738, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785447Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75895930, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785520Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69457674, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785590Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79712747, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785660Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"1.05%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:57:35.785728Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11492392, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785796Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 32243712, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:57:35.785866Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59454259, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785962Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:37.013949Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:57:50.000 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:49 smithi144 bash[35212]: audit 2024-01-18T21:57:49.477818+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:50.000 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:49 smithi144 bash[35212]: audit 2024-01-18T21:57:49.479519+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:57:50.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:49 smithi118 bash[35127]: cluster 2024-01-18T21:57:48.703675+0000 mgr.y (mgr.24796) 16 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:50.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:49 smithi118 bash[38532]: cluster 2024-01-18T21:57:48.703675+0000 mgr.y (mgr.24796) 16 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:50.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:49 smithi118 bash[38532]: audit 2024-01-18T21:57:49.472553+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 215692083, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785192Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84137738, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785447Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75895930, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785520Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69457674, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785590Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79712747, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785660Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"1.05%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:57:35.785728Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11492392, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785796Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 32243712, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:57:35.785866Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59454259, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785962Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:37.013949Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:50.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:49 smithi118 bash[35127]: audit 2024-01-18T21:57:49.472553+0000 mon.c (mon.1) 128 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 215692083, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785192Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84137738, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785447Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75895930, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785520Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69457674, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785590Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79712747, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785660Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"1.05%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:57:35.785728Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11492392, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785796Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 32243712, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:57:35.785866Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59454259, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785962Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:37.013949Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:50.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:49 smithi118 bash[38532]: audit 2024-01-18T21:57:49.473203+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 215692083, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785192Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84137738, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785447Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75895930, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785520Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69457674, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785590Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79712747, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785660Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"1.05%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:57:35.785728Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11492392, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785796Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 32243712, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:57:35.785866Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59454259, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785962Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:37.013949Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:50.233 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:49 smithi118 bash[35127]: audit 2024-01-18T21:57:49.473203+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 215692083, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785192Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84137738, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785447Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75895930, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785520Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69457674, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785590Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79712747, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785660Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"1.05%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:57:35.785728Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11492392, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785796Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 32243712, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:57:35.785866Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59454259, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785962Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:37.013949Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:50.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:49 smithi118 bash[38532]: audit 2024-01-18T21:57:49.476744+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 215692083, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785192Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84137738, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785447Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75895930, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785520Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69457674, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785590Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79712747, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785660Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"1.05%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:57:35.785728Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11492392, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785796Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 32243712, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:57:35.785866Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59454259, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785962Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:37.013949Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:57:50.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:49 smithi118 bash[38532]: audit 2024-01-18T21:57:49.477818+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:50.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:49 smithi118 bash[38532]: audit 2024-01-18T21:57:49.479519+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:57:50.234 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:49 smithi118 bash[35127]: audit 2024-01-18T21:57:49.476744+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 215692083, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785192Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84137738, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785447Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75895930, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785520Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69457674, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785590Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79712747, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785660Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 38126223, \"cpu_percentage\": \"1.05%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:57:35.785728Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11492392, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785796Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 32243712, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:57:35.785866Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59454259, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:35.785962Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:37.013949Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:57:50.234 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:49 smithi118 bash[35127]: audit 2024-01-18T21:57:49.477818+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:50.234 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:49 smithi118 bash[35127]: audit 2024-01-18T21:57:49.479519+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:57:50.374 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:50 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:50.028+0000 7fa563153680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-18T21:57:51.161 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:50 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:50.848+0000 7fa563153680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-18T21:57:51.162 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:50 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:50.937+0000 7fa563153680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-18T21:57:51.162 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:51 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:51.175+0000 7fa563153680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-18T21:57:51.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:51 smithi144 bash[35212]: cluster 2024-01-18T21:57:50.704138+0000 mgr.y (mgr.24796) 17 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:52.230 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:51 smithi118 bash[38532]: cluster 2024-01-18T21:57:50.704138+0000 mgr.y (mgr.24796) 17 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:52.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:51 smithi118 bash[35127]: cluster 2024-01-18T21:57:50.704138+0000 mgr.y (mgr.24796) 17 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:52.356 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:52 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:52.225+0000 7fa563153680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-18T21:57:52.681 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:52 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:52.370+0000 7fa563153680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-18T21:57:52.681 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:52 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:52.461+0000 7fa563153680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-18T21:57:52.681 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:52 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:52.559+0000 7fa563153680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-18T21:57:53.048 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:52 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:52.764+0000 7fa563153680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-18T21:57:53.431 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:53 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:53.062+0000 7fa563153680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-18T21:57:53.431 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:53 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:53.162+0000 7fa563153680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-18T21:57:53.815 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: cluster 2024-01-18T21:57:52.705018+0000 mgr.y (mgr.24796) 18 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:53.816 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: cluster 2024-01-18T21:57:52.705018+0000 mgr.y (mgr.24796) 18 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:53.816 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: audit 2024-01-18T21:57:52.973211+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224709836, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.970724Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"1a7b59b6b48f\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 46242201, \"cpu_percentage\": \"109.03%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:52.971073Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:57:49.135101Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 85249228, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971217Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76755763, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971305Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971387Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80499179, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971466Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.83%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971548Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11827937, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971626Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31971082, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971703Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59527659, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971780Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:37.013949Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:52.971937Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:53.817 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: audit 2024-01-18T21:57:52.973211+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224709836, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.970724Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"1a7b59b6b48f\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 46242201, \"cpu_percentage\": \"109.03%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:52.971073Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:57:49.135101Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 85249228, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971217Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76755763, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971305Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971387Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80499179, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971466Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.83%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971548Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11827937, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971626Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31971082, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971703Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59527659, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971780Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:37.013949Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:52.971937Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:53.817 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: audit 2024-01-18T21:57:52.973842+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224709836, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.970724Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"1a7b59b6b48f\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 46242201, \"cpu_percentage\": \"109.03%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:52.971073Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:57:49.135101Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 85249228, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971217Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76755763, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971305Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971387Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80499179, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971466Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.83%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971548Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11827937, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971626Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31971082, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971703Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59527659, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971780Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:37.013949Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:52.971937Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:53.817 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: audit 2024-01-18T21:57:52.973842+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224709836, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.970724Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"1a7b59b6b48f\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 46242201, \"cpu_percentage\": \"109.03%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:52.971073Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:57:49.135101Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 85249228, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971217Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76755763, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971305Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971387Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80499179, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971466Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.83%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971548Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11827937, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971626Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31971082, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971703Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59527659, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971780Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:37.013949Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:52.971937Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:53.817 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: audit 2024-01-18T21:57:52.977449+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224709836, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.970724Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"1a7b59b6b48f\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 46242201, \"cpu_percentage\": \"109.03%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:52.971073Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:57:49.135101Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 85249228, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971217Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76755763, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971305Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971387Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80499179, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971466Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.83%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971548Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11827937, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971626Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31971082, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971703Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59527659, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971780Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:37.013949Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:52.971937Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:57:53.817 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: audit 2024-01-18T21:57:52.979578+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:57:53.818 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: audit 2024-01-18T21:57:52.979956+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:57:53.818 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: audit 2024-01-18T21:57:52.983033+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-18T21:57:53.818 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: audit 2024-01-18T21:57:52.988920+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:53.818 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: audit 2024-01-18T21:57:52.990010+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:53.818 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: audit 2024-01-18T21:57:52.990335+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:53.818 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: audit 2024-01-18T21:57:52.991926+0000 mon.c (mon.1) 135 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:57:53.818 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: audit 2024-01-18T21:57:52.992885+0000 mon.c (mon.1) 136 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr"}]: dispatch 2024-01-18T21:57:53.818 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: audit 2024-01-18T21:57:52.993179+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr"}]: dispatch 2024-01-18T21:57:53.818 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: audit 2024-01-18T21:57:52.977449+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224709836, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.970724Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"1a7b59b6b48f\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 46242201, \"cpu_percentage\": \"109.03%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:52.971073Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:57:49.135101Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 85249228, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971217Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76755763, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971305Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971387Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80499179, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971466Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.83%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971548Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11827937, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971626Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31971082, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971703Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59527659, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971780Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:37.013949Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:52.971937Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:57:53.818 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: audit 2024-01-18T21:57:52.979578+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:57:53.818 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: audit 2024-01-18T21:57:52.979956+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:57:53.818 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: audit 2024-01-18T21:57:52.983033+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-18T21:57:53.819 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: audit 2024-01-18T21:57:52.988920+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:53.819 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: audit 2024-01-18T21:57:52.990010+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:53.819 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: audit 2024-01-18T21:57:52.990335+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:53.819 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: audit 2024-01-18T21:57:52.991926+0000 mon.c (mon.1) 135 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:57:53.819 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: audit 2024-01-18T21:57:52.992885+0000 mon.c (mon.1) 136 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr"}]: dispatch 2024-01-18T21:57:53.819 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: audit 2024-01-18T21:57:52.993179+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr"}]: dispatch 2024-01-18T21:57:53.819 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: audit 2024-01-18T21:57:52.997446+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr"}]': finished 2024-01-18T21:57:53.819 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: audit 2024-01-18T21:57:52.998442+0000 mon.c (mon.1) 137 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-01-18T21:57:53.819 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: audit 2024-01-18T21:57:52.998744+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-01-18T21:57:53.819 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: audit 2024-01-18T21:57:53.002499+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-01-18T21:57:53.819 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: audit 2024-01-18T21:57:53.003611+0000 mon.c (mon.1) 138 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-01-18T21:57:53.820 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: audit 2024-01-18T21:57:53.003911+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-01-18T21:57:53.820 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: audit 2024-01-18T21:57:53.007690+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-01-18T21:57:53.820 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: audit 2024-01-18T21:57:53.009056+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-18T21:57:53.820 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[35127]: audit 2024-01-18T21:57:53.009803+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-01-18T21:57:53.820 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: audit 2024-01-18T21:57:52.997446+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr"}]': finished 2024-01-18T21:57:53.820 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: audit 2024-01-18T21:57:52.998442+0000 mon.c (mon.1) 137 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-01-18T21:57:53.820 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: audit 2024-01-18T21:57:52.998744+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-01-18T21:57:53.820 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: audit 2024-01-18T21:57:53.002499+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-01-18T21:57:53.820 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: audit 2024-01-18T21:57:53.003611+0000 mon.c (mon.1) 138 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-01-18T21:57:53.820 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: audit 2024-01-18T21:57:53.003911+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-01-18T21:57:53.820 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: audit 2024-01-18T21:57:53.007690+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-01-18T21:57:53.820 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: audit 2024-01-18T21:57:53.009056+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-18T21:57:53.821 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:53 smithi118 bash[38532]: audit 2024-01-18T21:57:53.009803+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-01-18T21:57:54.047 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:53 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:53.886+0000 7fa563153680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-18T21:57:54.047 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:53 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:53.969+0000 7fa563153680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-18T21:57:54.048 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: cluster 2024-01-18T21:57:52.705018+0000 mgr.y (mgr.24796) 18 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:54.048 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: audit 2024-01-18T21:57:52.973211+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224709836, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.970724Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"1a7b59b6b48f\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 46242201, \"cpu_percentage\": \"109.03%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:52.971073Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:57:49.135101Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 85249228, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971217Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76755763, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971305Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971387Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80499179, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971466Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.83%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971548Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11827937, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971626Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31971082, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971703Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59527659, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971780Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:37.013949Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:52.971937Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:54.048 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: audit 2024-01-18T21:57:52.973842+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224709836, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.970724Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"1a7b59b6b48f\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 46242201, \"cpu_percentage\": \"109.03%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:52.971073Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:57:49.135101Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 85249228, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971217Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76755763, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971305Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971387Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80499179, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971466Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.83%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971548Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11827937, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971626Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31971082, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971703Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59527659, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971780Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:37.013949Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:52.971937Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:54.048 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: audit 2024-01-18T21:57:52.977449+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 224709836, \"cpu_percentage\": \"1.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.970724Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"1a7b59b6b48f\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 46242201, \"cpu_percentage\": \"109.03%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:52.971073Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:57:49.135101Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 85249228, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971217Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76755763, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971305Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971387Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80499179, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971466Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.83%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971548Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11827937, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971626Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31971082, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971703Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59527659, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:52.971780Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:37.013949Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:57:52.971937Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-18T21:57:54.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: audit 2024-01-18T21:57:52.979578+0000 mon.c (mon.1) 132 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:57:54.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: audit 2024-01-18T21:57:52.979956+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:57:54.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: audit 2024-01-18T21:57:52.983033+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-18T21:57:54.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: audit 2024-01-18T21:57:52.988920+0000 mon.c (mon.1) 133 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:57:54.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: audit 2024-01-18T21:57:52.990010+0000 mon.c (mon.1) 134 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:54.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: audit 2024-01-18T21:57:52.990335+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:57:54.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: audit 2024-01-18T21:57:52.991926+0000 mon.c (mon.1) 135 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:57:54.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: audit 2024-01-18T21:57:52.992885+0000 mon.c (mon.1) 136 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr"}]: dispatch 2024-01-18T21:57:54.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: audit 2024-01-18T21:57:52.993179+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr"}]: dispatch 2024-01-18T21:57:54.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: audit 2024-01-18T21:57:52.997446+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mgr"}]': finished 2024-01-18T21:57:54.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: audit 2024-01-18T21:57:52.998442+0000 mon.c (mon.1) 137 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-01-18T21:57:54.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: audit 2024-01-18T21:57:52.998744+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-01-18T21:57:54.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: audit 2024-01-18T21:57:53.002499+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-01-18T21:57:54.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: audit 2024-01-18T21:57:53.003611+0000 mon.c (mon.1) 138 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-01-18T21:57:54.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: audit 2024-01-18T21:57:53.003911+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-01-18T21:57:54.049 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: audit 2024-01-18T21:57:53.007690+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-01-18T21:57:54.050 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: audit 2024-01-18T21:57:53.009056+0000 mon.c (mon.1) 139 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-18T21:57:54.050 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:53 smithi144 bash[35212]: audit 2024-01-18T21:57:53.009803+0000 mon.c (mon.1) 140 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-01-18T21:57:54.431 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:54 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:54.061+0000 7fa563153680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-18T21:57:54.431 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:54 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:54.238+0000 7fa563153680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-18T21:57:54.748 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:54 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:54.498+0000 7fa563153680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-18T21:57:54.748 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:54 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:54.628+0000 7fa563153680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-18T21:57:55.006 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:54 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:54.761+0000 7fa563153680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-18T21:57:55.006 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:54 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:54.935+0000 7fa563153680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-18T21:57:55.007 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:55.019+0000 7fa563153680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-18T21:57:55.007 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:54 smithi144 bash[35212]: cephadm 2024-01-18T21:57:52.992646+0000 mgr.y (mgr.24796) 19 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-01-18T21:57:55.007 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:54 smithi144 bash[35212]: cephadm 2024-01-18T21:57:53.010337+0000 mgr.y (mgr.24796) 20 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-01-18T21:57:55.007 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:54 smithi144 bash[35212]: cephadm 2024-01-18T21:57:53.913431+0000 mgr.y (mgr.24796) 21 : cephadm [INF] Upgrade: Updating mon.a 2024-01-18T21:57:55.007 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:54 smithi144 bash[35212]: audit 2024-01-18T21:57:53.913795+0000 mon.c (mon.1) 141 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mon.a"}]: dispatch 2024-01-18T21:57:55.007 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:54 smithi144 bash[35212]: audit 2024-01-18T21:57:53.914107+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mon.a"}]: dispatch 2024-01-18T21:57:55.007 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:54 smithi144 bash[35212]: audit 2024-01-18T21:57:53.917610+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mon.a"}]': finished 2024-01-18T21:57:55.007 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:54 smithi144 bash[35212]: audit 2024-01-18T21:57:53.918626+0000 mon.c (mon.1) 142 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:57:55.007 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:54 smithi144 bash[35212]: audit 2024-01-18T21:57:53.919169+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:57:55.007 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:54 smithi144 bash[35212]: audit 2024-01-18T21:57:53.919674+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:57:55.007 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:54 smithi144 bash[35212]: cephadm 2024-01-18T21:57:53.920162+0000 mgr.y (mgr.24796) 22 : cephadm [INF] Deploying daemon mon.a on smithi118 2024-01-18T21:57:55.008 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:54 smithi144 bash[35212]: audit 2024-01-18T21:57:53.920480+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-18T21:57:55.133 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[38532]: cephadm 2024-01-18T21:57:52.992646+0000 mgr.y (mgr.24796) 19 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-01-18T21:57:55.133 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[38532]: cephadm 2024-01-18T21:57:53.010337+0000 mgr.y (mgr.24796) 20 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-01-18T21:57:55.133 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[38532]: cephadm 2024-01-18T21:57:53.913431+0000 mgr.y (mgr.24796) 21 : cephadm [INF] Upgrade: Updating mon.a 2024-01-18T21:57:55.134 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[38532]: audit 2024-01-18T21:57:53.913795+0000 mon.c (mon.1) 141 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mon.a"}]: dispatch 2024-01-18T21:57:55.134 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[38532]: audit 2024-01-18T21:57:53.914107+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mon.a"}]: dispatch 2024-01-18T21:57:55.134 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[38532]: audit 2024-01-18T21:57:53.917610+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mon.a"}]': finished 2024-01-18T21:57:55.134 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[38532]: audit 2024-01-18T21:57:53.918626+0000 mon.c (mon.1) 142 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:57:55.134 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[38532]: audit 2024-01-18T21:57:53.919169+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:57:55.134 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[38532]: audit 2024-01-18T21:57:53.919674+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:57:55.134 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[38532]: cephadm 2024-01-18T21:57:53.920162+0000 mgr.y (mgr.24796) 22 : cephadm [INF] Deploying daemon mon.a on smithi118 2024-01-18T21:57:55.134 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[38532]: audit 2024-01-18T21:57:53.920480+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-18T21:57:55.134 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[35127]: cephadm 2024-01-18T21:57:52.992646+0000 mgr.y (mgr.24796) 19 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-01-18T21:57:55.134 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[35127]: cephadm 2024-01-18T21:57:53.010337+0000 mgr.y (mgr.24796) 20 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-01-18T21:57:55.135 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[35127]: cephadm 2024-01-18T21:57:53.913431+0000 mgr.y (mgr.24796) 21 : cephadm [INF] Upgrade: Updating mon.a 2024-01-18T21:57:55.135 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[35127]: audit 2024-01-18T21:57:53.913795+0000 mon.c (mon.1) 141 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mon.a"}]: dispatch 2024-01-18T21:57:55.135 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[35127]: audit 2024-01-18T21:57:53.914107+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mon.a"}]: dispatch 2024-01-18T21:57:55.135 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[35127]: audit 2024-01-18T21:57:53.917610+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mon.a"}]': finished 2024-01-18T21:57:55.135 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[35127]: audit 2024-01-18T21:57:53.918626+0000 mon.c (mon.1) 142 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:57:55.135 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[35127]: audit 2024-01-18T21:57:53.919169+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:57:55.135 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[35127]: audit 2024-01-18T21:57:53.919674+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:57:55.135 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[35127]: cephadm 2024-01-18T21:57:53.920162+0000 mgr.y (mgr.24796) 22 : cephadm [INF] Deploying daemon mon.a on smithi118 2024-01-18T21:57:55.135 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[35127]: audit 2024-01-18T21:57:53.920480+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-18T21:57:55.135 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:54 smithi118 systemd[1]: Stopping Ceph mon.a for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:57:55.135 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[35127]: debug 2024-01-18T21:57:54.913+0000 7f7ee825a700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-18T21:57:55.135 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:54 smithi118 bash[35127]: debug 2024-01-18T21:57:54.913+0000 7f7ee825a700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-01-18T21:57:55.480 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:55 smithi118 bash[61977]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon.a 2024-01-18T21:57:55.874 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:55 smithi118 bash[62030]: Error: no container with name or ID "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon.a" found: no such container 2024-01-18T21:57:56.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:55 smithi118 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.a.service: Succeeded. 2024-01-18T21:57:56.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:55 smithi118 systemd[1]: Stopped Ceph mon.a for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:57:56.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 systemd[1]: Starting Ceph mon.a for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:57:56.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 bash[62168]: 8ca6266cf80446ef49d02d71d856a5006c76f0491b78e31da6dfa3c96fdc660c 2024-01-18T21:57:56.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.340+0000 7fef182de880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T21:57:56.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.340+0000 7fef182de880 0 ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable), process ceph-mon, pid 7 2024-01-18T21:57:56.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.340+0000 7fef182de880 0 pidfile_write: ignore empty --pid-file 2024-01-18T21:57:56.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 systemd[1]: Started Ceph mon.a for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:57:56.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 0 load: jerasure load: lrc load: isa 2024-01-18T21:57:56.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T21:57:56.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T21:57:56.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T21:57:56.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: DB SUMMARY 2024-01-18T21:57:56.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: CURRENT file: CURRENT 2024-01-18T21:57:56.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-18T21:57:56.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 506 Bytes 2024-01-18T21:57:56.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000019.sst 2024-01-18T21:57:56.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000017.log size: 20674596 ; 2024-01-18T21:57:56.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T21:57:56.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.create_if_missing: 0 2024-01-18T21:57:56.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T21:57:56.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.env: 0x55676d8f6080 2024-01-18T21:57:56.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.fs: Posix File System 2024-01-18T21:57:56.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.info_log: 0x556770103a20 2024-01-18T21:57:56.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T21:57:56.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.statistics: (nil) 2024-01-18T21:57:56.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.use_fsync: 0 2024-01-18T21:57:56.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T21:57:56.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T21:57:56.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T21:57:56.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T21:57:56.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T21:57:56.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T21:57:56.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T21:57:56.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T21:57:56.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T21:57:56.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T21:57:56.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T21:57:56.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.db_log_dir: 2024-01-18T21:57:56.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-01-18T21:57:56.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T21:57:56.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T21:57:56.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T21:57:56.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.345+0000 7fef182de880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T21:57:56.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T21:57:56.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T21:57:56.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T21:57:56.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T21:57:56.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T21:57:56.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T21:57:56.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.write_buffer_manager: 0x556770e00390 2024-01-18T21:57:56.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T21:57:56.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T21:57:56.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T21:57:56.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T21:57:56.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T21:57:56.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T21:57:56.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T21:57:56.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T21:57:56.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T21:57:56.735 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.unordered_write: 0 2024-01-18T21:57:56.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T21:57:56.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T21:57:56.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T21:57:56.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T21:57:56.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.row_cache: None 2024-01-18T21:57:56.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.wal_filter: None 2024-01-18T21:57:56.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T21:57:56.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T21:57:56.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T21:57:56.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T21:57:56.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T21:57:56.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T21:57:56.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T21:57:56.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T21:57:56.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T21:57:56.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T21:57:56.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T21:57:56.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T21:57:56.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T21:57:56.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T21:57:56.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T21:57:56.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T21:57:56.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T21:57:56.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T21:57:56.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T21:57:56.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T21:57:56.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T21:57:56.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.max_open_files: -1 2024-01-18T21:57:56.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T21:57:56.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T21:57:56.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T21:57:56.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T21:57:56.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Compression algorithms supported: 2024-01-18T21:57:56.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T21:57:56.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: kZSTD supported: 0 2024-01-18T21:57:56.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T21:57:56.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T21:57:56.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T21:57:56.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T21:57:56.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T21:57:56.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T21:57:56.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T21:57:56.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 2024-01-18T21:57:56.738 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T21:57:56.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T21:57:56.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.merge_operator: 2024-01-18T21:57:56.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.compaction_filter: None 2024-01-18T21:57:56.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T21:57:56.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T21:57:56.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T21:57:56.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5567700b3d28) 2024-01-18T21:57:56.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cache_index_and_filter_blocks: 1 2024-01-18T21:57:56.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T21:57:56.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T21:57:56.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: pin_top_level_index_and_filter: 1 2024-01-18T21:57:56.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: index_type: 0 2024-01-18T21:57:56.739 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: data_block_index_type: 0 2024-01-18T21:57:56.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: index_shortening: 1 2024-01-18T21:57:56.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: data_block_hash_table_util_ratio: 0.750000 2024-01-18T21:57:56.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: hash_index_allow_collision: 1 2024-01-18T21:57:56.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: checksum: 1 2024-01-18T21:57:56.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: no_block_cache: 0 2024-01-18T21:57:56.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: block_cache: 0x5567700e8f10 2024-01-18T21:57:56.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: block_cache_name: BinnedLRUCache 2024-01-18T21:57:56.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: block_cache_options: 2024-01-18T21:57:56.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: capacity : 536870912 2024-01-18T21:57:56.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: num_shard_bits : 4 2024-01-18T21:57:56.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: strict_capacity_limit : 0 2024-01-18T21:57:56.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: high_pri_pool_ratio: 0.000 2024-01-18T21:57:56.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: block_cache_compressed: (nil) 2024-01-18T21:57:56.740 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: persistent_cache: (nil) 2024-01-18T21:57:56.741 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: block_size: 4096 2024-01-18T21:57:56.741 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: block_size_deviation: 10 2024-01-18T21:57:56.741 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: block_restart_interval: 16 2024-01-18T21:57:56.741 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: index_block_restart_interval: 1 2024-01-18T21:57:56.741 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: metadata_block_size: 4096 2024-01-18T21:57:56.741 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: partition_filters: 0 2024-01-18T21:57:56.742 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: use_delta_encoding: 1 2024-01-18T21:57:56.742 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T21:57:56.742 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: whole_key_filtering: 1 2024-01-18T21:57:56.742 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: verify_compression: 0 2024-01-18T21:57:56.743 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: read_amp_bytes_per_bit: 0 2024-01-18T21:57:56.743 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: format_version: 2 2024-01-18T21:57:56.743 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: enable_index_compression: 1 2024-01-18T21:57:56.743 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: block_align: 0 2024-01-18T21:57:56.743 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.743 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T21:57:56.743 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T21:57:56.743 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.compression: NoCompression 2024-01-18T21:57:56.743 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T21:57:56.743 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T21:57:56.743 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T21:57:56.743 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.num_levels: 7 2024-01-18T21:57:56.743 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T21:57:56.743 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T21:57:56.743 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T21:57:56.744 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T21:57:56.744 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T21:57:56.744 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T21:57:56.744 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T21:57:56.744 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T21:57:56.744 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T21:57:56.744 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T21:57:56.744 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T21:57:56.744 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T21:57:56.744 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T21:57:56.744 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T21:57:56.744 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T21:57:56.744 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T21:57:56.745 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T21:57:56.745 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T21:57:56.745 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T21:57:56.745 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T21:57:56.745 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T21:57:56.745 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T21:57:56.745 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T21:57:56.745 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T21:57:56.745 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T21:57:56.745 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T21:57:56.745 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T21:57:56.745 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T21:57:56.745 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T21:57:56.745 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T21:57:56.746 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T21:57:56.746 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T21:57:56.746 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T21:57:56.746 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T21:57:56.746 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T21:57:56.746 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T21:57:56.746 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T21:57:56.746 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T21:57:56.746 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T21:57:56.746 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T21:57:56.746 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T21:57:56.746 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T21:57:56.746 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T21:57:56.746 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T21:57:56.746 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T21:57:56.747 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T21:57:56.747 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T21:57:56.747 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T21:57:56.747 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T21:57:56.747 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T21:57:56.747 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T21:57:56.747 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T21:57:56.747 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T21:57:56.747 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T21:57:56.747 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T21:57:56.747 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T21:57:56.747 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T21:57:56.747 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T21:57:56.747 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T21:57:56.747 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.ttl: 2592000 2024-01-18T21:57:56.748 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T21:57:56.748 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 21, last_sequence is 6324, log_number is 17,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-18T21:57:56.748 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.748 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 17 2024-01-18T21:57:56.748 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.748 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.346+0000 7fef182de880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705615076347867, "job": 1, "event": "recovery_started", "log_files": [17]} 2024-01-18T21:57:56.748 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.347+0000 7fef182de880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #17 mode 2 2024-01-18T21:57:56.748 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.362+0000 7fef182de880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-18T21:57:56.748 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.386+0000 7fef182de880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705615076387857, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 21, "file_size": 20421584, "table_properties": {"data_size": 20409365, "index_size": 10179, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 1221, "raw_key_size": 10213, "raw_average_key_size": 21, "raw_value_size": 20394807, "raw_average_value_size": 42400, "num_data_blocks": 322, "num_entries": 481, "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": 1705615076, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-18T21:57:56.748 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.387+0000 7fef182de880 4 rocksdb: [version_set.cc:3826] Creating manifest 22 2024-01-18T21:57:56.748 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.748 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.387+0000 7fef182de880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705615076388301, "job": 1, "event": "recovery_finished"} 2024-01-18T21:57:56.748 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.389+0000 7fef182de880 4 rocksdb: DB pointer 0x5567701b1800 2024-01-18T21:57:56.749 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.389+0000 7feeff0d1700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T21:57:56.749 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.389+0000 7feeff0d1700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T21:57:56.749 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: ** DB Stats ** 2024-01-18T21:57:56.749 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T21:57:56.749 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-18T21:57:56.749 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T21:57:56.749 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T21:57:56.749 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-18T21:57:56.749 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T21:57:56.749 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T21:57:56.749 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.749 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: ** Compaction Stats [default] ** 2024-01-18T21:57:56.749 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T21:57:56.749 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T21:57:56.749 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: L0 1/0 19.48 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 803.9 0.02 0.00 1 0.024 0 0 2024-01-18T21:57:56.750 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: L6 1/0 56.24 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T21:57:56.750 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Sum 2/0 75.71 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 803.9 0.02 0.00 1 0.024 0 0 2024-01-18T21:57:56.750 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 803.9 0.02 0.00 1 0.024 0 0 2024-01-18T21:57:56.750 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.750 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: ** Compaction Stats [default] ** 2024-01-18T21:57:56.750 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T21:57:56.750 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T21:57:56.750 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 803.9 0.02 0.00 1 0.024 0 0 2024-01-18T21:57:56.750 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T21:57:56.750 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Flush(GB): cumulative 0.019, interval 0.019 2024-01-18T21:57:56.750 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T21:57:56.750 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T21:57:56.750 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T21:57:56.750 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T21:57:56.750 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Cumulative compaction: 0.02 GB write, 449.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T21:57:56.751 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Interval compaction: 0.02 GB write, 449.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T21:57:56.751 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T21:57:56.751 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.751 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T21:57:56.751 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.751 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: ** Compaction Stats [default] ** 2024-01-18T21:57:56.751 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T21:57:56.751 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T21:57:56.751 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: L0 1/0 19.48 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 803.9 0.02 0.00 1 0.024 0 0 2024-01-18T21:57:56.751 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: L6 1/0 56.24 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T21:57:56.751 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Sum 2/0 75.71 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 803.9 0.02 0.00 1 0.024 0 0 2024-01-18T21:57:56.751 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T21:57:56.751 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.751 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: ** Compaction Stats [default] ** 2024-01-18T21:57:56.752 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T21:57:56.752 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T21:57:56.752 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 803.9 0.02 0.00 1 0.024 0 0 2024-01-18T21:57:56.752 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T21:57:56.752 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Flush(GB): cumulative 0.019, interval 0.000 2024-01-18T21:57:56.752 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T21:57:56.752 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T21:57:56.752 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T21:57:56.752 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T21:57:56.752 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Cumulative compaction: 0.02 GB write, 448.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T21:57:56.752 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T21:57:56.752 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T21:57:56.752 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.752 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T21:57:56.752 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.753 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.390+0000 7fef182de880 0 starting mon.a rank 0 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-a fsid 49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:57:56.753 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.390+0000 7fef182de880 1 mon.a@-1(???) e3 preinit fsid 49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:57:56.753 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.391+0000 7fef182de880 0 mon.a@-1(???).mds e1 new map 2024-01-18T21:57:56.753 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.391+0000 7fef182de880 0 mon.a@-1(???).mds e1 print_map 2024-01-18T21:57:56.753 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: e1 2024-01-18T21:57:56.753 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: enable_multiple, ever_enabled_multiple: 0,0 2024-01-18T21:57:56.753 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-18T21:57:56.753 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: legacy client fscid: -1 2024-01-18T21:57:56.753 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.753 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: No filesystems configured 2024-01-18T21:57:56.753 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 2024-01-18T21:57:56.753 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.391+0000 7fef182de880 0 mon.a@-1(???).osd e73 crush map has features 3314933000852226048, adjusting msgr requires 2024-01-18T21:57:56.753 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.391+0000 7fef182de880 0 mon.a@-1(???).osd e73 crush map has features 288514051259236352, adjusting msgr requires 2024-01-18T21:57:56.753 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.391+0000 7fef182de880 0 mon.a@-1(???).osd e73 crush map has features 288514051259236352, adjusting msgr requires 2024-01-18T21:57:56.753 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.391+0000 7fef182de880 0 mon.a@-1(???).osd e73 crush map has features 288514051259236352, adjusting msgr requires 2024-01-18T21:57:56.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:57:52.992646+0000 mgr.y (mgr.24796) 19 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-01-18T21:57:56.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:57:53.010337+0000 mgr.y (mgr.24796) 20 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-01-18T21:57:56.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:57:53.913431+0000 mgr.y (mgr.24796) 21 : cephadm [INF] Upgrade: Updating mon.a 2024-01-18T21:57:56.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:57:53.913795+0000 mon.c (mon.1) 141 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mon.a"}]: dispatch 2024-01-18T21:57:56.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:57:53.914107+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mon.a"}]: dispatch 2024-01-18T21:57:56.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:57:53.917610+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.24796 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mon.a"}]': finished 2024-01-18T21:57:56.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:57:53.918626+0000 mon.c (mon.1) 142 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:57:56.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:57:53.919169+0000 mon.c (mon.1) 143 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:57:56.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:57:53.919674+0000 mon.c (mon.1) 144 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:57:56.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:57:53.920162+0000 mgr.y (mgr.24796) 22 : cephadm [INF] Deploying daemon mon.a on smithi118 2024-01-18T21:57:56.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:57:53.920480+0000 mon.c (mon.1) 145 : audit [DBG] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-18T21:57:56.754 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:57:56.391+0000 7fef182de880 1 mon.a@-1(???).paxosservice(auth 1..19) refresh upgraded, format 0 -> 3 2024-01-18T21:57:59.730 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: ignoring --setuser ceph since I am not root 2024-01-18T21:57:59.730 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: ignoring --setgroup ceph since I am not root 2024-01-18T21:57:59.730 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:59.603+0000 7f53dbf98680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-18T21:57:59.730 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:57:59.684+0000 7f53dbf98680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-18T21:57:59.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:57:54.705355+0000 mgr.y (mgr.24796) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:59.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:57:55.035980+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.? 172.21.15.144:0/3577436512' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-18T21:57:59.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:57:55.036299+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.? 172.21.15.144:0/3577436512' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:57:59.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:57:55.037134+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.? 172.21.15.144:0/3577436512' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-18T21:57:59.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:57:55.037353+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.? 172.21.15.144:0/3577436512' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:57:59.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:57:56.393863+0000 mon.c (mon.1) 146 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"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\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 440192204, \"cpu_percentage\": \"54.59%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:34.258416Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 212336640, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258484Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79062630, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258544Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80436264, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258603Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 64760053, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258660Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86538977, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258719Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12205424, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258776Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"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\": 16913530, \"cpu_percentage\": \"0.42%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:57:34.258833Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55679385, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258913Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"LVM detected\", \"locked\"], \"available\": f 2024-01-18T21:57:59.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:59 smithi118 bash[38532]: cluster 2024-01-18T21:57:54.705355+0000 mgr.y (mgr.24796) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:59.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:59 smithi118 bash[38532]: audit 2024-01-18T21:57:55.035980+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.? 172.21.15.144:0/3577436512' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-18T21:57:59.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:59 smithi118 bash[38532]: audit 2024-01-18T21:57:55.036299+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.? 172.21.15.144:0/3577436512' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:57:59.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:59 smithi118 bash[38532]: audit 2024-01-18T21:57:55.037134+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.? 172.21.15.144:0/3577436512' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-18T21:57:59.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:59 smithi118 bash[38532]: audit 2024-01-18T21:57:55.037353+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.? 172.21.15.144:0/3577436512' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:57:59.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: alse, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPED1D480GA\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:53.920080Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:59.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:57:56.706027+0000 mgr.y (mgr.24796) 24 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:59.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:57:58.706568+0000 mgr.y (mgr.24796) 25 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:59.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:57:59.403286+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-01-18T21:57:59.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:57:59.416989+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-18T21:57:59.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:57:59.421327+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} removed_ranks: {} 2024-01-18T21:57:59.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:57:59.421953+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-01-18T21:57:59.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:57:59.421997+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-01-18T21:57:59.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:57:59.422941+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e24: y(active, since 34s), standbys: x 2024-01-18T21:57:59.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:57:59.432465+0000 mon.a (mon.0) 7 : cluster [DBG] Standby manager daemon x restarted 2024-01-18T21:57:59.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:57:59.432539+0000 mon.a (mon.0) 8 : cluster [DBG] Standby manager daemon x started 2024-01-18T21:57:59.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:57:59.432811+0000 mon.a (mon.0) 9 : cluster [DBG] mgrmap e25: y(active, since 34s), standbys: x 2024-01-18T21:57:59.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:57:59.433729+0000 mon.a (mon.0) 10 : cluster [INF] overall HEALTH_OK 2024-01-18T21:57:59.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:57:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:57:59.439838+0000 mon.a (mon.0) 11 : audit [INF] from='mgr.24796 ' entity='' 2024-01-18T21:57:59.734 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:59 smithi118 bash[38532]: audit 2024-01-18T21:57:56.393863+0000 mon.c (mon.1) 146 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"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\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 440192204, \"cpu_percentage\": \"54.59%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:34.258416Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 212336640, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258484Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79062630, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258544Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80436264, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258603Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 64760053, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258660Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86538977, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258719Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12205424, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258776Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"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\": 16913530, \"cpu_percentage\": \"0.42%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:57:34.258833Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55679385, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258913Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:53.920080Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:59.734 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:59 smithi118 bash[38532]: cluster 2024-01-18T21:57:56.706027+0000 mgr.y (mgr.24796) 24 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:59.734 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:59 smithi118 bash[38532]: cluster 2024-01-18T21:57:58.706568+0000 mgr.y (mgr.24796) 25 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:59.734 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:59 smithi118 bash[38532]: cluster 2024-01-18T21:57:59.403286+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-01-18T21:57:59.734 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:59 smithi118 bash[38532]: cluster 2024-01-18T21:57:59.416989+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-18T21:57:59.734 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:59 smithi118 bash[38532]: cluster 2024-01-18T21:57:59.421327+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} removed_ranks: {} 2024-01-18T21:57:59.734 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:59 smithi118 bash[38532]: cluster 2024-01-18T21:57:59.421953+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-01-18T21:57:59.734 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:59 smithi118 bash[38532]: cluster 2024-01-18T21:57:59.421997+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-01-18T21:57:59.734 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:59 smithi118 bash[38532]: cluster 2024-01-18T21:57:59.422941+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e24: y(active, since 34s), standbys: x 2024-01-18T21:57:59.734 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:59 smithi118 bash[38532]: cluster 2024-01-18T21:57:59.432465+0000 mon.a (mon.0) 7 : cluster [DBG] Standby manager daemon x restarted 2024-01-18T21:57:59.734 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:59 smithi118 bash[38532]: cluster 2024-01-18T21:57:59.432539+0000 mon.a (mon.0) 8 : cluster [DBG] Standby manager daemon x started 2024-01-18T21:57:59.734 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:59 smithi118 bash[38532]: cluster 2024-01-18T21:57:59.432811+0000 mon.a (mon.0) 9 : cluster [DBG] mgrmap e25: y(active, since 34s), standbys: x 2024-01-18T21:57:59.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:59 smithi118 bash[38532]: cluster 2024-01-18T21:57:59.433729+0000 mon.a (mon.0) 10 : cluster [INF] overall HEALTH_OK 2024-01-18T21:57:59.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:57:59 smithi118 bash[38532]: audit 2024-01-18T21:57:59.439838+0000 mon.a (mon.0) 11 : audit [INF] from='mgr.24796 ' entity='' 2024-01-18T21:57:59.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:59 smithi144 bash[35212]: cluster 2024-01-18T21:57:54.705355+0000 mgr.y (mgr.24796) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:59.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:59 smithi144 bash[35212]: audit 2024-01-18T21:57:55.035980+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.? 172.21.15.144:0/3577436512' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-18T21:57:59.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:59 smithi144 bash[35212]: audit 2024-01-18T21:57:55.036299+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.? 172.21.15.144:0/3577436512' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:57:59.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:59 smithi144 bash[35212]: audit 2024-01-18T21:57:55.037134+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.? 172.21.15.144:0/3577436512' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-18T21:57:59.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:59 smithi144 bash[35212]: audit 2024-01-18T21:57:55.037353+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.? 172.21.15.144:0/3577436512' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:57:59.932 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:59 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: ignoring --setuser ceph since I am not root 2024-01-18T21:57:59.933 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:59 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: ignoring --setgroup ceph since I am not root 2024-01-18T21:57:59.933 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:59 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:59.472+0000 7f617736e700 1 -- 172.21.15.144:0/2498151622 <== mon.2 v2:172.21.15.144:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f028b604e0 con 0x55f028b37000 2024-01-18T21:57:59.933 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:59 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:59.597+0000 7f618754a680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-18T21:57:59.933 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:57:59 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:57:59.677+0000 7f618754a680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-18T21:57:59.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:59 smithi144 bash[35212]: audit 2024-01-18T21:57:56.393863+0000 mon.c (mon.1) 146 : audit [INF] from='mgr.24796 172.21.15.118:0/3357483357' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"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\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 440192204, \"cpu_percentage\": \"54.59%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:57:34.258416Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 212336640, \"cpu_percentage\": \"0.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258484Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79062630, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258544Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80436264, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258603Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 64760053, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258660Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 86538977, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258719Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 12205424, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258776Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"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\": 16913530, \"cpu_percentage\": \"0.42%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-18T21:57:34.258833Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55679385, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:57:34.258913Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:53.920080Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:57:59.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:59 smithi144 bash[35212]: cluster 2024-01-18T21:57:56.706027+0000 mgr.y (mgr.24796) 24 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:59.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:59 smithi144 bash[35212]: cluster 2024-01-18T21:57:58.706568+0000 mgr.y (mgr.24796) 25 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:57:59.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:59 smithi144 bash[35212]: cluster 2024-01-18T21:57:59.403286+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-01-18T21:57:59.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:59 smithi144 bash[35212]: cluster 2024-01-18T21:57:59.416989+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-18T21:57:59.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:59 smithi144 bash[35212]: cluster 2024-01-18T21:57:59.421327+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} removed_ranks: {} 2024-01-18T21:57:59.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:59 smithi144 bash[35212]: cluster 2024-01-18T21:57:59.421953+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-01-18T21:57:59.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:59 smithi144 bash[35212]: cluster 2024-01-18T21:57:59.421997+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-01-18T21:57:59.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:59 smithi144 bash[35212]: cluster 2024-01-18T21:57:59.422941+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e24: y(active, since 34s), standbys: x 2024-01-18T21:57:59.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:59 smithi144 bash[35212]: cluster 2024-01-18T21:57:59.432465+0000 mon.a (mon.0) 7 : cluster [DBG] Standby manager daemon x restarted 2024-01-18T21:57:59.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:59 smithi144 bash[35212]: cluster 2024-01-18T21:57:59.432539+0000 mon.a (mon.0) 8 : cluster [DBG] Standby manager daemon x started 2024-01-18T21:57:59.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:59 smithi144 bash[35212]: cluster 2024-01-18T21:57:59.432811+0000 mon.a (mon.0) 9 : cluster [DBG] mgrmap e25: y(active, since 34s), standbys: x 2024-01-18T21:57:59.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:59 smithi144 bash[35212]: cluster 2024-01-18T21:57:59.433729+0000 mon.a (mon.0) 10 : cluster [INF] overall HEALTH_OK 2024-01-18T21:57:59.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:57:59 smithi144 bash[35212]: audit 2024-01-18T21:57:59.439838+0000 mon.a (mon.0) 11 : audit [INF] from='mgr.24796 ' entity='' 2024-01-18T21:58:00.431 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:58:00 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:58:00.040+0000 7f618754a680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-18T21:58:00.480 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:00.046+0000 7f53dbf98680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-18T21:58:01.073 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:58:00 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:58:00.789+0000 7f618754a680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-18T21:58:01.073 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:58:00 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:58:00.873+0000 7f618754a680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-18T21:58:01.073 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:58:01 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:58:01.086+0000 7f618754a680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-18T21:58:01.074 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:00.792+0000 7f53dbf98680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-18T21:58:01.074 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:00.877+0000 7f53dbf98680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-18T21:58:01.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:01 smithi144 bash[35212]: cluster 2024-01-18T21:58:00.433569+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e26: y(active, since 35s), standbys: x 2024-01-18T21:58:01.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:01 smithi118 bash[38532]: cluster 2024-01-18T21:58:00.433569+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e26: y(active, since 35s), standbys: x 2024-01-18T21:58:01.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:01 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:00.433569+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e26: y(active, since 35s), standbys: x 2024-01-18T21:58:01.731 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:01 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:01.088+0000 7f53dbf98680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-18T21:58:02.325 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:58:02 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:58:02.036+0000 7f618754a680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-18T21:58:02.325 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:58:02 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:58:02.164+0000 7f618754a680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-18T21:58:02.325 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:58:02 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:58:02.248+0000 7f618754a680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-18T21:58:02.325 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:58:02 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:58:02.338+0000 7f618754a680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-18T21:58:02.328 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:02 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:02.031+0000 7f53dbf98680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-18T21:58:02.328 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:02 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:02.168+0000 7f53dbf98680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-18T21:58:02.328 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:02 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:02.250+0000 7f53dbf98680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-18T21:58:02.328 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:02 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:02.342+0000 7f53dbf98680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-18T21:58:02.681 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:58:02 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:58:02.537+0000 7f618754a680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-18T21:58:02.730 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:02 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:02.539+0000 7f53dbf98680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-18T21:58:03.181 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:58:02 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:58:02.818+0000 7f618754a680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-18T21:58:03.181 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:58:02 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:58:02.917+0000 7f618754a680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-18T21:58:03.230 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:02 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:02.819+0000 7f53dbf98680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-18T21:58:03.230 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:02 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:02.918+0000 7f53dbf98680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-18T21:58:03.931 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:58:03 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:58:03.640+0000 7f618754a680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-18T21:58:03.931 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:58:03 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:58:03.722+0000 7f618754a680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-18T21:58:03.931 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:58:03 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:58:03.815+0000 7f618754a680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-18T21:58:03.980 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:03 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:03.643+0000 7f53dbf98680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-18T21:58:03.980 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:03 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:03.726+0000 7f53dbf98680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-18T21:58:03.980 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:03 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:03.819+0000 7f53dbf98680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-18T21:58:04.238 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:03 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:03.995+0000 7f53dbf98680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-18T21:58:04.238 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:58:03 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:58:03.991+0000 7f618754a680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-18T21:58:04.505 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:04 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:04.252+0000 7f53dbf98680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-18T21:58:04.505 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:04 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:04.384+0000 7f53dbf98680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-18T21:58:04.507 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:58:04 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:58:04.251+0000 7f618754a680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-18T21:58:04.507 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:58:04 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:58:04.385+0000 7f618754a680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-18T21:58:04.765 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:04 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:04.519+0000 7f53dbf98680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-18T21:58:04.765 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:04 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:04.693+0000 7f53dbf98680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-18T21:58:04.766 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:58:04 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:58:04.520+0000 7f618754a680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-18T21:58:04.766 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:58:04 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:58:04.694+0000 7f618754a680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-18T21:58:05.181 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:58:04 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x[53765]: debug 2024-01-18T21:58:04.780+0000 7f618754a680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-18T21:58:05.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:04 smithi144 bash[35212]: cluster 2024-01-18T21:58:04.793613+0000 mon.a (mon.0) 13 : cluster [INF] Active manager daemon y restarted 2024-01-18T21:58:05.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:04 smithi144 bash[35212]: cluster 2024-01-18T21:58:04.793869+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon y 2024-01-18T21:58:05.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:04 smithi144 bash[35212]: audit 2024-01-18T21:58:04.795705+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.? 172.21.15.144:0/2075626464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-18T21:58:05.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:04 smithi144 bash[35212]: cluster 2024-01-18T21:58:04.799134+0000 mon.a (mon.0) 15 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-01-18T21:58:05.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:04 smithi144 bash[35212]: cluster 2024-01-18T21:58:04.799580+0000 mon.a (mon.0) 16 : cluster [DBG] Standby manager daemon x restarted 2024-01-18T21:58:05.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:04 smithi144 bash[35212]: cluster 2024-01-18T21:58:04.799616+0000 mon.a (mon.0) 17 : cluster [DBG] Standby manager daemon x started 2024-01-18T21:58:05.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:04 smithi144 bash[35212]: cluster 2024-01-18T21:58:04.799715+0000 mon.a (mon.0) 18 : cluster [DBG] mgrmap e27: y(active, starting, since 0.00592457s), standbys: x 2024-01-18T21:58:05.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:04 smithi144 bash[35212]: audit 2024-01-18T21:58:04.803475+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.? 172.21.15.144:0/2075626464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:58:05.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:04 smithi144 bash[35212]: audit 2024-01-18T21:58:04.804489+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.? 172.21.15.144:0/2075626464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-18T21:58:05.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:04 smithi144 bash[35212]: audit 2024-01-18T21:58:04.804732+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.? 172.21.15.144:0/2075626464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:58:05.230 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:04 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:04.778+0000 7f53dbf98680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-18T21:58:05.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:04 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:04.793613+0000 mon.a (mon.0) 13 : cluster [INF] Active manager daemon y restarted 2024-01-18T21:58:05.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:04 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:04.793869+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon y 2024-01-18T21:58:05.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:04 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:04.795705+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.? 172.21.15.144:0/2075626464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-18T21:58:05.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:04 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:04.799134+0000 mon.a (mon.0) 15 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-01-18T21:58:05.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:04 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:04.799580+0000 mon.a (mon.0) 16 : cluster [DBG] Standby manager daemon x restarted 2024-01-18T21:58:05.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:04 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:04.799616+0000 mon.a (mon.0) 17 : cluster [DBG] Standby manager daemon x started 2024-01-18T21:58:05.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:04 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:04.799715+0000 mon.a (mon.0) 18 : cluster [DBG] mgrmap e27: y(active, starting, since 0.00592457s), standbys: x 2024-01-18T21:58:05.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:04 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:04.803475+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.? 172.21.15.144:0/2075626464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:58:05.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:04 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:04.804489+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.? 172.21.15.144:0/2075626464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-18T21:58:05.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:04 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:04.804732+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.? 172.21.15.144:0/2075626464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:58:05.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:04 smithi118 bash[38532]: cluster 2024-01-18T21:58:04.793613+0000 mon.a (mon.0) 13 : cluster [INF] Active manager daemon y restarted 2024-01-18T21:58:05.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:04 smithi118 bash[38532]: cluster 2024-01-18T21:58:04.793869+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon y 2024-01-18T21:58:05.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:04 smithi118 bash[38532]: audit 2024-01-18T21:58:04.795705+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.? 172.21.15.144:0/2075626464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-18T21:58:05.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:04 smithi118 bash[38532]: cluster 2024-01-18T21:58:04.799134+0000 mon.a (mon.0) 15 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-01-18T21:58:05.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:04 smithi118 bash[38532]: cluster 2024-01-18T21:58:04.799580+0000 mon.a (mon.0) 16 : cluster [DBG] Standby manager daemon x restarted 2024-01-18T21:58:05.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:04 smithi118 bash[38532]: cluster 2024-01-18T21:58:04.799616+0000 mon.a (mon.0) 17 : cluster [DBG] Standby manager daemon x started 2024-01-18T21:58:05.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:04 smithi118 bash[38532]: cluster 2024-01-18T21:58:04.799715+0000 mon.a (mon.0) 18 : cluster [DBG] mgrmap e27: y(active, starting, since 0.00592457s), standbys: x 2024-01-18T21:58:05.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:04 smithi118 bash[38532]: audit 2024-01-18T21:58:04.803475+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.? 172.21.15.144:0/2075626464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:58:05.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:04 smithi118 bash[38532]: audit 2024-01-18T21:58:04.804489+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.? 172.21.15.144:0/2075626464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-18T21:58:05.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:04 smithi118 bash[38532]: audit 2024-01-18T21:58:04.804732+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.? 172.21.15.144:0/2075626464' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:58:07.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:06 smithi144 bash[35212]: cluster 2024-01-18T21:58:05.800974+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e28: y(active, starting, since 1.00717s), standbys: x 2024-01-18T21:58:07.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:06 smithi144 bash[35212]: audit 2024-01-18T21:58:05.805413+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.? 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-18T21:58:07.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:06 smithi144 bash[35212]: audit 2024-01-18T21:58:05.805649+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.? 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-18T21:58:07.230 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:06 smithi118 bash[38532]: cluster 2024-01-18T21:58:05.800974+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e28: y(active, starting, since 1.00717s), standbys: x 2024-01-18T21:58:07.230 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:06 smithi118 bash[38532]: audit 2024-01-18T21:58:05.805413+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.? 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-18T21:58:07.230 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:06 smithi118 bash[38532]: audit 2024-01-18T21:58:05.805649+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.? 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-18T21:58:07.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:06 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:05.800974+0000 mon.a (mon.0) 19 : cluster [DBG] mgrmap e28: y(active, starting, since 1.00717s), standbys: x 2024-01-18T21:58:07.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:06 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:05.805413+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.? 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-18T21:58:07.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:06 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:05.805649+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.? 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-18T21:58:10.894 INFO:teuthology.orchestra.run.smithi118.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2024-01-18T21:58:10.894 INFO:teuthology.orchestra.run.smithi118.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2024-01-18T21:58:11.119 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:10.902+0000 7f538f766700 -1 mgr.server handle_report got status from non-daemon mon.a 2024-01-18T21:58:11.119 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:10.904+0000 7f538f766700 -1 mgr.server reply reply (95) Operation not supported Warning: due to ceph-mgr restart, some PG states may not be up to date 2024-01-18T21:58:11.119 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2024-01-18T21:58:11.119 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: [80B blob data] 2024-01-18T21:58:11.119 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: [80B blob data] 2024-01-18T21:58:11.120 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.805277+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-18T21:58:11.120 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.805519+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-18T21:58:11.120 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.805731+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-18T21:58:11.120 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.807073+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:58:11.120 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.807351+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:58:11.120 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.807599+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:58:11.120 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.807827+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:58:11.120 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.808056+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:58:11.120 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.808276+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:58:11.120 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.808551+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:58:11.120 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.808744+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:58:11.121 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.808921+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T21:58:11.121 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.809293+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T21:58:11.121 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.809736+0000 mon.c (mon.1) 160 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T21:58:11.121 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.810495+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-18T21:58:11.121 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.811338+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-18T21:58:11.121 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.811661+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-18T21:58:11.121 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.811976+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-18T21:58:11.121 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.812271+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi118"}]: dispatch 2024-01-18T21:58:11.121 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.812559+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi144"}]: dispatch 2024-01-18T21:58:11.121 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.812838+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-18T21:58:11.121 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.813116+0000 mon.c (mon.1) 168 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-18T21:58:11.121 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.813388+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-18T21:58:11.121 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.813667+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-18T21:58:11.121 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.813970+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-18T21:58:11.121 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.814256+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-18T21:58:11.122 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.814545+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-18T21:58:11.122 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.814833+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-18T21:58:11.122 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.815131+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-18T21:58:11.122 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.815452+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-18T21:58:11.122 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.815750+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-18T21:58:11.122 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.816043+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-18T21:58:11.122 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.816318+0000 mon.c (mon.1) 179 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:58:11.122 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.816626+0000 mon.c (mon.1) 180 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:58:11.122 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.816939+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-18T21:58:11.122 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.817229+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-18T21:58:11.122 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.817509+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-18T21:58:11.122 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: audit 2024-01-18T21:58:10.817791+0000 mon.c (mon.1) 184 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-18T21:58:11.122 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:10 smithi118 bash[38532]: cluster 2024-01-18T21:58:10.842514+0000 mon.a (mon.0) 20 : cluster [INF] Manager daemon y is now available 2024-01-18T21:58:11.123 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.805277+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-18T21:58:11.123 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.805519+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-18T21:58:11.123 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.805731+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-18T21:58:11.123 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.807073+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:58:11.123 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.807351+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:58:11.123 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.807599+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:58:11.123 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.807827+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:58:11.123 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.808056+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:58:11.123 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.808276+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:58:11.123 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.808551+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:58:11.123 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.808744+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:58:11.124 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.808921+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T21:58:11.124 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.809293+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T21:58:11.124 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.809736+0000 mon.c (mon.1) 160 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T21:58:11.124 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.810495+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-18T21:58:11.124 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.811338+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-18T21:58:11.124 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.811661+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-18T21:58:11.124 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.811976+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-18T21:58:11.124 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.812271+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi118"}]: dispatch 2024-01-18T21:58:11.124 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.812559+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi144"}]: dispatch 2024-01-18T21:58:11.124 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.812838+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-18T21:58:11.124 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.813116+0000 mon.c (mon.1) 168 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-18T21:58:11.124 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.813388+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-18T21:58:11.124 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.813667+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-18T21:58:11.124 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.813970+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-18T21:58:11.125 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.814256+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-18T21:58:11.125 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.814545+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-18T21:58:11.125 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.814833+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-18T21:58:11.125 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.815131+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-18T21:58:11.125 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.815452+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-18T21:58:11.125 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.815750+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-18T21:58:11.125 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.816043+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-18T21:58:11.125 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.816318+0000 mon.c (mon.1) 179 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:58:11.125 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.816626+0000 mon.c (mon.1) 180 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:58:11.125 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.816939+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-18T21:58:11.125 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.817229+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-18T21:58:11.125 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.817509+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-18T21:58:11.125 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.817791+0000 mon.c (mon.1) 184 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-18T21:58:11.125 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:10.842514+0000 mon.a (mon.0) 20 : cluster [INF] Manager daemon y is now available 2024-01-18T21:58:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.805277+0000 mon.c (mon.1) 147 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-18T21:58:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.805519+0000 mon.c (mon.1) 148 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-18T21:58:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.805731+0000 mon.c (mon.1) 149 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-18T21:58:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.807073+0000 mon.c (mon.1) 150 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:58:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.807351+0000 mon.c (mon.1) 151 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:58:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.807599+0000 mon.c (mon.1) 152 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-18T21:58:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.807827+0000 mon.c (mon.1) 153 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-18T21:58:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.808056+0000 mon.c (mon.1) 154 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-18T21:58:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.808276+0000 mon.c (mon.1) 155 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-18T21:58:11.126 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.808551+0000 mon.c (mon.1) 156 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-18T21:58:11.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.808744+0000 mon.c (mon.1) 157 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-18T21:58:11.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.808921+0000 mon.c (mon.1) 158 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-18T21:58:11.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.809293+0000 mon.c (mon.1) 159 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-18T21:58:11.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.809736+0000 mon.c (mon.1) 160 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-18T21:58:11.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.810495+0000 mon.c (mon.1) 161 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-18T21:58:11.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.811338+0000 mon.c (mon.1) 162 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-18T21:58:11.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.811661+0000 mon.c (mon.1) 163 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-18T21:58:11.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.811976+0000 mon.c (mon.1) 164 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-18T21:58:11.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.812271+0000 mon.c (mon.1) 165 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi118"}]: dispatch 2024-01-18T21:58:11.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.812559+0000 mon.c (mon.1) 166 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi144"}]: dispatch 2024-01-18T21:58:11.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.812838+0000 mon.c (mon.1) 167 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-18T21:58:11.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.813116+0000 mon.c (mon.1) 168 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-18T21:58:11.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.813388+0000 mon.c (mon.1) 169 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-18T21:58:11.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.813667+0000 mon.c (mon.1) 170 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-18T21:58:11.127 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.813970+0000 mon.c (mon.1) 171 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-18T21:58:11.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.814256+0000 mon.c (mon.1) 172 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-18T21:58:11.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.814545+0000 mon.c (mon.1) 173 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-18T21:58:11.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.814833+0000 mon.c (mon.1) 174 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-18T21:58:11.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.815131+0000 mon.c (mon.1) 175 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-18T21:58:11.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.815452+0000 mon.c (mon.1) 176 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-18T21:58:11.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.815750+0000 mon.c (mon.1) 177 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-18T21:58:11.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.816043+0000 mon.c (mon.1) 178 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-18T21:58:11.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.816318+0000 mon.c (mon.1) 179 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-18T21:58:11.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.816626+0000 mon.c (mon.1) 180 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-18T21:58:11.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.816939+0000 mon.c (mon.1) 181 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-18T21:58:11.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.817229+0000 mon.c (mon.1) 182 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-18T21:58:11.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.817509+0000 mon.c (mon.1) 183 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-18T21:58:11.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: audit 2024-01-18T21:58:10.817791+0000 mon.c (mon.1) 184 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-18T21:58:11.128 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:10 smithi144 bash[35212]: cluster 2024-01-18T21:58:10.842514+0000 mon.a (mon.0) 20 : cluster [INF] Manager daemon y is now available 2024-01-18T21:58:11.205 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 49a198c6-b64b-11ee-95ae-87774f69a715 -e sha1=491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -- bash -c 'ceph orch ps' 2024-01-18T21:58:12.145 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:11 smithi118 bash[38532]: cluster 2024-01-18T21:58:10.898593+0000 mon.a (mon.0) 21 : cluster [DBG] mgrmap e29: y(active, since 6s), standbys: x 2024-01-18T21:58:12.145 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:11 smithi118 bash[38532]: audit 2024-01-18T21:58:10.905688+0000 mgr.y (mgr.24776) 1 : audit [DBG] from='client.24856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:58:12.145 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:11 smithi118 bash[38532]: cluster 2024-01-18T21:58:10.907288+0000 mgr.y (mgr.24776) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:12.145 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:11 smithi118 bash[38532]: audit 2024-01-18T21:58:10.954409+0000 mon.c (mon.1) 185 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:12.145 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:11 smithi118 bash[38532]: audit 2024-01-18T21:58:10.956096+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:12.145 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:11 smithi118 bash[38532]: audit 2024-01-18T21:58:10.998364+0000 mon.c (mon.1) 187 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-18T21:58:12.145 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:11 smithi118 bash[38532]: audit 2024-01-18T21:58:11.000280+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-18T21:58:12.145 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:11 smithi118 bash[38532]: audit 2024-01-18T21:58:11.005205+0000 mon.c (mon.1) 188 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-18T21:58:12.146 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:11 smithi118 bash[38532]: audit 2024-01-18T21:58:11.005628+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-18T21:58:12.146 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:11 smithi118 bash[38532]: audit 2024-01-18T21:58:11.247201+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:58:12.146 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:11 smithi118 bash[38532]: audit 2024-01-18T21:58:11.247457+0000 mon.c (mon.1) 190 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:58:12.146 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:10.898593+0000 mon.a (mon.0) 21 : cluster [DBG] mgrmap e29: y(active, since 6s), standbys: x 2024-01-18T21:58:12.146 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.905688+0000 mgr.y (mgr.24776) 1 : audit [DBG] from='client.24856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:58:12.146 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:10.907288+0000 mgr.y (mgr.24776) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:12.146 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.954409+0000 mon.c (mon.1) 185 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:12.146 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.956096+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:12.146 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:10.998364+0000 mon.c (mon.1) 187 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-18T21:58:12.146 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:11.000280+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-18T21:58:12.146 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:11.005205+0000 mon.c (mon.1) 188 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-18T21:58:12.146 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:11.005628+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-18T21:58:12.147 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:11.247201+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:58:12.147 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:11.247457+0000 mon.c (mon.1) 190 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:58:12.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:11 smithi144 bash[35212]: cluster 2024-01-18T21:58:10.898593+0000 mon.a (mon.0) 21 : cluster [DBG] mgrmap e29: y(active, since 6s), standbys: x 2024-01-18T21:58:12.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:11 smithi144 bash[35212]: audit 2024-01-18T21:58:10.905688+0000 mgr.y (mgr.24776) 1 : audit [DBG] from='client.24856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:58:12.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:11 smithi144 bash[35212]: cluster 2024-01-18T21:58:10.907288+0000 mgr.y (mgr.24776) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:12.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:11 smithi144 bash[35212]: audit 2024-01-18T21:58:10.954409+0000 mon.c (mon.1) 185 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:12.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:11 smithi144 bash[35212]: audit 2024-01-18T21:58:10.956096+0000 mon.c (mon.1) 186 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:12.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:11 smithi144 bash[35212]: audit 2024-01-18T21:58:10.998364+0000 mon.c (mon.1) 187 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-18T21:58:12.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:11 smithi144 bash[35212]: audit 2024-01-18T21:58:11.000280+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-18T21:58:12.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:11 smithi144 bash[35212]: audit 2024-01-18T21:58:11.005205+0000 mon.c (mon.1) 188 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-18T21:58:12.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:11 smithi144 bash[35212]: audit 2024-01-18T21:58:11.005628+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-18T21:58:12.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:11 smithi144 bash[35212]: audit 2024-01-18T21:58:11.247201+0000 mon.c (mon.1) 189 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:58:12.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:11 smithi144 bash[35212]: audit 2024-01-18T21:58:11.247457+0000 mon.c (mon.1) 190 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:58:12.560 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-18T21:58:12.561 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 running (75s) 38s ago 5m 16.1M - 0.26.0 9f27df16978d 3dcc70ea501a 2024-01-18T21:58:12.561 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi144 running (5m) 19s ago 5m 30.4M - 6.6.2 87a51ecf0b1c 1273190189a6 2024-01-18T21:58:12.561 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi144 *:8443 running (23s) 19s ago 7m 44.0M - 16.2.14-454-g491b5e13 5debfd7ac2a7 1a7b59b6b48f 2024-01-18T21:58:12.561 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 *:8443 running (53s) 38s ago 9m 419M - 16.2.14-454-g491b5e13 5debfd7ac2a7 4b6b5314ec47 2024-01-18T21:58:12.561 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 starting - - - 2048M 2024-01-18T21:58:12.561 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi144 running (8m) 19s ago 8m 214M 2048M 15.2.0 204a01f9b0b6 cdb796a8b75c 2024-01-18T21:58:12.561 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (8m) 38s ago 8m 202M 2048M 15.2.0 204a01f9b0b6 b884d0768f78 2024-01-18T21:58:12.561 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 running (5m) 38s ago 5m 11.6M - 1.7.0 72c9c2088986 dd594b0c0255 2024-01-18T21:58:12.561 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi144 running (5m) 19s ago 5m 11.2M - 1.7.0 72c9c2088986 e5ba0f5706cf 2024-01-18T21:58:12.561 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (7m) 38s ago 7m 75.4M 4096M 15.2.0 204a01f9b0b6 a7bbd6283a01 2024-01-18T21:58:12.561 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (7m) 38s ago 7m 76.7M 4096M 15.2.0 204a01f9b0b6 424d1b5cb1b4 2024-01-18T21:58:12.561 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (7m) 38s ago 7m 61.7M 4096M 15.2.0 204a01f9b0b6 6ac3abed46f3 2024-01-18T21:58:12.561 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (7m) 38s ago 7m 82.5M 4096M 15.2.0 204a01f9b0b6 77400dcb1ef0 2024-01-18T21:58:12.561 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi144 running (6m) 19s ago 6m 81.2M 4096M 15.2.0 204a01f9b0b6 6b3554b0d596 2024-01-18T21:58:12.562 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi144 running (6m) 19s ago 6m 73.2M 4096M 15.2.0 204a01f9b0b6 15d6e117200b 2024-01-18T21:58:12.562 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi144 running (6m) 19s ago 6m 67.0M 4096M 15.2.0 204a01f9b0b6 d34bb615c943 2024-01-18T21:58:12.562 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi144 running (6m) 19s ago 6m 76.7M 4096M 15.2.0 204a01f9b0b6 823db36eef4c 2024-01-18T21:58:12.562 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi144 running (68s) 19s ago 5m 36.4M - 2.49.1 2a72b385beaf 5f9c9d74839c 2024-01-18T21:58:12.562 INFO:teuthology.orchestra.run.smithi118.stdout:rgw.r.z.smithi118.bcicuk smithi118 running (5m) 38s ago 5m 53.0M - 15.2.0 204a01f9b0b6 e34d36be5102 2024-01-18T21:58:12.562 INFO:teuthology.orchestra.run.smithi118.stdout:rgw.r.z.smithi144.hykdhd smithi144 running (5m) 19s ago 5m 56.7M - 15.2.0 204a01f9b0b6 18c17a7ad04a 2024-01-18T21:58:13.074 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 49a198c6-b64b-11ee-95ae-87774f69a715 -e sha1=491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -- bash -c 'ceph versions' 2024-01-18T21:58:13.169 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:12 smithi144 bash[35212]: audit 2024-01-18T21:58:12.565722+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-18T21:58:13.169 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:12 smithi144 bash[35212]: audit 2024-01-18T21:58:12.566136+0000 mon.c (mon.1) 192 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-18T21:58:13.169 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:12 smithi144 bash[35212]: audit 2024-01-18T21:58:12.566456+0000 mon.c (mon.1) 193 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.169 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:12 smithi144 bash[35212]: audit 2024-01-18T21:58:12.566768+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.169 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:12 smithi144 bash[35212]: audit 2024-01-18T21:58:12.567068+0000 mon.c (mon.1) 195 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.169 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:12 smithi144 bash[35212]: audit 2024-01-18T21:58:12.567407+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.169 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:12 smithi144 bash[35212]: audit 2024-01-18T21:58:12.569100+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-18T21:58:13.169 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:12 smithi144 bash[35212]: audit 2024-01-18T21:58:12.569427+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.170 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:12 smithi144 bash[35212]: audit 2024-01-18T21:58:12.569713+0000 mon.c (mon.1) 199 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.170 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:12 smithi144 bash[35212]: audit 2024-01-18T21:58:12.569996+0000 mon.c (mon.1) 200 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.170 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:12 smithi144 bash[35212]: audit 2024-01-18T21:58:12.570268+0000 mon.c (mon.1) 201 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.230 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:12 smithi118 bash[38532]: audit 2024-01-18T21:58:12.565722+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-18T21:58:13.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:12 smithi118 bash[38532]: audit 2024-01-18T21:58:12.566136+0000 mon.c (mon.1) 192 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-18T21:58:13.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:12 smithi118 bash[38532]: audit 2024-01-18T21:58:12.566456+0000 mon.c (mon.1) 193 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:12 smithi118 bash[38532]: audit 2024-01-18T21:58:12.566768+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:12 smithi118 bash[38532]: audit 2024-01-18T21:58:12.567068+0000 mon.c (mon.1) 195 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:12 smithi118 bash[38532]: audit 2024-01-18T21:58:12.567407+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:12 smithi118 bash[38532]: audit 2024-01-18T21:58:12.569100+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-18T21:58:13.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:12 smithi118 bash[38532]: audit 2024-01-18T21:58:12.569427+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:12 smithi118 bash[38532]: audit 2024-01-18T21:58:12.569713+0000 mon.c (mon.1) 199 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:12 smithi118 bash[38532]: audit 2024-01-18T21:58:12.569996+0000 mon.c (mon.1) 200 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:12 smithi118 bash[38532]: audit 2024-01-18T21:58:12.570268+0000 mon.c (mon.1) 201 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:12 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:12.565722+0000 mon.c (mon.1) 191 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-18T21:58:13.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:12 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:12.566136+0000 mon.c (mon.1) 192 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-18T21:58:13.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:12 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:12.566456+0000 mon.c (mon.1) 193 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:12 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:12.566768+0000 mon.c (mon.1) 194 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:12 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:12.567068+0000 mon.c (mon.1) 195 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:12 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:12.567407+0000 mon.c (mon.1) 196 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:12 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:12.569100+0000 mon.c (mon.1) 197 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-18T21:58:13.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:12 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:12.569427+0000 mon.c (mon.1) 198 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:12 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:12.569713+0000 mon.c (mon.1) 199 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:12 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:12.569996+0000 mon.c (mon.1) 200 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:13.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:12 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:12.570268+0000 mon.c (mon.1) 201 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:14.048 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:13 smithi118 bash[38532]: audit 2024-01-18T21:58:12.563565+0000 mgr.y (mgr.24776) 3 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:58:14.048 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:13 smithi118 bash[38532]: cluster 2024-01-18T21:58:12.808547+0000 mgr.y (mgr.24776) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:14.048 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:13 smithi118 bash[38532]: cluster 2024-01-18T21:58:12.908619+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e30: y(active, since 8s), standbys: x 2024-01-18T21:58:14.049 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:13 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:12.563565+0000 mgr.y (mgr.24776) 3 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:58:14.049 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:13 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:12.808547+0000 mgr.y (mgr.24776) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:14.049 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:13 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:12.908619+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e30: y(active, since 8s), standbys: x 2024-01-18T21:58:14.179 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:13 smithi144 bash[35212]: audit 2024-01-18T21:58:12.563565+0000 mgr.y (mgr.24776) 3 : audit [DBG] from='client.34128 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:58:14.179 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:13 smithi144 bash[35212]: cluster 2024-01-18T21:58:12.808547+0000 mgr.y (mgr.24776) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:14.179 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:13 smithi144 bash[35212]: cluster 2024-01-18T21:58:12.908619+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e30: y(active, since 8s), standbys: x 2024-01-18T21:58:14.477 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2024-01-18T21:58:14.477 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2024-01-18T21:58:14.477 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2, 2024-01-18T21:58:14.478 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable)": 1 2024-01-18T21:58:14.478 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:58:14.478 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2024-01-18T21:58:14.478 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable)": 2 2024-01-18T21:58:14.478 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:58:14.478 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2024-01-18T21:58:14.478 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-18T21:58:14.478 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:58:14.478 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": {}, 2024-01-18T21:58:14.478 INFO:teuthology.orchestra.run.smithi118.stdout: "rgw": { 2024-01-18T21:58:14.478 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-18T21:58:14.478 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:58:14.478 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2024-01-18T21:58:14.478 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 12, 2024-01-18T21:58:14.478 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable)": 3 2024-01-18T21:58:14.479 INFO:teuthology.orchestra.run.smithi118.stdout: } 2024-01-18T21:58:14.479 INFO:teuthology.orchestra.run.smithi118.stdout:} 2024-01-18T21:58:14.926 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 49a198c6-b64b-11ee-95ae-87774f69a715 -e sha1=491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-01-18T21:58:14.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:14 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:14.492356+0000 mon.c (mon.1) 202 : audit [DBG] from='client.? 172.21.15.118:0/2438265112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:14.980 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:14 smithi118 bash[38532]: audit 2024-01-18T21:58:14.492356+0000 mon.c (mon.1) 202 : audit [DBG] from='client.? 172.21.15.118:0/2438265112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:14.981 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:14 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:14.521660+0000 mon.c (mon.1) 203 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 229638144, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.519566Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"1a7b59b6b48f\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 407791206, \"cpu_percentage\": \"55.06%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:58:14.519709Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:57:49.135101Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 87178608, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.519779Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78349598, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.519842Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71712112, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.519918Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82313216, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.519981Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 40621834, \"cpu_percentage\": \"0.74%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.520042Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11492392, \"cpu_percentage\": \"0.36%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.520103Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31981568, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.520180Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74e 2024-01-18T21:58:14.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:14 smithi118 bash[38532]: audit 2024-01-18T21:58:14.521660+0000 mon.c (mon.1) 203 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 229638144, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.519566Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"1a7b59b6b48f\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 407791206, \"cpu_percentage\": \"55.06%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:58:14.519709Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:57:49.135101Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 87178608, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.519779Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78349598, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.519842Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71712112, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.519918Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82313216, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.519981Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 40621834, \"cpu_percentage\": \"0.74%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.520042Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11492392, \"cpu_percentage\": \"0.36%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.520103Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31981568, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.520180Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59926118, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.520237Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:37.013949Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:58:14.520351Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:58:14.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:14 smithi118 bash[38532]: audit 2024-01-18T21:58:14.525603+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:14.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:14 smithi118 bash[38532]: audit 2024-01-18T21:58:14.803655+0000 mon.c (mon.1) 204 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:14.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:14 smithi118 bash[38532]: audit 2024-01-18T21:58:14.804020+0000 mon.c (mon.1) 205 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:14.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:14 smithi118 bash[38532]: audit 2024-01-18T21:58:14.804330+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:14.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:14 smithi118 bash[38532]: audit 2024-01-18T21:58:14.804604+0000 mon.c (mon.1) 207 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:14.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:14 smithi118 bash[38532]: audit 2024-01-18T21:58:14.804901+0000 mon.c (mon.1) 208 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:14.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:14 smithi118 bash[38532]: audit 2024-01-18T21:58:14.805174+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:14.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:14 smithi118 bash[38532]: audit 2024-01-18T21:58:14.805457+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:14.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:14 smithi118 bash[38532]: audit 2024-01-18T21:58:14.805711+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:14.982 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:14 smithi118 bash[38532]: audit 2024-01-18T21:58:14.806007+0000 mon.c (mon.1) 212 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:14.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:14 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: a03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59926118, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.520237Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:37.013949Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:58:14.520351Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:58:14.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:14 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:14.525603+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:14.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:14 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:14.803655+0000 mon.c (mon.1) 204 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:14.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:14 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:14.804020+0000 mon.c (mon.1) 205 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:14.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:14 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:14.804330+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:14.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:14 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:14.804604+0000 mon.c (mon.1) 207 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:14.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:14 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:14.804901+0000 mon.c (mon.1) 208 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:14.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:14 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:14.805174+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:14.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:14 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:14.805457+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:14.982 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:14 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:14.805711+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:14.983 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:14 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:14.806007+0000 mon.c (mon.1) 212 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:15.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:14 smithi144 bash[35212]: audit 2024-01-18T21:58:14.492356+0000 mon.c (mon.1) 202 : audit [DBG] from='client.? 172.21.15.118:0/2438265112' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:15.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:14 smithi144 bash[35212]: audit 2024-01-18T21:58:14.521660+0000 mon.c (mon.1) 203 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi144","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi144\", \"container_id\": \"cdb796a8b75c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 229638144, \"cpu_percentage\": \"1.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.519566Z\", \"created\": \"2024-01-18T21:50:01.541556Z\", \"started\": \"2024-01-18T21:50:01.572474Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi144\", \"container_id\": \"1a7b59b6b48f\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 407791206, \"cpu_percentage\": \"55.06%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:58:14.519709Z\", \"created\": \"2024-01-18T21:50:14.036359Z\", \"started\": \"2024-01-18T21:57:49.135101Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi144\", \"container_id\": \"6b3554b0d596\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 87178608, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.519779Z\", \"created\": \"2024-01-18T21:51:14.058408Z\", \"started\": \"2024-01-18T21:51:27.448317Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi144\", \"container_id\": \"15d6e117200b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78349598, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.519842Z\", \"created\": \"2024-01-18T21:51:27.547194Z\", \"started\": \"2024-01-18T21:51:41.407460Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi144\", \"container_id\": \"d34bb615c943\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71712112, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.519918Z\", \"created\": \"2024-01-18T21:51:42.527956Z\", \"started\": \"2024-01-18T21:51:56.482196Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi144\", \"container_id\": \"823db36eef4c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82313216, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.519981Z\", \"created\": \"2024-01-18T21:51:57.134723Z\", \"started\": \"2024-01-18T21:51:58.262741Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi144\", \"container_id\": \"5f9c9d74839c\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 40621834, \"cpu_percentage\": \"0.74%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.520042Z\", \"created\": \"2024-01-18T21:52:20.854346Z\", \"started\": \"2024-01-18T21:57:04.387049Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi144\", \"container_id\": \"e5ba0f5706cf\", \"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\": 11492392, \"cpu_percentage\": \"0.36%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.520103Z\", \"created\": \"2024-01-18T21:52:23.121310Z\", \"started\": \"2024-01-18T21:52:31.177087Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi144\", \"container_id\": \"1273190189a6\", \"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\": 31981568, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.520180Z\", \"created\": \"2024-01-18T21:52:51.790853Z\", \"started\": \"2024-01-18T21:52:51.905162Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi144.hykdhd\", \"daemon_name\": \"rgw.r.z.smithi144.hykdhd\", \"hostname\": \"smithi144\", \"container_id\": \"18c17a7ad04a\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 59926118, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:14.520237Z\", \"created\": \"2024-01-18T21:53:10.935547Z\", \"started\": \"2024-01-18T21:53:10.967080Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069929Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"27004c9d-e26a-4cf0-ab0c-5f41db7f1695\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"FXXREX-Vt8O-Ibq2-zQTQ-tsKO-Hic0-BwwoKc\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3964865-fea1-4dc8-837b-bcde52aacc59\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"MmV5u1-8UJC-CBIB-LFCL-BdiO-BWSv-h870XG\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"1d7a29d6-39e2-4b63-84e2-12e2f4512297\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"yaGedx-e0ea-ssVp-9qhh-rg8B-YMgE-bBqZ1V\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"07dcec6e-a7b0-4132-8dbd-43957fab2570\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"lJMHCc-FpaB-FB1C-BVWx-WHPm-ZxwL-tKYBPT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62050085400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-18T21:56:36.069937Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XKPY\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:56.911474Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:37.013949Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:24.147167Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:38.193907Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:53.200287Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:55.484135Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-18T21:56:57.834767Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.665726Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-18T21:52:34.384105Z\"}, \"rgw.r.z.smithi144.hykdhd\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:09.839246Z\"}}, \"last_daemon_update\": \"2024-01-18T21:58:14.520351Z\", \"last_device_update\": \"2024-01-18T21:52:00.753844Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:44.525864Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:58:15.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:14 smithi144 bash[35212]: audit 2024-01-18T21:58:14.525603+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:15.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:14 smithi144 bash[35212]: audit 2024-01-18T21:58:14.803655+0000 mon.c (mon.1) 204 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:15.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:14 smithi144 bash[35212]: audit 2024-01-18T21:58:14.804020+0000 mon.c (mon.1) 205 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:15.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:14 smithi144 bash[35212]: audit 2024-01-18T21:58:14.804330+0000 mon.c (mon.1) 206 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:15.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:14 smithi144 bash[35212]: audit 2024-01-18T21:58:14.804604+0000 mon.c (mon.1) 207 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:15.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:14 smithi144 bash[35212]: audit 2024-01-18T21:58:14.804901+0000 mon.c (mon.1) 208 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:15.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:14 smithi144 bash[35212]: audit 2024-01-18T21:58:14.805174+0000 mon.c (mon.1) 209 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:15.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:14 smithi144 bash[35212]: audit 2024-01-18T21:58:14.805457+0000 mon.c (mon.1) 210 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:15.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:14 smithi144 bash[35212]: audit 2024-01-18T21:58:14.805711+0000 mon.c (mon.1) 211 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:15.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:14 smithi144 bash[35212]: audit 2024-01-18T21:58:14.806007+0000 mon.c (mon.1) 212 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:15.973 INFO:teuthology.orchestra.run.smithi118.stdout:wait for servicemap items w/ changing names to refresh 2024-01-18T21:58:15.976 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:15 smithi118 bash[38532]: cluster 2024-01-18T21:58:14.808827+0000 mgr.y (mgr.24776) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:15.977 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:14.808827+0000 mgr.y (mgr.24776) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:15.977 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:15.581187+0000 mon.c (mon.1) 213 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"8ca6266cf804\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"cpu_percentage\": \"1.45%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-01-18T21:58:15.579270Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:57:56.151039Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"cpu_percentage\": \"25.96%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:58:15.579406Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579475Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579557Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579621Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579682Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579745Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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.36%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579820Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"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\": \"2024-01-18T21:58:15.579904Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \" 2024-01-18T21:58:15.977 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:15 smithi118 bash[38532]: audit 2024-01-18T21:58:15.581187+0000 mon.c (mon.1) 213 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"8ca6266cf804\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"cpu_percentage\": \"1.45%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-01-18T21:58:15.579270Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:57:56.151039Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"cpu_percentage\": \"25.96%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:58:15.579406Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579475Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579557Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579621Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579682Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579745Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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.36%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579820Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"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\": \"2024-01-18T21:58:15.579904Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579968Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:53.920080Z\"}}, \"last_daemon_update\": \"2024-01-18T21:58:15.580081Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:58:15.978 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:15 smithi118 bash[38532]: audit 2024-01-18T21:58:15.585104+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:15.978 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:15 smithi118 bash[38532]: audit 2024-01-18T21:58:15.862039+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:15.978 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:15 smithi118 bash[38532]: audit 2024-01-18T21:58:15.862402+0000 mon.c (mon.1) 215 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:15.978 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:15 smithi118 bash[38532]: audit 2024-01-18T21:58:15.862689+0000 mon.c (mon.1) 216 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:15.978 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:15 smithi118 bash[38532]: audit 2024-01-18T21:58:15.862944+0000 mon.c (mon.1) 217 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:15.978 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:15 smithi118 bash[38532]: audit 2024-01-18T21:58:15.863221+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:15.978 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:15 smithi118 bash[38532]: audit 2024-01-18T21:58:15.863504+0000 mon.c (mon.1) 219 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:15.978 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:15 smithi118 bash[38532]: audit 2024-01-18T21:58:15.863799+0000 mon.c (mon.1) 220 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:15.978 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:15 smithi118 bash[38532]: audit 2024-01-18T21:58:15.864089+0000 mon.c (mon.1) 221 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:15.978 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:15 smithi118 bash[38532]: audit 2024-01-18T21:58:15.864383+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:15.978 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:15 smithi118 bash[38532]: audit 2024-01-18T21:58:15.865537+0000 mon.c (mon.1) 223 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:58:15.978 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:15 smithi118 bash[38532]: audit 2024-01-18T21:58:15.868554+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:15.978 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:15 smithi118 bash[38532]: audit 2024-01-18T21:58:15.875943+0000 mon.c (mon.1) 224 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:15.978 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:15 smithi118 bash[38532]: audit 2024-01-18T21:58:15.877106+0000 mon.c (mon.1) 225 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:58:15.979 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:15 smithi118 bash[38532]: audit 2024-01-18T21:58:15.878837+0000 mon.c (mon.1) 226 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:15.979 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:15 smithi118 bash[38532]: audit 2024-01-18T21:58:15.879926+0000 mon.c (mon.1) 227 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-18T21:58:15.979 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:15 smithi118 bash[38532]: audit 2024-01-18T21:58:15.880533+0000 mon.c (mon.1) 228 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-01-18T21:58:15.979 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: 0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579968Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:53.920080Z\"}}, \"last_daemon_update\": \"2024-01-18T21:58:15.580081Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:58:15.979 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:15.585104+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:15.979 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:15.862039+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:15.979 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:15.862402+0000 mon.c (mon.1) 215 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:15.979 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:15.862689+0000 mon.c (mon.1) 216 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:15.979 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:15.862944+0000 mon.c (mon.1) 217 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:15.979 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:15.863221+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:15.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:15.863504+0000 mon.c (mon.1) 219 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:15.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:15.863799+0000 mon.c (mon.1) 220 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:15.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:15.864089+0000 mon.c (mon.1) 221 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:15.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:15.864383+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:15.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:15.865537+0000 mon.c (mon.1) 223 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:58:15.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:15.868554+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:15.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:15.875943+0000 mon.c (mon.1) 224 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:15.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:15.877106+0000 mon.c (mon.1) 225 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:58:15.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:15.878837+0000 mon.c (mon.1) 226 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:15.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:15.879926+0000 mon.c (mon.1) 227 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-18T21:58:15.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:15.880533+0000 mon.c (mon.1) 228 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-01-18T21:58:16.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:15 smithi144 bash[35212]: cluster 2024-01-18T21:58:14.808827+0000 mgr.y (mgr.24776) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:16.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:15 smithi144 bash[35212]: audit 2024-01-18T21:58:15.581187+0000 mon.c (mon.1) 213 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"8ca6266cf804\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"cpu_percentage\": \"1.45%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-01-18T21:58:15.579270Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:57:56.151039Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"cpu_percentage\": \"25.96%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:58:15.579406Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"b884d0768f78\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.86%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579475Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:49:51.774003Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579557Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579621Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579682Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579745Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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.36%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579820Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"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\": \"2024-01-18T21:58:15.579904Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579968Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:56:51.012024Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:53.920080Z\"}}, \"last_daemon_update\": \"2024-01-18T21:58:15.580081Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:58:16.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:15 smithi144 bash[35212]: audit 2024-01-18T21:58:15.585104+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:16.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:15 smithi144 bash[35212]: audit 2024-01-18T21:58:15.862039+0000 mon.c (mon.1) 214 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:16.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:15 smithi144 bash[35212]: audit 2024-01-18T21:58:15.862402+0000 mon.c (mon.1) 215 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:16.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:15 smithi144 bash[35212]: audit 2024-01-18T21:58:15.862689+0000 mon.c (mon.1) 216 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:16.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:15 smithi144 bash[35212]: audit 2024-01-18T21:58:15.862944+0000 mon.c (mon.1) 217 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:16.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:15 smithi144 bash[35212]: audit 2024-01-18T21:58:15.863221+0000 mon.c (mon.1) 218 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:16.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:15 smithi144 bash[35212]: audit 2024-01-18T21:58:15.863504+0000 mon.c (mon.1) 219 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:16.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:15 smithi144 bash[35212]: audit 2024-01-18T21:58:15.863799+0000 mon.c (mon.1) 220 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:16.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:15 smithi144 bash[35212]: audit 2024-01-18T21:58:15.864089+0000 mon.c (mon.1) 221 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-18T21:58:16.182 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:15 smithi144 bash[35212]: audit 2024-01-18T21:58:15.864383+0000 mon.c (mon.1) 222 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-18T21:58:16.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:15 smithi144 bash[35212]: audit 2024-01-18T21:58:15.865537+0000 mon.c (mon.1) 223 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:58:16.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:15 smithi144 bash[35212]: audit 2024-01-18T21:58:15.868554+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:16.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:15 smithi144 bash[35212]: audit 2024-01-18T21:58:15.875943+0000 mon.c (mon.1) 224 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:16.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:15 smithi144 bash[35212]: audit 2024-01-18T21:58:15.877106+0000 mon.c (mon.1) 225 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:58:16.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:15 smithi144 bash[35212]: audit 2024-01-18T21:58:15.878837+0000 mon.c (mon.1) 226 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:16.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:15 smithi144 bash[35212]: audit 2024-01-18T21:58:15.879926+0000 mon.c (mon.1) 227 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-18T21:58:16.183 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:15 smithi144 bash[35212]: audit 2024-01-18T21:58:15.880533+0000 mon.c (mon.1) 228 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-01-18T21:58:16.331 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 49a198c6-b64b-11ee-95ae-87774f69a715 -e sha1=491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -- bash -c 'sleep 60' 2024-01-18T21:58:17.230 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:58:16 smithi118 bash[59575]: ts=2024-01-18T21:58:16.951Z caller=notify.go:745 level=warn component=dispatcher receiver=web.hook integration=webhook[0] aggrGroup="{}:{alertname=\"CephNodeDiskspaceWarning\"}" msg="Notify attempt failed, will retry later" attempts=1 err="Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-01-18T21:58:17.547 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:17 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:15.880982+0000 mgr.y (mgr.24776) 6 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-01-18T21:58:17.547 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:17 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:17.182464+0000 mon.c (mon.1) 229 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mon.c"}]: dispatch 2024-01-18T21:58:17.547 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:17 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:17.186349+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:17.547 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:17 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:17.187443+0000 mon.c (mon.1) 230 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:58:17.547 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:17 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:17.187954+0000 mon.c (mon.1) 231 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:58:17.547 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:17 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:17.188460+0000 mon.c (mon.1) 232 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:17.547 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:17 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:17.189333+0000 mon.c (mon.1) 233 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-18T21:58:17.548 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:17 smithi118 bash[38532]: cephadm 2024-01-18T21:58:15.880982+0000 mgr.y (mgr.24776) 6 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-01-18T21:58:17.548 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:17 smithi118 bash[38532]: audit 2024-01-18T21:58:17.182464+0000 mon.c (mon.1) 229 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mon.c"}]: dispatch 2024-01-18T21:58:17.548 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:17 smithi118 bash[38532]: audit 2024-01-18T21:58:17.186349+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:17.548 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:17 smithi118 bash[38532]: audit 2024-01-18T21:58:17.187443+0000 mon.c (mon.1) 230 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:58:17.548 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:17 smithi118 bash[38532]: audit 2024-01-18T21:58:17.187954+0000 mon.c (mon.1) 231 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:58:17.548 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:17 smithi118 bash[38532]: audit 2024-01-18T21:58:17.188460+0000 mon.c (mon.1) 232 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:17.548 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:17 smithi118 bash[38532]: audit 2024-01-18T21:58:17.189333+0000 mon.c (mon.1) 233 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-18T21:58:17.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:17 smithi144 bash[35212]: cephadm 2024-01-18T21:58:15.880982+0000 mgr.y (mgr.24776) 6 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-01-18T21:58:17.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:17 smithi144 bash[35212]: audit 2024-01-18T21:58:17.182464+0000 mon.c (mon.1) 229 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mon.c"}]: dispatch 2024-01-18T21:58:17.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:17 smithi144 bash[35212]: audit 2024-01-18T21:58:17.186349+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:17.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:17 smithi144 bash[35212]: audit 2024-01-18T21:58:17.187443+0000 mon.c (mon.1) 230 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:58:17.682 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:17 smithi144 bash[35212]: audit 2024-01-18T21:58:17.187954+0000 mon.c (mon.1) 231 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:58:17.682 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:17 smithi144 bash[35212]: audit 2024-01-18T21:58:17.188460+0000 mon.c (mon.1) 232 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:17.682 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:17 smithi144 bash[35212]: audit 2024-01-18T21:58:17.189333+0000 mon.c (mon.1) 233 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-18T21:58:18.230 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:18 smithi118 systemd[1]: Stopping Ceph mon.c for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:58:18.553 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:18 smithi118 bash[38532]: debug 2024-01-18T21:58:18.284+0000 7f5126cb4700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-18T21:58:18.553 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:18 smithi118 bash[38532]: debug 2024-01-18T21:58:18.284+0000 7f5126cb4700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-01-18T21:58:18.916 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:18 smithi118 bash[63960]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon.c 2024-01-18T21:58:19.667 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.c.service: Succeeded. 2024-01-18T21:58:19.667 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 systemd[1]: Stopped Ceph mon.c for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:58:19.667 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 systemd[1]: Starting Ceph mon.c for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:58:19.759 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.753+0000 7fc814375880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T21:58:19.759 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.753+0000 7fc814375880 0 ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable), process ceph-mon, pid 7 2024-01-18T21:58:19.759 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.753+0000 7fc814375880 0 pidfile_write: ignore empty --pid-file 2024-01-18T21:58:19.759 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 0 load: jerasure load: lrc load: isa 2024-01-18T21:58:19.759 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T21:58:19.759 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.759 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T21:58:19.759 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T21:58:19.759 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: DB SUMMARY 2024-01-18T21:58:19.759 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: CURRENT file: CURRENT 2024-01-18T21:58:19.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-18T21:58:19.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 598 Bytes 2024-01-18T21:58:19.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 2, files: 000018.sst 000020.sst 2024-01-18T21:58:19.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000019.log size: 3588516 ; 2024-01-18T21:58:19.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T21:58:19.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.create_if_missing: 0 2024-01-18T21:58:19.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T21:58:19.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.env: 0x556fc227b080 2024-01-18T21:58:19.760 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.fs: Posix File System 2024-01-18T21:58:19.761 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.info_log: 0x556fc467fa20 2024-01-18T21:58:19.761 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T21:58:19.761 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.statistics: (nil) 2024-01-18T21:58:19.761 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.use_fsync: 0 2024-01-18T21:58:19.761 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T21:58:19.761 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T21:58:19.761 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T21:58:19.761 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T21:58:19.761 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T21:58:19.761 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T21:58:19.761 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T21:58:19.761 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T21:58:19.761 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T21:58:19.761 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T21:58:19.761 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T21:58:19.762 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.db_log_dir: 2024-01-18T21:58:19.762 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-01-18T21:58:19.762 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T21:58:19.762 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T21:58:19.762 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T21:58:19.762 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T21:58:19.762 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T21:58:19.762 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T21:58:19.762 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T21:58:19.762 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T21:58:19.762 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T21:58:19.762 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T21:58:19.762 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.write_buffer_manager: 0x556fc537c390 2024-01-18T21:58:19.762 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T21:58:19.762 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T21:58:19.763 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T21:58:19.763 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T21:58:19.763 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T21:58:19.763 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T21:58:19.763 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T21:58:19.763 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T21:58:19.763 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T21:58:19.763 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.unordered_write: 0 2024-01-18T21:58:19.763 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T21:58:19.763 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T21:58:19.763 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T21:58:19.763 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T21:58:19.763 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.row_cache: None 2024-01-18T21:58:19.763 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.wal_filter: None 2024-01-18T21:58:19.764 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T21:58:19.764 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T21:58:19.764 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T21:58:19.764 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T21:58:19.764 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T21:58:19.764 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T21:58:19.764 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T21:58:19.764 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T21:58:19.764 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T21:58:19.764 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T21:58:19.764 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T21:58:19.764 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T21:58:19.764 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T21:58:19.764 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T21:58:19.764 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T21:58:19.764 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T21:58:19.765 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T21:58:19.765 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T21:58:19.765 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T21:58:19.765 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T21:58:19.765 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T21:58:19.765 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_open_files: -1 2024-01-18T21:58:19.765 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T21:58:19.765 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T21:58:19.765 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T21:58:19.765 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T21:58:19.765 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Compression algorithms supported: 2024-01-18T21:58:19.765 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T21:58:19.765 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: kZSTD supported: 0 2024-01-18T21:58:19.765 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T21:58:19.765 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T21:58:19.765 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T21:58:19.766 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T21:58:19.766 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T21:58:19.766 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T21:58:19.766 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T21:58:19.766 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-01-18T21:58:19.766 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 bash[64141]: 6d84395f448db91dbc74c70fe6300db7c0b4ff4a49bde461b845d14274a0b0ba 2024-01-18T21:58:19.766 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.766 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T21:58:19.766 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.766 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T21:58:19.767 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.merge_operator: 2024-01-18T21:58:19.767 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.compaction_filter: None 2024-01-18T21:58:19.767 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T21:58:19.767 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T21:58:19.767 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T21:58:19.767 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556fc462fd28) 2024-01-18T21:58:19.767 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cache_index_and_filter_blocks: 1 2024-01-18T21:58:19.767 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T21:58:19.767 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T21:58:19.767 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: pin_top_level_index_and_filter: 1 2024-01-18T21:58:19.767 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: index_type: 0 2024-01-18T21:58:19.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: data_block_index_type: 0 2024-01-18T21:58:19.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: index_shortening: 1 2024-01-18T21:58:19.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: data_block_hash_table_util_ratio: 0.750000 2024-01-18T21:58:19.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: hash_index_allow_collision: 1 2024-01-18T21:58:19.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: checksum: 1 2024-01-18T21:58:19.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: no_block_cache: 0 2024-01-18T21:58:19.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: block_cache: 0x556fc4664f10 2024-01-18T21:58:19.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: block_cache_name: BinnedLRUCache 2024-01-18T21:58:19.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: block_cache_options: 2024-01-18T21:58:19.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: capacity : 536870912 2024-01-18T21:58:19.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: num_shard_bits : 4 2024-01-18T21:58:19.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: strict_capacity_limit : 0 2024-01-18T21:58:19.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: high_pri_pool_ratio: 0.000 2024-01-18T21:58:19.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: block_cache_compressed: (nil) 2024-01-18T21:58:19.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: persistent_cache: (nil) 2024-01-18T21:58:19.768 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: block_size: 4096 2024-01-18T21:58:19.769 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: block_size_deviation: 10 2024-01-18T21:58:19.769 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: block_restart_interval: 16 2024-01-18T21:58:19.769 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: index_block_restart_interval: 1 2024-01-18T21:58:19.769 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: metadata_block_size: 4096 2024-01-18T21:58:19.769 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: partition_filters: 0 2024-01-18T21:58:19.769 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: use_delta_encoding: 1 2024-01-18T21:58:19.769 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T21:58:19.769 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: whole_key_filtering: 1 2024-01-18T21:58:19.769 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: verify_compression: 0 2024-01-18T21:58:19.769 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: read_amp_bytes_per_bit: 0 2024-01-18T21:58:19.769 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: format_version: 2 2024-01-18T21:58:19.769 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: enable_index_compression: 1 2024-01-18T21:58:19.769 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: block_align: 0 2024-01-18T21:58:19.769 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.769 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T21:58:19.770 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T21:58:19.770 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.compression: NoCompression 2024-01-18T21:58:19.770 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T21:58:19.770 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T21:58:19.770 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T21:58:19.770 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.num_levels: 7 2024-01-18T21:58:19.770 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T21:58:19.770 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T21:58:19.770 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T21:58:19.770 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T21:58:19.770 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T21:58:19.770 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T21:58:19.770 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T21:58:19.770 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T21:58:19.770 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T21:58:19.770 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T21:58:19.771 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T21:58:19.771 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T21:58:19.771 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T21:58:19.771 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T21:58:19.771 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T21:58:19.771 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T21:58:19.771 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T21:58:19.771 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T21:58:19.771 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T21:58:19.771 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T21:58:19.771 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T21:58:19.771 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T21:58:19.771 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T21:58:19.771 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T21:58:19.771 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T21:58:19.771 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T21:58:19.772 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T21:58:19.772 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T21:58:19.772 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T21:58:19.772 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T21:58:19.772 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T21:58:19.772 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T21:58:19.772 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T21:58:19.772 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T21:58:19.772 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T21:58:19.772 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T21:58:19.772 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T21:58:19.772 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T21:58:19.772 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T21:58:19.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T21:58:19.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T21:58:19.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T21:58:19.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T21:58:19.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T21:58:19.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T21:58:19.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T21:58:19.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T21:58:19.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T21:58:19.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T21:58:19.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T21:58:19.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T21:58:19.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T21:58:19.773 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T21:58:19.774 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T21:58:19.774 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T21:58:19.774 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T21:58:19.774 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T21:58:19.774 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T21:58:19.774 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T21:58:19.774 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.ttl: 2592000 2024-01-18T21:58:19.774 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.758+0000 7fc814375880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T21:58:19.774 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.759+0000 7fc814375880 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 22, last_sequence is 8429, log_number is 19,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-18T21:58:19.774 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.774 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.759+0000 7fc814375880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 19 2024-01-18T21:58:19.774 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.774 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.759+0000 7fc814375880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705615099760400, "job": 1, "event": "recovery_started", "log_files": [19]} 2024-01-18T21:58:19.774 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.759+0000 7fc814375880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #19 mode 2 2024-01-18T21:58:19.774 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.762+0000 7fc814375880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-18T21:58:19.774 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 systemd[1]: Started Ceph mon.c for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:58:19.775 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.766+0000 7fc814375880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705615099767364, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 22, "file_size": 2469136, "table_properties": {"data_size": 2466491, "index_size": 1503, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 325, "raw_key_size": 1898, "raw_average_key_size": 21, "raw_value_size": 2463886, "raw_average_value_size": 27998, "num_data_blocks": 48, "num_entries": 88, "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": 1705615099, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-18T21:58:19.775 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.766+0000 7fc814375880 4 rocksdb: [version_set.cc:3826] Creating manifest 23 2024-01-18T21:58:19.775 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.775 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.767+0000 7fc814375880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705615099767973, "job": 1, "event": "recovery_finished"} 2024-01-18T21:58:19.775 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.768+0000 7fc814375880 4 rocksdb: DB pointer 0x556fc472d800 2024-01-18T21:58:19.775 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.768+0000 7fc7fb168700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T21:58:19.775 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.768+0000 7fc7fb168700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T21:58:19.776 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: ** DB Stats ** 2024-01-18T21:58:19.776 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T21:58:19.776 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-18T21:58:19.776 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T21:58:19.776 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T21:58:19.776 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-18T21:58:19.776 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T21:58:19.776 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T21:58:19.776 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.776 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: ** Compaction Stats [default] ** 2024-01-18T21:58:19.776 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T21:58:19.776 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T21:58:19.776 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: L0 2/0 22.52 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 623.4 0.00 0.00 1 0.004 0 0 2024-01-18T21:58:19.776 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: L6 1/0 56.24 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T21:58:19.776 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Sum 3/0 78.76 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 623.4 0.00 0.00 1 0.004 0 0 2024-01-18T21:58:19.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 623.4 0.00 0.00 1 0.004 0 0 2024-01-18T21:58:19.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: ** Compaction Stats [default] ** 2024-01-18T21:58:19.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T21:58:19.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T21:58:19.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 623.4 0.00 0.00 1 0.004 0 0 2024-01-18T21:58:19.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T21:58:19.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Flush(GB): cumulative 0.002, interval 0.002 2024-01-18T21:58:19.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T21:58:19.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T21:58:19.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T21:58:19.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T21:58:19.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Cumulative compaction: 0.00 GB write, 246.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T21:58:19.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Interval compaction: 0.00 GB write, 246.55 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T21:58:19.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T21:58:19.777 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T21:58:19.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: ** Compaction Stats [default] ** 2024-01-18T21:58:19.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T21:58:19.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T21:58:19.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: L0 2/0 22.52 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 623.4 0.00 0.00 1 0.004 0 0 2024-01-18T21:58:19.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: L6 1/0 56.24 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T21:58:19.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Sum 3/0 78.76 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 623.4 0.00 0.00 1 0.004 0 0 2024-01-18T21:58:19.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T21:58:19.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: ** Compaction Stats [default] ** 2024-01-18T21:58:19.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T21:58:19.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T21:58:19.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 623.4 0.00 0.00 1 0.004 0 0 2024-01-18T21:58:19.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T21:58:19.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Flush(GB): cumulative 0.002, interval 0.000 2024-01-18T21:58:19.778 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T21:58:19.779 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T21:58:19.779 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T21:58:19.779 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T21:58:19.779 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Cumulative compaction: 0.00 GB write, 245.70 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T21:58:19.779 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T21:58:19.779 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T21:58:19.779 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.779 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T21:58:19.779 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.779 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.768+0000 7fc814375880 0 starting mon.c rank 1 at public addrs [v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0] at bind addrs [v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:58:19.779 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.769+0000 7fc814375880 1 mon.c@-1(???) e3 preinit fsid 49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:58:19.779 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.770+0000 7fc814375880 0 mon.c@-1(???).mds e1 new map 2024-01-18T21:58:19.779 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.770+0000 7fc814375880 0 mon.c@-1(???).mds e1 print_map 2024-01-18T21:58:19.779 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: e1 2024-01-18T21:58:19.779 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: enable_multiple, ever_enabled_multiple: 0,0 2024-01-18T21:58:19.779 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-18T21:58:19.780 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: legacy client fscid: -1 2024-01-18T21:58:19.780 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.780 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: No filesystems configured 2024-01-18T21:58:19.780 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: 2024-01-18T21:58:19.780 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.770+0000 7fc814375880 0 mon.c@-1(???).osd e74 crush map has features 3314933000852226048, adjusting msgr requires 2024-01-18T21:58:19.780 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.770+0000 7fc814375880 0 mon.c@-1(???).osd e74 crush map has features 288514051259236352, adjusting msgr requires 2024-01-18T21:58:19.780 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.770+0000 7fc814375880 0 mon.c@-1(???).osd e74 crush map has features 288514051259236352, adjusting msgr requires 2024-01-18T21:58:19.780 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.770+0000 7fc814375880 0 mon.c@-1(???).osd e74 crush map has features 288514051259236352, adjusting msgr requires 2024-01-18T21:58:19.780 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:15.880982+0000 mgr.y (mgr.24776) 6 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-01-18T21:58:19.780 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:17.182464+0000 mon.c (mon.1) 229 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mon.c"}]: dispatch 2024-01-18T21:58:19.780 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:17.186349+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:19.780 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:17.187443+0000 mon.c (mon.1) 230 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:58:19.780 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:17.187954+0000 mon.c (mon.1) 231 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:58:19.780 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:17.188460+0000 mon.c (mon.1) 232 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:19.780 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:17.189333+0000 mon.c (mon.1) 233 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-18T21:58:19.780 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:58:19.770+0000 7fc814375880 1 mon.c@-1(???).paxosservice(auth 1..20) refresh upgraded, format 0 -> 3 2024-01-18T21:58:19.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:16.809414+0000 mgr.y (mgr.24776) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:19.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:17.182048+0000 mgr.y (mgr.24776) 8 : cephadm [INF] Upgrade: Updating mon.c 2024-01-18T21:58:19.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:17.188977+0000 mgr.y (mgr.24776) 9 : cephadm [INF] Deploying daemon mon.c on smithi118 2024-01-18T21:58:19.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:18.289611+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-18T21:58:19.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:18.289776+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-18T21:58:19.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:18.289912+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-18T21:58:19.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:16.809414+0000 mgr.y (mgr.24776) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:19.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:17.182048+0000 mgr.y (mgr.24776) 8 : cephadm [INF] Upgrade: Updating mon.c 2024-01-18T21:58:19.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:17.188977+0000 mgr.y (mgr.24776) 9 : cephadm [INF] Deploying daemon mon.c on smithi118 2024-01-18T21:58:19.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:18.289611+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-18T21:58:19.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:18.289776+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-18T21:58:19.981 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:18.289912+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-18T21:58:20.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:19 smithi144 bash[35212]: cluster 2024-01-18T21:58:16.809414+0000 mgr.y (mgr.24776) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:20.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:19 smithi144 bash[35212]: cephadm 2024-01-18T21:58:17.182048+0000 mgr.y (mgr.24776) 8 : cephadm [INF] Upgrade: Updating mon.c 2024-01-18T21:58:20.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:19 smithi144 bash[35212]: cephadm 2024-01-18T21:58:17.188977+0000 mgr.y (mgr.24776) 9 : cephadm [INF] Deploying daemon mon.c on smithi118 2024-01-18T21:58:20.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:19 smithi144 bash[35212]: audit 2024-01-18T21:58:18.289611+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-18T21:58:20.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:19 smithi144 bash[35212]: audit 2024-01-18T21:58:18.289776+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-18T21:58:20.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:19 smithi144 bash[35212]: audit 2024-01-18T21:58:18.289912+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-18T21:58:21.083 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:20 smithi144 bash[35212]: cluster 2024-01-18T21:58:18.809729+0000 mgr.y (mgr.24776) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:21.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:20 smithi144 bash[35212]: audit 2024-01-18T21:58:19.806247+0000 mon.b (mon.2) 172 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"8ca6266cf804\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"cpu_percentage\": \"1.45%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-01-18T21:58:15.579270Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:57:56.151039Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"cpu_percentage\": \"25.96%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:58:15.579406Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"service_name\": \"mon\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579557Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579621Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579682Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579745Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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.36%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579820Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"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\": true, \"last_refresh\": \"2024-01-18T21:58:15.579904Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579968Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:58:17.188884Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:53.920080Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:58:21.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:20 smithi144 bash[35212]: cluster 2024-01-18T21:58:19.811538+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-18T21:58:21.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:20 smithi144 bash[35212]: cluster 2024-01-18T21:58:19.812304+0000 mon.a (mon.0) 29 : cluster [INF] mon.a calling monitor election 2024-01-18T21:58:21.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:20 smithi144 bash[35212]: cluster 2024-01-18T21:58:19.826092+0000 mon.a (mon.0) 30 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-18T21:58:21.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:20 smithi144 bash[35212]: cluster 2024-01-18T21:58:19.832623+0000 mon.a (mon.0) 31 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} removed_ranks: {} 2024-01-18T21:58:21.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:20 smithi144 bash[35212]: cluster 2024-01-18T21:58:19.833069+0000 mon.a (mon.0) 32 : cluster [DBG] fsmap 2024-01-18T21:58:21.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:20 smithi144 bash[35212]: cluster 2024-01-18T21:58:19.833094+0000 mon.a (mon.0) 33 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-01-18T21:58:21.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:20 smithi144 bash[35212]: cluster 2024-01-18T21:58:19.833458+0000 mon.a (mon.0) 34 : cluster [DBG] mgrmap e30: y(active, since 15s), standbys: x 2024-01-18T21:58:21.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:20 smithi144 bash[35212]: cluster 2024-01-18T21:58:19.847325+0000 mon.a (mon.0) 35 : cluster [INF] overall HEALTH_OK 2024-01-18T21:58:21.084 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:20 smithi144 bash[35212]: audit 2024-01-18T21:58:19.850712+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.24776 ' entity='' 2024-01-18T21:58:21.085 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:20 smithi144 bash[35212]: audit 2024-01-18T21:58:19.854694+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:21.085 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:20 smithi144 bash[35212]: audit 2024-01-18T21:58:19.856027+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:58:21.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:18.809729+0000 mgr.y (mgr.24776) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:21.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:19.806247+0000 mon.b (mon.2) 172 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"8ca6266cf804\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"cpu_percentage\": \"1.45%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-01-18T21:58:15.579270Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:57:56.151039Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"cpu_percentage\": \"25.96%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:58:15.579406Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"service_name\": \"mon\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579557Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579621Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579682Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579745Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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.36%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579820Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"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\": true, \"last_refresh\": \"2024-01-18T21:58:15.579904Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579968Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:58:17.188884Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:53.920080Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:58:21.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:19.811538+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-18T21:58:21.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:19.812304+0000 mon.a (mon.0) 29 : cluster [INF] mon.a calling monitor election 2024-01-18T21:58:21.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:19.826092+0000 mon.a (mon.0) 30 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-18T21:58:21.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:19.832623+0000 mon.a (mon.0) 31 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} removed_ranks: {} 2024-01-18T21:58:21.231 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:19.833069+0000 mon.a (mon.0) 32 : cluster [DBG] fsmap 2024-01-18T21:58:21.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:19.833094+0000 mon.a (mon.0) 33 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-01-18T21:58:21.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:19.833458+0000 mon.a (mon.0) 34 : cluster [DBG] mgrmap e30: y(active, since 15s), standbys: x 2024-01-18T21:58:21.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:19.847325+0000 mon.a (mon.0) 35 : cluster [INF] overall HEALTH_OK 2024-01-18T21:58:21.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:19.850712+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.24776 ' entity='' 2024-01-18T21:58:21.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:19.854694+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:21.232 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:19.856027+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:58:21.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:18.809729+0000 mgr.y (mgr.24776) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:21.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:19.806247+0000 mon.b (mon.2) 172 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"8ca6266cf804\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"cpu_percentage\": \"1.45%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-01-18T21:58:15.579270Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:57:56.151039Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"cpu_percentage\": \"25.96%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:58:15.579406Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"service_name\": \"mon\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579557Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579621Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579682Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579745Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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.36%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579820Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"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\": true, \"last_refresh\": \"2024-01-18T21:58:15.579904Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:15.579968Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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_di 2024-01-18T21:58:21.232 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: scard\": \"512\", \"rotational\": \"0\", \"nr_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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:58:17.188884Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:53.920080Z\"}}, \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:58:21.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:19.811538+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-18T21:58:21.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:19.812304+0000 mon.a (mon.0) 29 : cluster [INF] mon.a calling monitor election 2024-01-18T21:58:21.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:19.826092+0000 mon.a (mon.0) 30 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-18T21:58:21.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:19.832623+0000 mon.a (mon.0) 31 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} removed_ranks: {} 2024-01-18T21:58:21.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:19.833069+0000 mon.a (mon.0) 32 : cluster [DBG] fsmap 2024-01-18T21:58:21.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:19.833094+0000 mon.a (mon.0) 33 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-01-18T21:58:21.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:19.833458+0000 mon.a (mon.0) 34 : cluster [DBG] mgrmap e30: y(active, since 15s), standbys: x 2024-01-18T21:58:21.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:19.847325+0000 mon.a (mon.0) 35 : cluster [INF] overall HEALTH_OK 2024-01-18T21:58:21.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:19.850712+0000 mon.a (mon.0) 36 : audit [INF] from='mgr.24776 ' entity='' 2024-01-18T21:58:21.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:19.854694+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:21.233 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:19.856027+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:58:22.512 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:22 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:20.810195+0000 mgr.y (mgr.24776) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:22.512 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:22 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:20.810195+0000 mgr.y (mgr.24776) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:22.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:22 smithi144 bash[35212]: cluster 2024-01-18T21:58:20.810195+0000 mgr.y (mgr.24776) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:23.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:23 smithi144 bash[35212]: audit 2024-01-18T21:58:22.644459+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"8ca6266cf804\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 69279416, \"cpu_percentage\": \"1.91%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-01-18T21:58:22.642362Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:57:56.151039Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 445435084, \"cpu_percentage\": \"22.76%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:58:22.642495Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"service_name\": \"mon\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"6d84395f448d\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 25323110, \"cpu_percentage\": \"19.48%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-01-18T21:58:22.642563Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:58:19.593285Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82386616, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:22.642624Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83361792, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:22.642686Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66888663, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:22.642746Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90072678, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:22.642806Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 11450449, \"cpu_percentage\": \"0.36%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:22.642865Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"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\": 17196646, \"cpu_percentage\": \"0.29%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:22.642957Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56413388, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:22.643017Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:58:17.188884Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:53.920080Z\"}}, \"last_daemon_update\": \"2024-01-18T21:58:22.643125Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:58:23.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:23 smithi144 bash[35212]: audit 2024-01-18T21:58:22.648834+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:23.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:23 smithi144 bash[35212]: audit 2024-01-18T21:58:22.652895+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:58:23.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:23 smithi144 bash[35212]: audit 2024-01-18T21:58:22.655416+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:23.682 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:23 smithi144 bash[35212]: audit 2024-01-18T21:58:22.663226+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:23.682 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:23 smithi144 bash[35212]: audit 2024-01-18T21:58:22.664372+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:58:23.682 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:23 smithi144 bash[35212]: audit 2024-01-18T21:58:22.666277+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:23.682 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:23 smithi144 bash[35212]: audit 2024-01-18T21:58:22.667530+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-18T21:58:23.682 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:23 smithi144 bash[35212]: audit 2024-01-18T21:58:22.668396+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-01-18T21:58:23.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:22.644459+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"8ca6266cf804\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 69279416, \"cpu_percentage\": \"1.91%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-01-18T21:58:22.642362Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:57:56.151039Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 445435084, \"cpu_percentage\": \"22.76%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:58:22.642495Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"service_name\": \"mon\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"6d84395f448d\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 25323110, \"cpu_percentage\": \"19.48%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-01-18T21:58:22.642563Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:58:19.593285Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82386616, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:22.642624Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83361792, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:22.642686Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66888663, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:22.642746Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90072678, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:22.642806Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 11450449, \"cpu_percentage\": \"0.36%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:22.642865Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"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\": 17196646, \"cpu_percentage\": \"0.29%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:22.642957Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_ 2024-01-18T21:58:23.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:22.644459+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi118","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi118\", \"container_id\": \"8ca6266cf804\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 69279416, \"cpu_percentage\": \"1.91%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-01-18T21:58:22.642362Z\", \"created\": \"2024-01-18T21:48:43.242823Z\", \"started\": \"2024-01-18T21:57:56.151039Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi118\", \"container_id\": \"4b6b5314ec47\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 445435084, \"cpu_percentage\": \"22.76%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-18T21:58:22.642495Z\", \"created\": \"2024-01-18T21:48:47.391732Z\", \"started\": \"2024-01-18T21:57:18.751193Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"service_name\": \"mon\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi118\", \"container_id\": \"6d84395f448d\", \"container_image_id\": \"5debfd7ac2a717d7143bc6e570fc4ea3285a4488604a165cf3a84bcac4e80a09\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069\"], \"memory_usage\": 25323110, \"cpu_percentage\": \"19.48%\", \"version\": \"16.2.14-454-g491b5e13\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-01-18T21:58:22.642563Z\", \"created\": \"2024-01-18T21:49:51.743328Z\", \"started\": \"2024-01-18T21:58:19.593285Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi118\", \"container_id\": \"a7bbd6283a01\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 82386616, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:22.642624Z\", \"created\": \"2024-01-18T21:50:22.978648Z\", \"started\": \"2024-01-18T21:50:36.260371Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi118\", \"container_id\": \"424d1b5cb1b4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83361792, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:22.642686Z\", \"created\": \"2024-01-18T21:50:36.328357Z\", \"started\": \"2024-01-18T21:50:49.405439Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi118\", \"container_id\": \"6ac3abed46f3\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 66888663, \"cpu_percentage\": \"0.41%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:22.642746Z\", \"created\": \"2024-01-18T21:50:49.819063Z\", \"started\": \"2024-01-18T21:51:03.332208Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi118\", \"container_id\": \"77400dcb1ef0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 90072678, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:22.642806Z\", \"created\": \"2024-01-18T21:51:03.701761Z\", \"started\": \"2024-01-18T21:51:04.811142Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi118\", \"container_id\": \"dd594b0c0255\", \"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\": 11450449, \"cpu_percentage\": \"0.36%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:22.642865Z\", \"created\": \"2024-01-18T21:52:22.625043Z\", \"started\": \"2024-01-18T21:52:31.697495Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi118\", \"container_id\": \"3dcc70ea501a\", \"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\": 17196646, \"cpu_percentage\": \"0.29%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:22.642957Z\", \"created\": \"2024-01-18T21:52:34.347788Z\", \"started\": \"2024-01-18T21:56:56.990811Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi118.bcicuk\", \"daemon_name\": \"rgw.r.z.smithi118.bcicuk\", \"hostname\": \"smithi118\", \"container_id\": \"e34d36be5102\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_dig 2024-01-18T21:58:23.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56413388, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:22.643017Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:58:17.188884Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:53.920080Z\"}}, \"last_daemon_update\": \"2024-01-18T21:58:22.643125Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:58:23.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:22.648834+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:23.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:22.652895+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:58:23.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:22.655416+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:23.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:22.663226+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:23.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:22.664372+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:58:23.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:22.666277+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:23.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:22.667530+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-18T21:58:23.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:22.668396+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-01-18T21:58:23.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: ests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56413388, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-18T21:58:22.643017Z\", \"created\": \"2024-01-18T21:53:12.039968Z\", \"started\": \"2024-01-18T21:53:12.070187Z\"}}, \"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\": \"2024-01-18T21:56:36.068728Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"fa222d02-0e13-4018-b9fc-0c8f3e5ed0c2\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"odrVCa-amJ6-kwYR-qKxr-edkW-Ub5M-4QUlXO\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a06dad28-a9f1-4a7c-bab8-6c9c687d664e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"ltlWPv-4WHm-mI4K-SCDY-0N5r-HdVs-FMNQ7a\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b8dca357-6548-41bb-86ad-681eea46fd7e\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"9EmBPY-5SC3-zHZ6-OJwi-vr5N-wcbO-iEoiCS\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e4224c3d-9569-41af-8c06-b3bd6040a131\", \"cluster_fsid\": \"49a198c6-b64b-11ee-95ae-87774f69a715\", \"block_uuid\": \"a4Qchx-yMLf-5fIG-wog8-FjbO-msQY-XJDHnH\"}, {\"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\": \"2024-01-18T21:56:36.068740Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QARN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-18T21:58:17.188884Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:06.712641Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:32.910483Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-18T21:50:46.399915Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:00.101197Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-18T21:51:02.203659Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:52:22.156989Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-18T21:56:51.890674Z\"}, \"rgw.r.z.smithi118.bcicuk\": {\"deps\": [], \"last_config\": \"2024-01-18T21:53:10.973176Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-18T21:57:53.920080Z\"}}, \"last_daemon_update\": \"2024-01-18T21:58:22.643125Z\", \"last_device_update\": \"2024-01-18T21:51:06.560149Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-18T21:49:09.743201Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-18T21:58:23.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:22.648834+0000 mon.a (mon.0) 37 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:23.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:22.652895+0000 mon.b (mon.2) 176 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-18T21:58:23.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:22.655416+0000 mon.a (mon.0) 38 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:23.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:22.663226+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:23.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:22.664372+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-18T21:58:23.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:22.666277+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:23.733 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:22.667530+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-18T21:58:23.733 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:22.668396+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-01-18T21:58:24.570 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:24 smithi144 bash[35212]: cephadm 2024-01-18T21:58:22.668930+0000 mgr.y (mgr.24776) 12 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-01-18T21:58:24.570 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:24 smithi144 bash[35212]: cluster 2024-01-18T21:58:22.810972+0000 mgr.y (mgr.24776) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:24.570 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:24 smithi144 bash[35212]: audit 2024-01-18T21:58:23.554686+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mon.b"}]: dispatch 2024-01-18T21:58:24.570 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:24 smithi144 bash[35212]: audit 2024-01-18T21:58:23.560037+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:24.570 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:24 smithi144 bash[35212]: audit 2024-01-18T21:58:23.562382+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:58:24.570 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:24 smithi144 bash[35212]: audit 2024-01-18T21:58:23.563040+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:58:24.570 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:24 smithi144 bash[35212]: audit 2024-01-18T21:58:23.563703+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:24.570 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:24 smithi144 bash[35212]: audit 2024-01-18T21:58:23.564812+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-18T21:58:24.570 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:24 smithi144 systemd[1]: Stopping Ceph mon.b for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:58:24.570 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:24 smithi144 bash[35212]: debug 2024-01-18T21:58:24.544+0000 7fa524b1f700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-18T21:58:24.570 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:24 smithi144 bash[35212]: debug 2024-01-18T21:58:24.544+0000 7fa524b1f700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-01-18T21:58:24.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:22.668930+0000 mgr.y (mgr.24776) 12 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-01-18T21:58:24.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:22.810972+0000 mgr.y (mgr.24776) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:24.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:23.554686+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mon.b"}]: dispatch 2024-01-18T21:58:24.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:23.560037+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:24.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:23.562382+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:58:24.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:23.563040+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:58:24.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:23.563703+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:24.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:23.564812+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-18T21:58:24.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:22.668930+0000 mgr.y (mgr.24776) 12 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-01-18T21:58:24.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:22.810972+0000 mgr.y (mgr.24776) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:24.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:23.554686+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mon.b"}]: dispatch 2024-01-18T21:58:24.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:23.560037+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:24.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:23.562382+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:58:24.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:23.563040+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:58:24.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:23.563703+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:24.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:23.564812+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-18T21:58:24.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:24 smithi144 bash[55603]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon.b 2024-01-18T21:58:25.230 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:24.777+0000 7f538f766700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-01-18T21:58:25.289 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:24 smithi144 bash[55656]: Error: no container with name or ID "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon.b" found: no such container 2024-01-18T21:58:25.636 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.b.service: Succeeded. 2024-01-18T21:58:25.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 systemd[1]: Stopped Ceph mon.b for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:58:25.637 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 systemd[1]: Starting Ceph mon.b for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:58:25.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.730+0000 7f05000e4880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-18T21:58:25.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.730+0000 7f05000e4880 0 ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable), process ceph-mon, pid 7 2024-01-18T21:58:25.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.730+0000 7f05000e4880 0 pidfile_write: ignore empty --pid-file 2024-01-18T21:58:25.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.734+0000 7f05000e4880 0 load: jerasure load: lrc load: isa 2024-01-18T21:58:25.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.734+0000 7f05000e4880 4 rocksdb: RocksDB version: 6.8.1 2024-01-18T21:58:25.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.734+0000 7f05000e4880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-18T21:58:25.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.734+0000 7f05000e4880 4 rocksdb: Compile date Jan 17 2024 2024-01-18T21:58:25.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.734+0000 7f05000e4880 4 rocksdb: DB SUMMARY 2024-01-18T21:58:25.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: CURRENT file: CURRENT 2024-01-18T21:58:25.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-18T21:58:25.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 603 Bytes 2024-01-18T21:58:25.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 2, files: 000018.sst 000020.sst 2024-01-18T21:58:25.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000019.log size: 4881261 ; 2024-01-18T21:58:25.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.error_if_exists: 0 2024-01-18T21:58:25.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.create_if_missing: 0 2024-01-18T21:58:25.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.paranoid_checks: 1 2024-01-18T21:58:25.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.env: 0x558d34e1f080 2024-01-18T21:58:25.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.fs: Posix File System 2024-01-18T21:58:25.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.info_log: 0x558d3722da20 2024-01-18T21:58:25.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-18T21:58:25.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.statistics: (nil) 2024-01-18T21:58:25.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.use_fsync: 0 2024-01-18T21:58:25.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_log_file_size: 0 2024-01-18T21:58:25.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-18T21:58:25.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-18T21:58:25.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-18T21:58:25.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-18T21:58:25.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.allow_fallocate: 1 2024-01-18T21:58:25.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-18T21:58:25.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-18T21:58:25.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.use_direct_reads: 0 2024-01-18T21:58:25.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-18T21:58:25.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-18T21:58:25.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.db_log_dir: 2024-01-18T21:58:25.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2024-01-18T21:58:25.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-18T21:58:25.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_subcompactions: 1 2024-01-18T21:58:25.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_background_flushes: -1 2024-01-18T21:58:25.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-18T21:58:25.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-18T21:58:25.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-18T21:58:25.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-18T21:58:25.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-18T21:58:25.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-18T21:58:25.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-18T21:58:25.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.write_buffer_manager: 0x558d37f2a390 2024-01-18T21:58:25.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-18T21:58:25.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-18T21:58:25.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-18T21:58:25.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-18T21:58:25.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-18T21:58:25.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-18T21:58:25.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-18T21:58:25.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-18T21:58:25.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-18T21:58:25.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.unordered_write: 0 2024-01-18T21:58:25.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-18T21:58:25.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-18T21:58:25.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-18T21:58:25.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-18T21:58:25.936 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.row_cache: None 2024-01-18T21:58:25.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.wal_filter: None 2024-01-18T21:58:25.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-18T21:58:25.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-18T21:58:25.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.preserve_deletes: 0 2024-01-18T21:58:25.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.two_write_queues: 0 2024-01-18T21:58:25.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-18T21:58:25.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.atomic_flush: 0 2024-01-18T21:58:25.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-18T21:58:25.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 bash[55795]: fd1f58f059e8b87e09c6dbbd10f1706d4cc22731ac78449c07d87658164795a7 2024-01-18T21:58:25.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-18T21:58:25.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-18T21:58:25.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.log_readahead_size: 0 2024-01-18T21:58:25.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-18T21:58:25.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_background_jobs: 2 2024-01-18T21:58:25.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_background_compactions: -1 2024-01-18T21:58:25.937 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-18T21:58:25.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-18T21:58:25.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-18T21:58:25.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-18T21:58:25.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-18T21:58:25.938 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-18T21:58:25.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-18T21:58:25.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-18T21:58:25.939 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_open_files: -1 2024-01-18T21:58:25.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-18T21:58:25.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-18T21:58:25.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-18T21:58:25.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-18T21:58:25.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Compression algorithms supported: 2024-01-18T21:58:25.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-18T21:58:25.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: kZSTD supported: 0 2024-01-18T21:58:25.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: kXpressCompression supported: 0 2024-01-18T21:58:25.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-18T21:58:25.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: kLZ4Compression supported: 1 2024-01-18T21:58:25.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: kBZip2Compression supported: 0 2024-01-18T21:58:25.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: kZlibCompression supported: 1 2024-01-18T21:58:25.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: kSnappyCompression supported: 1 2024-01-18T21:58:25.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-18T21:58:25.940 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-01-18T21:58:25.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-18T21:58:25.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-18T21:58:25.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.merge_operator: 2024-01-18T21:58:25.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.compaction_filter: None 2024-01-18T21:58:25.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-18T21:58:25.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-18T21:58:25.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-18T21:58:25.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558d371ddd28) 2024-01-18T21:58:25.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cache_index_and_filter_blocks: 1 2024-01-18T21:58:25.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-18T21:58:25.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-18T21:58:25.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: pin_top_level_index_and_filter: 1 2024-01-18T21:58:25.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: index_type: 0 2024-01-18T21:58:25.941 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: data_block_index_type: 0 2024-01-18T21:58:25.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: index_shortening: 1 2024-01-18T21:58:25.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: data_block_hash_table_util_ratio: 0.750000 2024-01-18T21:58:25.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: hash_index_allow_collision: 1 2024-01-18T21:58:25.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: checksum: 1 2024-01-18T21:58:25.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: no_block_cache: 0 2024-01-18T21:58:25.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: block_cache: 0x558d37212f10 2024-01-18T21:58:25.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: block_cache_name: BinnedLRUCache 2024-01-18T21:58:25.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: block_cache_options: 2024-01-18T21:58:25.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: capacity : 536870912 2024-01-18T21:58:25.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: num_shard_bits : 4 2024-01-18T21:58:25.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: strict_capacity_limit : 0 2024-01-18T21:58:25.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: high_pri_pool_ratio: 0.000 2024-01-18T21:58:25.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: block_cache_compressed: (nil) 2024-01-18T21:58:25.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: persistent_cache: (nil) 2024-01-18T21:58:25.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: block_size: 4096 2024-01-18T21:58:25.942 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: block_size_deviation: 10 2024-01-18T21:58:25.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: block_restart_interval: 16 2024-01-18T21:58:25.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: index_block_restart_interval: 1 2024-01-18T21:58:25.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: metadata_block_size: 4096 2024-01-18T21:58:25.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: partition_filters: 0 2024-01-18T21:58:25.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: use_delta_encoding: 1 2024-01-18T21:58:25.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-18T21:58:25.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: whole_key_filtering: 1 2024-01-18T21:58:25.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: verify_compression: 0 2024-01-18T21:58:25.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: read_amp_bytes_per_bit: 0 2024-01-18T21:58:25.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: format_version: 2 2024-01-18T21:58:25.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: enable_index_compression: 1 2024-01-18T21:58:25.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: block_align: 0 2024-01-18T21:58:25.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-18T21:58:25.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-18T21:58:25.943 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.compression: NoCompression 2024-01-18T21:58:25.944 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-18T21:58:25.944 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-18T21:58:25.944 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-18T21:58:25.944 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.num_levels: 7 2024-01-18T21:58:25.944 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-18T21:58:25.944 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-18T21:58:25.944 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-18T21:58:25.944 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-18T21:58:25.944 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-18T21:58:25.944 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-18T21:58:25.944 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-18T21:58:25.944 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-18T21:58:25.944 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-18T21:58:25.945 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-18T21:58:25.945 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-18T21:58:25.945 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-18T21:58:25.945 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-18T21:58:25.945 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-18T21:58:25.945 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-18T21:58:25.945 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-18T21:58:25.945 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-18T21:58:25.945 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-18T21:58:25.945 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-18T21:58:25.945 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-18T21:58:25.945 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-18T21:58:25.945 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-18T21:58:25.945 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-18T21:58:25.945 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-18T21:58:25.945 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-18T21:58:25.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-18T21:58:25.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-18T21:58:25.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-18T21:58:25.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-18T21:58:25.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-18T21:58:25.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-18T21:58:25.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-18T21:58:25.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-18T21:58:25.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-18T21:58:25.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-18T21:58:25.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-18T21:58:25.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-18T21:58:25.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-18T21:58:25.946 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-18T21:58:25.947 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-18T21:58:25.947 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-18T21:58:25.947 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-18T21:58:25.947 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-18T21:58:25.947 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-18T21:58:25.947 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-18T21:58:25.947 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-18T21:58:25.947 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-18T21:58:25.947 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.table_properties_collectors: 2024-01-18T21:58:25.947 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.inplace_update_support: 0 2024-01-18T21:58:25.947 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-18T21:58:25.947 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-18T21:58:25.947 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-18T21:58:25.947 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-18T21:58:25.947 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.bloom_locality: 0 2024-01-18T21:58:25.947 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.max_successive_merges: 0 2024-01-18T21:58:25.948 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-18T21:58:25.948 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-18T21:58:25.948 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-18T21:58:25.948 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-18T21:58:25.948 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.ttl: 2592000 2024-01-18T21:58:25.948 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.735+0000 7f05000e4880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-18T21:58:25.948 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.736+0000 7f05000e4880 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 22, last_sequence is 8371, log_number is 19,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-18T21:58:25.948 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.948 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.736+0000 7f05000e4880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 19 2024-01-18T21:58:25.948 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.948 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.736+0000 7f05000e4880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705615105737711, "job": 1, "event": "recovery_started", "log_files": [19]} 2024-01-18T21:58:25.948 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.736+0000 7f05000e4880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #19 mode 2 2024-01-18T21:58:25.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 systemd[1]: Started Ceph mon.b for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:58:25.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.742+0000 7f05000e4880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-18T21:58:25.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.747+0000 7f05000e4880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705615105747562, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 22, "file_size": 3269560, "table_properties": {"data_size": 3266296, "index_size": 2122, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 325, "raw_key_size": 2636, "raw_average_key_size": 21, "raw_value_size": 3262710, "raw_average_value_size": 26526, "num_data_blocks": 68, "num_entries": 123, "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": 1705615105, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-18T21:58:25.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.747+0000 7f05000e4880 4 rocksdb: [version_set.cc:3826] Creating manifest 23 2024-01-18T21:58:25.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.747+0000 7f05000e4880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705615105748498, "job": 1, "event": "recovery_finished"} 2024-01-18T21:58:25.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.749+0000 7f05000e4880 4 rocksdb: DB pointer 0x558d372db800 2024-01-18T21:58:25.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.749+0000 7f04e6ed7700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-18T21:58:25.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.749+0000 7f04e6ed7700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-18T21:58:25.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: ** DB Stats ** 2024-01-18T21:58:25.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T21:58:25.949 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-18T21:58:25.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-18T21:58:25.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T21:58:25.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-18T21:58:25.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-18T21:58:25.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-18T21:58:25.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: ** Compaction Stats [default] ** 2024-01-18T21:58:25.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T21:58:25.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T21:58:25.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: L0 2/0 23.28 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 647.4 0.00 0.00 1 0.005 0 0 2024-01-18T21:58:25.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: L6 1/0 56.24 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T21:58:25.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Sum 3/0 79.52 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 647.4 0.00 0.00 1 0.005 0 0 2024-01-18T21:58:25.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 647.4 0.00 0.00 1 0.005 0 0 2024-01-18T21:58:25.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: ** Compaction Stats [default] ** 2024-01-18T21:58:25.950 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T21:58:25.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T21:58:25.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 647.4 0.00 0.00 1 0.005 0 0 2024-01-18T21:58:25.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T21:58:25.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Flush(GB): cumulative 0.003, interval 0.003 2024-01-18T21:58:25.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T21:58:25.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T21:58:25.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T21:58:25.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T21:58:25.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Cumulative compaction: 0.00 GB write, 239.19 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T21:58:25.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Interval compaction: 0.00 GB write, 239.19 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T21:58:25.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T21:58:25.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T21:58:25.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: ** Compaction Stats [default] ** 2024-01-18T21:58:25.951 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T21:58:25.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T21:58:25.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: L0 2/0 23.28 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 647.4 0.00 0.00 1 0.005 0 0 2024-01-18T21:58:25.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: L6 1/0 56.24 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T21:58:25.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Sum 3/0 79.52 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 647.4 0.00 0.00 1 0.005 0 0 2024-01-18T21:58:25.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-18T21:58:25.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: ** Compaction Stats [default] ** 2024-01-18T21:58:25.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-18T21:58:25.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-18T21:58:25.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 647.4 0.00 0.00 1 0.005 0 0 2024-01-18T21:58:25.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-18T21:58:25.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Flush(GB): cumulative 0.003, interval 0.000 2024-01-18T21:58:25.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-18T21:58:25.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: AddFile(Total Files): cumulative 0, interval 0 2024-01-18T21:58:25.952 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-18T21:58:25.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: AddFile(Keys): cumulative 0, interval 0 2024-01-18T21:58:25.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Cumulative compaction: 0.00 GB write, 238.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T21:58:25.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-18T21:58:25.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-18T21:58:25.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: ** File Read Latency Histogram By Level [default] ** 2024-01-18T21:58:25.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.749+0000 7f05000e4880 0 starting mon.b rank 2 at public addrs [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] at bind addrs [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:58:25.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.750+0000 7f05000e4880 1 mon.b@-1(???) e3 preinit fsid 49a198c6-b64b-11ee-95ae-87774f69a715 2024-01-18T21:58:25.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.750+0000 7f05000e4880 0 mon.b@-1(???).mds e1 new map 2024-01-18T21:58:25.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.750+0000 7f05000e4880 0 mon.b@-1(???).mds e1 print_map 2024-01-18T21:58:25.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: e1 2024-01-18T21:58:25.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: enable_multiple, ever_enabled_multiple: 0,0 2024-01-18T21:58:25.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-18T21:58:25.953 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: legacy client fscid: -1 2024-01-18T21:58:25.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: No filesystems configured 2024-01-18T21:58:25.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: 2024-01-18T21:58:25.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.751+0000 7f05000e4880 0 mon.b@-1(???).osd e74 crush map has features 3314933000852226048, adjusting msgr requires 2024-01-18T21:58:25.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.751+0000 7f05000e4880 0 mon.b@-1(???).osd e74 crush map has features 288514051259236352, adjusting msgr requires 2024-01-18T21:58:25.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.751+0000 7f05000e4880 0 mon.b@-1(???).osd e74 crush map has features 288514051259236352, adjusting msgr requires 2024-01-18T21:58:25.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.751+0000 7f05000e4880 0 mon.b@-1(???).osd e74 crush map has features 288514051259236352, adjusting msgr requires 2024-01-18T21:58:25.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:22.668930+0000 mgr.y (mgr.24776) 12 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-01-18T21:58:25.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:22.810972+0000 mgr.y (mgr.24776) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:25.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:23.554686+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:8019e12e3ba9414b31229cea792320f40c27e7dfcc4fbb870680adc3016a7069", "who": "mon.b"}]: dispatch 2024-01-18T21:58:25.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:23.560037+0000 mon.a (mon.0) 39 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:25.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:23.562382+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:58:25.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:23.563040+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:58:25.954 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:23.563703+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:25.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:23.564812+0000 mon.b (mon.2) 186 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-18T21:58:25.955 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:25 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:58:25.751+0000 7f05000e4880 1 mon.b@-1(???).paxosservice(auth 1..20) refresh upgraded, format 0 -> 3 2024-01-18T21:58:27.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:27 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:26.213916+0000 mon.a (mon.0) 46 : cluster [INF] overall HEALTH_OK 2024-01-18T21:58:27.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:27 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:26.214145+0000 mon.c (mon.1) 5 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-18T21:58:27.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:27 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:26.214360+0000 mon.c (mon.1) 6 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-18T21:58:27.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:27 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:26.214546+0000 mon.c (mon.1) 7 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-18T21:58:27.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:27 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:26.215059+0000 mon.c (mon.1) 8 : cluster [INF] mon.c calling monitor election 2024-01-18T21:58:27.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:27 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:26.215351+0000 mon.a (mon.0) 47 : cluster [INF] mon.a calling monitor election 2024-01-18T21:58:27.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:27 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:26.215865+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-01-18T21:58:27.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:27 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:26.229555+0000 mon.a (mon.0) 48 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-18T21:58:27.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:27 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:26.233416+0000 mon.a (mon.0) 49 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} removed_ranks: {} 2024-01-18T21:58:27.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:27 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:26.233930+0000 mon.a (mon.0) 50 : cluster [DBG] fsmap 2024-01-18T21:58:27.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:27 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:26.233973+0000 mon.a (mon.0) 51 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-01-18T21:58:27.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:27 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:26.234447+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e30: y(active, since 21s), standbys: x 2024-01-18T21:58:27.432 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:27 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:26.247378+0000 mon.a (mon.0) 53 : cluster [INF] overall HEALTH_OK 2024-01-18T21:58:27.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:27 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:26.250777+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.24776 ' entity='' 2024-01-18T21:58:27.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:27 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:26.252457+0000 mon.c (mon.1) 9 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:27.433 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:27 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:26.254324+0000 mon.c (mon.1) 10 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:58:27.480 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:26.213916+0000 mon.a (mon.0) 46 : cluster [INF] overall HEALTH_OK 2024-01-18T21:58:27.480 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:26.214145+0000 mon.c (mon.1) 5 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-18T21:58:27.480 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:26.214360+0000 mon.c (mon.1) 6 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-18T21:58:27.480 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:26.214546+0000 mon.c (mon.1) 7 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-18T21:58:27.480 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:26.215059+0000 mon.c (mon.1) 8 : cluster [INF] mon.c calling monitor election 2024-01-18T21:58:27.480 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:26.215351+0000 mon.a (mon.0) 47 : cluster [INF] mon.a calling monitor election 2024-01-18T21:58:27.480 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:26.215865+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-01-18T21:58:27.480 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:26.229555+0000 mon.a (mon.0) 48 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-18T21:58:27.480 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:26.233416+0000 mon.a (mon.0) 49 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} removed_ranks: {} 2024-01-18T21:58:27.480 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:26.233930+0000 mon.a (mon.0) 50 : cluster [DBG] fsmap 2024-01-18T21:58:27.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:26.233973+0000 mon.a (mon.0) 51 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-01-18T21:58:27.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:26.234447+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e30: y(active, since 21s), standbys: x 2024-01-18T21:58:27.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:26.247378+0000 mon.a (mon.0) 53 : cluster [INF] overall HEALTH_OK 2024-01-18T21:58:27.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:26.250777+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.24776 ' entity='' 2024-01-18T21:58:27.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:26.252457+0000 mon.c (mon.1) 9 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:27.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:26.254324+0000 mon.c (mon.1) 10 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:58:27.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:26.213916+0000 mon.a (mon.0) 46 : cluster [INF] overall HEALTH_OK 2024-01-18T21:58:27.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:26.214145+0000 mon.c (mon.1) 5 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-18T21:58:27.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:26.214360+0000 mon.c (mon.1) 6 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-18T21:58:27.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:26.214546+0000 mon.c (mon.1) 7 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-18T21:58:27.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:26.215059+0000 mon.c (mon.1) 8 : cluster [INF] mon.c calling monitor election 2024-01-18T21:58:27.481 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:26.215351+0000 mon.a (mon.0) 47 : cluster [INF] mon.a calling monitor election 2024-01-18T21:58:27.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:26.215865+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-01-18T21:58:27.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:26.229555+0000 mon.a (mon.0) 48 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-18T21:58:27.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:26.233416+0000 mon.a (mon.0) 49 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.118:3300/0,v1:172.21.15.118:6789/0],b=[v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0],c=[v2:172.21.15.118:3301/0,v1:172.21.15.118:6790/0]} removed_ranks: {} 2024-01-18T21:58:27.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:26.233930+0000 mon.a (mon.0) 50 : cluster [DBG] fsmap 2024-01-18T21:58:27.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:26.233973+0000 mon.a (mon.0) 51 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-01-18T21:58:27.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:26.234447+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e30: y(active, since 21s), standbys: x 2024-01-18T21:58:27.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:26.247378+0000 mon.a (mon.0) 53 : cluster [INF] overall HEALTH_OK 2024-01-18T21:58:27.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:26.250777+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.24776 ' entity='' 2024-01-18T21:58:27.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:26.252457+0000 mon.c (mon.1) 9 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:27.482 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:26.254324+0000 mon.c (mon.1) 10 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:58:28.582 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:28 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:26.812208+0000 mgr.y (mgr.24776) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:28.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:28 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:26.812208+0000 mgr.y (mgr.24776) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:28.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:28 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:26.812208+0000 mgr.y (mgr.24776) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:30.480 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:30 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:28.812725+0000 mgr.y (mgr.24776) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:30.480 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:30 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:29.550149+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:30.480 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:30 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:29.561516+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:30.480 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:30 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:29.566342+0000 mon.c (mon.1) 11 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:58:30.480 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:30 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:29.567330+0000 mon.c (mon.1) 12 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:58:30.480 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:30 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:29.568140+0000 mon.c (mon.1) 13 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:30.480 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:30 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:29.569339+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-18T21:58:30.480 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:30 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:28.812725+0000 mgr.y (mgr.24776) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:30.480 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:30 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:29.550149+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:30.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:30 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:29.561516+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:30.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:30 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:29.566342+0000 mon.c (mon.1) 11 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:58:30.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:30 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:29.567330+0000 mon.c (mon.1) 12 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:58:30.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:30 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:29.568140+0000 mon.c (mon.1) 13 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:30.481 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:30 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:29.569339+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-18T21:58:30.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:30 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:28.812725+0000 mgr.y (mgr.24776) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:30.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:30 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:29.550149+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:30.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:30 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:29.561516+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:30.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:30 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:29.566342+0000 mon.c (mon.1) 11 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:58:30.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:30 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:29.567330+0000 mon.c (mon.1) 12 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:58:30.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:30 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:29.568140+0000 mon.c (mon.1) 13 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:30.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:30 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:29.569339+0000 mon.c (mon.1) 14 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-18T21:58:30.979 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:58:30 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:58:30.757+0000 7f538f766700 -1 mgr.server handle_report got status from non-daemon mon.b 2024-01-18T21:58:31.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:31 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:29.565923+0000 mgr.y (mgr.24776) 19 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-01-18T21:58:31.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:31 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:29.568853+0000 mgr.y (mgr.24776) 20 : cephadm [INF] Reconfiguring daemon mon.a on smithi118 2024-01-18T21:58:31.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:31 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:30.434591+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:31.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:31 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:30.435683+0000 mgr.y (mgr.24776) 21 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-01-18T21:58:31.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:31 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:30.435967+0000 mon.c (mon.1) 15 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:58:31.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:31 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:30.436237+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:58:31.682 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:31 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:30.437035+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T21:58:31.682 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:31 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:30.437641+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:31.682 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:31 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:30.438117+0000 mgr.y (mgr.24776) 22 : cephadm [INF] Reconfiguring daemon mgr.y on smithi118 2024-01-18T21:58:31.682 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:31 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:30.438413+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-18T21:58:31.682 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:31 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:31.314715+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:31.682 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:31 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:31.316017+0000 mon.c (mon.1) 19 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:58:31.682 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:31 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:31.316598+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:58:31.682 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:31 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:31.317078+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:31.682 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:31 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:31.317858+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-18T21:58:31.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:29.565923+0000 mgr.y (mgr.24776) 19 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-01-18T21:58:31.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:29.568853+0000 mgr.y (mgr.24776) 20 : cephadm [INF] Reconfiguring daemon mon.a on smithi118 2024-01-18T21:58:31.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:30.434591+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:31.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:30.435683+0000 mgr.y (mgr.24776) 21 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-01-18T21:58:31.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:30.435967+0000 mon.c (mon.1) 15 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:58:31.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:30.436237+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:58:31.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:30.437035+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T21:58:31.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:30.437641+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:31.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:30.438117+0000 mgr.y (mgr.24776) 22 : cephadm [INF] Reconfiguring daemon mgr.y on smithi118 2024-01-18T21:58:31.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:30.438413+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-18T21:58:31.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:31.314715+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:31.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:31.316017+0000 mon.c (mon.1) 19 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:58:31.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:31.316598+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:58:31.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:31.317078+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:31.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:31.317858+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-18T21:58:31.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:29.565923+0000 mgr.y (mgr.24776) 19 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-01-18T21:58:31.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:29.568853+0000 mgr.y (mgr.24776) 20 : cephadm [INF] Reconfiguring daemon mon.a on smithi118 2024-01-18T21:58:31.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:30.434591+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:31.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:30.435683+0000 mgr.y (mgr.24776) 21 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-01-18T21:58:31.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:30.435967+0000 mon.c (mon.1) 15 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:58:31.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:30.436237+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:58:31.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:30.437035+0000 mon.c (mon.1) 16 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T21:58:31.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:30.437641+0000 mon.c (mon.1) 17 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:31.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:30.438117+0000 mgr.y (mgr.24776) 22 : cephadm [INF] Reconfiguring daemon mgr.y on smithi118 2024-01-18T21:58:31.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:30.438413+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-18T21:58:31.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:31.314715+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:31.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:31.316017+0000 mon.c (mon.1) 19 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:58:31.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:31.316598+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:58:31.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:31.317078+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:31.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:31 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:31.317858+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-18T21:58:32.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:32 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:30.813223+0000 mgr.y (mgr.24776) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:32.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:32 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:31.315794+0000 mgr.y (mgr.24776) 24 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-18T21:58:32.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:32 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:31.317549+0000 mgr.y (mgr.24776) 25 : cephadm [INF] Reconfiguring daemon mon.c on smithi118 2024-01-18T21:58:32.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:32 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:32.141376+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:32.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:32 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:32.142725+0000 mon.c (mon.1) 23 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T21:58:32.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:32 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:32.143260+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:32.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:32 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:32.144527+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-01-18T21:58:32.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:32 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:30.813223+0000 mgr.y (mgr.24776) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:32.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:32 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:31.315794+0000 mgr.y (mgr.24776) 24 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-18T21:58:32.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:32 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:31.317549+0000 mgr.y (mgr.24776) 25 : cephadm [INF] Reconfiguring daemon mon.c on smithi118 2024-01-18T21:58:32.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:32 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:32.141376+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:32.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:32 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:32.142725+0000 mon.c (mon.1) 23 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T21:58:32.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:32 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:32.143260+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:32.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:32 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:32.144527+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-01-18T21:58:32.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:32 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:30.813223+0000 mgr.y (mgr.24776) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:32.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:32 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:31.315794+0000 mgr.y (mgr.24776) 24 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-18T21:58:32.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:32 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:31.317549+0000 mgr.y (mgr.24776) 25 : cephadm [INF] Reconfiguring daemon mon.c on smithi118 2024-01-18T21:58:32.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:32 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:32.141376+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:32.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:32 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:32.142725+0000 mon.c (mon.1) 23 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T21:58:32.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:32 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:32.143260+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:32.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:32 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:32.144527+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-01-18T21:58:33.588 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:33 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:32.142473+0000 mgr.y (mgr.24776) 26 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-01-18T21:58:33.588 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:33 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:32.144221+0000 mgr.y (mgr.24776) 27 : cephadm [INF] Reconfiguring daemon osd.0 on smithi118 2024-01-18T21:58:33.588 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:33 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:33.013393+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:33.589 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:33 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:33.014672+0000 mon.c (mon.1) 26 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T21:58:33.589 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:33 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:33.015237+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:33.589 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:33 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:33.016499+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-01-18T21:58:33.589 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:33 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:32.142473+0000 mgr.y (mgr.24776) 26 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-01-18T21:58:33.589 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:33 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:32.144221+0000 mgr.y (mgr.24776) 27 : cephadm [INF] Reconfiguring daemon osd.0 on smithi118 2024-01-18T21:58:33.589 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:33 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:33.013393+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:33.589 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:33 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:33.014672+0000 mon.c (mon.1) 26 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T21:58:33.589 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:33 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:33.015237+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:33.589 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:33 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:33.016499+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-01-18T21:58:33.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:33 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:32.142473+0000 mgr.y (mgr.24776) 26 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-01-18T21:58:33.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:33 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:32.144221+0000 mgr.y (mgr.24776) 27 : cephadm [INF] Reconfiguring daemon osd.0 on smithi118 2024-01-18T21:58:33.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:33 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:33.013393+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:33.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:33 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:33.014672+0000 mon.c (mon.1) 26 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T21:58:33.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:33 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:33.015237+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:33.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:33 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:33.016499+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-01-18T21:58:34.547 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:34 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:32.813970+0000 mgr.y (mgr.24776) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:34.547 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:34 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:33.014467+0000 mgr.y (mgr.24776) 29 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-01-18T21:58:34.547 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:34 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:33.016207+0000 mgr.y (mgr.24776) 30 : cephadm [INF] Reconfiguring daemon osd.1 on smithi118 2024-01-18T21:58:34.547 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:34 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:33.864549+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:34.547 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:34 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:33.865811+0000 mon.c (mon.1) 29 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T21:58:34.547 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:34 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:33.866389+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:34.547 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:34 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:33.867670+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-01-18T21:58:34.547 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:34 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:32.813970+0000 mgr.y (mgr.24776) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:34.547 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:34 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:33.014467+0000 mgr.y (mgr.24776) 29 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-01-18T21:58:34.548 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:34 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:33.016207+0000 mgr.y (mgr.24776) 30 : cephadm [INF] Reconfiguring daemon osd.1 on smithi118 2024-01-18T21:58:34.548 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:34 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:33.864549+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:34.548 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:34 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:33.865811+0000 mon.c (mon.1) 29 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T21:58:34.548 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:34 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:33.866389+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:34.548 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:34 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:33.867670+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-01-18T21:58:34.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:34 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:32.813970+0000 mgr.y (mgr.24776) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:34.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:34 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:33.014467+0000 mgr.y (mgr.24776) 29 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-01-18T21:58:34.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:34 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:33.016207+0000 mgr.y (mgr.24776) 30 : cephadm [INF] Reconfiguring daemon osd.1 on smithi118 2024-01-18T21:58:34.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:34 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:33.864549+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:34.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:34 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:33.865811+0000 mon.c (mon.1) 29 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T21:58:34.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:34 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:33.866389+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:34.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:34 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:33.867670+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-01-18T21:58:35.435 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:35 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:33.865610+0000 mgr.y (mgr.24776) 31 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-01-18T21:58:35.436 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:35 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:33.867373+0000 mgr.y (mgr.24776) 32 : cephadm [INF] Reconfiguring daemon osd.2 on smithi118 2024-01-18T21:58:35.436 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:35 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:34.820527+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:35.436 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:35 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:34.821901+0000 mon.c (mon.1) 32 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-18T21:58:35.436 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:35 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:34.822467+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:35.436 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:35 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:34.823773+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-01-18T21:58:35.436 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:35 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:33.865610+0000 mgr.y (mgr.24776) 31 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-01-18T21:58:35.436 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:35 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:33.867373+0000 mgr.y (mgr.24776) 32 : cephadm [INF] Reconfiguring daemon osd.2 on smithi118 2024-01-18T21:58:35.436 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:35 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:34.820527+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:35.436 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:35 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:34.821901+0000 mon.c (mon.1) 32 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-18T21:58:35.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:35 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:34.822467+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:35.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:35 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:34.823773+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-01-18T21:58:35.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:35 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:33.865610+0000 mgr.y (mgr.24776) 31 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-01-18T21:58:35.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:35 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:33.867373+0000 mgr.y (mgr.24776) 32 : cephadm [INF] Reconfiguring daemon osd.2 on smithi118 2024-01-18T21:58:35.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:35 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:34.820527+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:35.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:35 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:34.821901+0000 mon.c (mon.1) 32 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-18T21:58:35.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:35 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:34.822467+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:35.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:35 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:34.823773+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-01-18T21:58:36.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:34.814302+0000 mgr.y (mgr.24776) 33 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:36.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:34.821634+0000 mgr.y (mgr.24776) 34 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-01-18T21:58:36.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:34.823434+0000 mgr.y (mgr.24776) 35 : cephadm [INF] Reconfiguring daemon osd.3 on smithi118 2024-01-18T21:58:36.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:35.726579+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:36.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:35.728130+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi118.bcicuk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:36.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:35.728472+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi118.bcicuk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:36.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:35.729201+0000 mon.c (mon.1) 36 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi118.bcicuk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:36.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:35.729450+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi118.bcicuk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:36.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:35.732725+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi118.bcicuk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T21:58:36.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:35.736711+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:36.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:35.737403+0000 mon.c (mon.1) 37 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi118.bcicuk"}]: dispatch 2024-01-18T21:58:36.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:35.737963+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:36.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:35.738824+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi118.bcicuk","key": "container_image"}]: dispatch 2024-01-18T21:58:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:34.814302+0000 mgr.y (mgr.24776) 33 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:34.821634+0000 mgr.y (mgr.24776) 34 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-01-18T21:58:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:34.823434+0000 mgr.y (mgr.24776) 35 : cephadm [INF] Reconfiguring daemon osd.3 on smithi118 2024-01-18T21:58:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:35.726579+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:35.728130+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi118.bcicuk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:35.728472+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi118.bcicuk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:35.729201+0000 mon.c (mon.1) 36 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi118.bcicuk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:35.729450+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi118.bcicuk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:35.732725+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi118.bcicuk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T21:58:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:35.736711+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:36.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:35.737403+0000 mon.c (mon.1) 37 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi118.bcicuk"}]: dispatch 2024-01-18T21:58:36.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:35.737963+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:36.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:36 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:35.738824+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi118.bcicuk","key": "container_image"}]: dispatch 2024-01-18T21:58:36.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:36 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:34.814302+0000 mgr.y (mgr.24776) 33 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:36.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:36 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:34.821634+0000 mgr.y (mgr.24776) 34 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-01-18T21:58:36.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:36 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:34.823434+0000 mgr.y (mgr.24776) 35 : cephadm [INF] Reconfiguring daemon osd.3 on smithi118 2024-01-18T21:58:36.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:36 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:35.726579+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:36.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:36 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:35.728130+0000 mon.c (mon.1) 35 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi118.bcicuk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:36.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:36 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:35.728472+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi118.bcicuk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:36.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:36 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:35.729201+0000 mon.c (mon.1) 36 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi118.bcicuk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:36.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:36 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:35.729450+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi118.bcicuk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:36.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:36 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:35.732725+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi118.bcicuk", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T21:58:36.881 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:36 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:35.736711+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:36.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:36 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:35.737403+0000 mon.c (mon.1) 37 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi118.bcicuk"}]: dispatch 2024-01-18T21:58:36.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:36 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:35.737963+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:36.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:36 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:35.738824+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi118.bcicuk","key": "container_image"}]: dispatch 2024-01-18T21:58:37.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:37 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:35.727859+0000 mgr.y (mgr.24776) 36 : cephadm [INF] Reconfiguring rgw.r.z.smithi118.bcicuk (monmap changed)... 2024-01-18T21:58:37.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:37 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:35.733326+0000 mgr.y (mgr.24776) 37 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi118.bcicuk 2024-01-18T21:58:37.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:37 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:35.738475+0000 mgr.y (mgr.24776) 38 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi118.bcicuk on smithi118 2024-01-18T21:58:37.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:37 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:36.572552+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:37.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:37 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:36.573835+0000 mon.c (mon.1) 40 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:58:37.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:37 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:36.574386+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:58:37.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:37 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:36.574920+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:37.682 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:37 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:36.575726+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-18T21:58:37.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:37 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:35.727859+0000 mgr.y (mgr.24776) 36 : cephadm [INF] Reconfiguring rgw.r.z.smithi118.bcicuk (monmap changed)... 2024-01-18T21:58:37.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:37 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:35.733326+0000 mgr.y (mgr.24776) 37 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi118.bcicuk 2024-01-18T21:58:37.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:37 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:35.738475+0000 mgr.y (mgr.24776) 38 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi118.bcicuk on smithi118 2024-01-18T21:58:37.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:37 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:36.572552+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:37.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:37 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:36.573835+0000 mon.c (mon.1) 40 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:58:37.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:37 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:36.574386+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:58:37.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:37 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:36.574920+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:37.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:37 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:36.575726+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-18T21:58:37.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:37 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:35.727859+0000 mgr.y (mgr.24776) 36 : cephadm [INF] Reconfiguring rgw.r.z.smithi118.bcicuk (monmap changed)... 2024-01-18T21:58:37.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:37 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:35.733326+0000 mgr.y (mgr.24776) 37 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi118.bcicuk 2024-01-18T21:58:37.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:37 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:35.738475+0000 mgr.y (mgr.24776) 38 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi118.bcicuk on smithi118 2024-01-18T21:58:37.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:37 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:36.572552+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:37.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:37 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:36.573835+0000 mon.c (mon.1) 40 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-18T21:58:37.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:37 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:36.574386+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-18T21:58:37.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:37 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:36.574920+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:37.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:37 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:36.575726+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-18T21:58:38.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:36.573602+0000 mgr.y (mgr.24776) 39 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-18T21:58:38.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:36.575400+0000 mgr.y (mgr.24776) 40 : cephadm [INF] Reconfiguring daemon mon.b on smithi144 2024-01-18T21:58:38.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:36.815054+0000 mgr.y (mgr.24776) 41 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:38.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:37.451689+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:38.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:37.452983+0000 mgr.y (mgr.24776) 42 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-01-18T21:58:38.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:37.455656+0000 mon.c (mon.1) 44 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:58:38.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:37.455955+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:58:38.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:37.456791+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T21:58:38.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:37.457361+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:38.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:37.457924+0000 mgr.y (mgr.24776) 43 : cephadm [INF] Reconfiguring daemon mgr.x on smithi144 2024-01-18T21:58:38.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:37.458259+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-18T21:58:38.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:38.316565+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:38.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:38.318213+0000 mon.c (mon.1) 48 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T21:58:38.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:38.318968+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:38.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:38.320598+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-01-18T21:58:38.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:36.573602+0000 mgr.y (mgr.24776) 39 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-18T21:58:38.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:36.575400+0000 mgr.y (mgr.24776) 40 : cephadm [INF] Reconfiguring daemon mon.b on smithi144 2024-01-18T21:58:38.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:36.815054+0000 mgr.y (mgr.24776) 41 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:38.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:37.451689+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:38.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:37.452983+0000 mgr.y (mgr.24776) 42 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-01-18T21:58:38.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:37.455656+0000 mon.c (mon.1) 44 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:58:38.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:37.455955+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:58:38.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:37.456791+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T21:58:38.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:37.457361+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:38.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:37.457924+0000 mgr.y (mgr.24776) 43 : cephadm [INF] Reconfiguring daemon mgr.x on smithi144 2024-01-18T21:58:38.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:37.458259+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-18T21:58:38.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:38.316565+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:38.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:38.318213+0000 mon.c (mon.1) 48 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T21:58:38.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:38.318968+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:38.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:38 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:38.320598+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-01-18T21:58:38.781 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:38 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:36.573602+0000 mgr.y (mgr.24776) 39 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-18T21:58:38.781 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:38 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:36.575400+0000 mgr.y (mgr.24776) 40 : cephadm [INF] Reconfiguring daemon mon.b on smithi144 2024-01-18T21:58:38.781 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:38 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:36.815054+0000 mgr.y (mgr.24776) 41 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:38.781 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:38 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:37.451689+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:38.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:38 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:37.452983+0000 mgr.y (mgr.24776) 42 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-01-18T21:58:38.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:38 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:37.455656+0000 mon.c (mon.1) 44 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:58:38.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:38 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:37.455955+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-18T21:58:38.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:38 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:37.456791+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-18T21:58:38.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:38 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:37.457361+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:38.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:38 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:37.457924+0000 mgr.y (mgr.24776) 43 : cephadm [INF] Reconfiguring daemon mgr.x on smithi144 2024-01-18T21:58:38.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:38 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:37.458259+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-18T21:58:38.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:38 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:38.316565+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:38.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:38 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:38.318213+0000 mon.c (mon.1) 48 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-18T21:58:38.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:38 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:38.318968+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:38.782 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:38 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:38.320598+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-01-18T21:58:39.701 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:39 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:38.317910+0000 mgr.y (mgr.24776) 44 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-01-18T21:58:39.701 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:39 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:38.320192+0000 mgr.y (mgr.24776) 45 : cephadm [INF] Reconfiguring daemon osd.4 on smithi144 2024-01-18T21:58:39.701 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:39 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:39.259946+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:39.701 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:39 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:39.261550+0000 mon.c (mon.1) 51 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T21:58:39.702 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:39 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:39.262264+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:39.702 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:39 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:39.263774+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-01-18T21:58:39.729 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:39 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:38.317910+0000 mgr.y (mgr.24776) 44 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-01-18T21:58:39.729 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:39 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:38.320192+0000 mgr.y (mgr.24776) 45 : cephadm [INF] Reconfiguring daemon osd.4 on smithi144 2024-01-18T21:58:39.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:39 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:39.259946+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:39.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:39 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:39.261550+0000 mon.c (mon.1) 51 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T21:58:39.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:39 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:39.262264+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:39.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:39 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:39.263774+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-01-18T21:58:39.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:39 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:38.317910+0000 mgr.y (mgr.24776) 44 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-01-18T21:58:39.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:39 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:38.320192+0000 mgr.y (mgr.24776) 45 : cephadm [INF] Reconfiguring daemon osd.4 on smithi144 2024-01-18T21:58:39.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:39 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:39.259946+0000 mon.a (mon.0) 73 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:39.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:39 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:39.261550+0000 mon.c (mon.1) 51 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-18T21:58:39.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:39 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:39.262264+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:39.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:39 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:39.263774+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-01-18T21:58:40.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:40 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:38.815525+0000 mgr.y (mgr.24776) 46 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:40.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:40 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:39.261234+0000 mgr.y (mgr.24776) 47 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-01-18T21:58:40.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:40 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:39.263381+0000 mgr.y (mgr.24776) 48 : cephadm [INF] Reconfiguring daemon osd.5 on smithi144 2024-01-18T21:58:40.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:40 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:40.198494+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:40.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:40 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:40.200686+0000 mon.c (mon.1) 54 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T21:58:40.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:40 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:40.201517+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:40.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:40 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:40.203723+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-01-18T21:58:40.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:40 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:38.815525+0000 mgr.y (mgr.24776) 46 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:40.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:40 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:39.261234+0000 mgr.y (mgr.24776) 47 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-01-18T21:58:40.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:40 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:39.263381+0000 mgr.y (mgr.24776) 48 : cephadm [INF] Reconfiguring daemon osd.5 on smithi144 2024-01-18T21:58:40.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:40 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:40.198494+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:40.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:40 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:40.200686+0000 mon.c (mon.1) 54 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T21:58:40.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:40 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:40.201517+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:40.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:40 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:40.203723+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-01-18T21:58:40.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:40 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:38.815525+0000 mgr.y (mgr.24776) 46 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:40.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:40 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:39.261234+0000 mgr.y (mgr.24776) 47 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-01-18T21:58:40.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:40 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:39.263381+0000 mgr.y (mgr.24776) 48 : cephadm [INF] Reconfiguring daemon osd.5 on smithi144 2024-01-18T21:58:40.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:40 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:40.198494+0000 mon.a (mon.0) 74 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:40.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:40 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:40.200686+0000 mon.c (mon.1) 54 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-18T21:58:40.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:40 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:40.201517+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:40.882 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:40 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:40.203723+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-01-18T21:58:41.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:41 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:40.200363+0000 mgr.y (mgr.24776) 49 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-01-18T21:58:41.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:41 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:40.203287+0000 mgr.y (mgr.24776) 50 : cephadm [INF] Reconfiguring daemon osd.6 on smithi144 2024-01-18T21:58:41.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:41 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:41.116970+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:41.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:41 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:41.118594+0000 mon.c (mon.1) 57 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-18T21:58:41.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:41 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:41.119382+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:41.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:41 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:41.121081+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-01-18T21:58:41.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:41 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:40.200363+0000 mgr.y (mgr.24776) 49 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-01-18T21:58:41.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:41 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:40.203287+0000 mgr.y (mgr.24776) 50 : cephadm [INF] Reconfiguring daemon osd.6 on smithi144 2024-01-18T21:58:41.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:41 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:41.116970+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:41.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:41 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:41.118594+0000 mon.c (mon.1) 57 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-18T21:58:41.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:41 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:41.119382+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:41.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:41 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:41.121081+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-01-18T21:58:41.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:41 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:40.200363+0000 mgr.y (mgr.24776) 49 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-01-18T21:58:41.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:41 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:40.203287+0000 mgr.y (mgr.24776) 50 : cephadm [INF] Reconfiguring daemon osd.6 on smithi144 2024-01-18T21:58:41.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:41 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:41.116970+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:41.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:41 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:41.118594+0000 mon.c (mon.1) 57 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-18T21:58:41.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:41 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:41.119382+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:41.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:41 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:41.121081+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-01-18T21:58:42.640 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:42 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:40.815923+0000 mgr.y (mgr.24776) 51 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:42.640 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:42 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:41.118282+0000 mgr.y (mgr.24776) 52 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-01-18T21:58:42.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:42 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:41.120671+0000 mgr.y (mgr.24776) 53 : cephadm [INF] Reconfiguring daemon osd.7 on smithi144 2024-01-18T21:58:42.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:42 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:41.999534+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:42.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:42 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.001705+0000 mon.c (mon.1) 60 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi144.hykdhd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:42.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:42 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.002070+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi144.hykdhd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:42.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:42 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.003046+0000 mon.c (mon.1) 61 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi144.hykdhd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:42.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:42 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.003324+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi144.hykdhd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:42.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:42 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.006652+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi144.hykdhd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T21:58:42.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:42 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.011445+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:42.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:42 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.012289+0000 mon.c (mon.1) 62 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi144.hykdhd"}]: dispatch 2024-01-18T21:58:42.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:42 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.012978+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:42.641 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:42 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.014058+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi144.hykdhd","key": "container_image"}]: dispatch 2024-01-18T21:58:42.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:40.815923+0000 mgr.y (mgr.24776) 51 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:42.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:41.118282+0000 mgr.y (mgr.24776) 52 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-01-18T21:58:42.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:41.120671+0000 mgr.y (mgr.24776) 53 : cephadm [INF] Reconfiguring daemon osd.7 on smithi144 2024-01-18T21:58:42.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:41.999534+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:42.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.001705+0000 mon.c (mon.1) 60 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi144.hykdhd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:42.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.002070+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi144.hykdhd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:42.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.003046+0000 mon.c (mon.1) 61 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi144.hykdhd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:42.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.003324+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi144.hykdhd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:42.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.006652+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi144.hykdhd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T21:58:42.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.011445+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:42.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.012289+0000 mon.c (mon.1) 62 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi144.hykdhd"}]: dispatch 2024-01-18T21:58:42.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.012978+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:42.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.014058+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi144.hykdhd","key": "container_image"}]: dispatch 2024-01-18T21:58:42.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:40.815923+0000 mgr.y (mgr.24776) 51 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:42.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:41.118282+0000 mgr.y (mgr.24776) 52 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-01-18T21:58:42.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:41.120671+0000 mgr.y (mgr.24776) 53 : cephadm [INF] Reconfiguring daemon osd.7 on smithi144 2024-01-18T21:58:42.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:41.999534+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:42.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.001705+0000 mon.c (mon.1) 60 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi144.hykdhd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:42.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.002070+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi144.hykdhd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:42.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.003046+0000 mon.c (mon.1) 61 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi144.hykdhd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:42.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.003324+0000 mon.a (mon.0) 78 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi144.hykdhd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-18T21:58:42.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.006652+0000 mon.a (mon.0) 79 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi144.hykdhd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-18T21:58:42.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.011445+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:42.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.012289+0000 mon.c (mon.1) 62 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi144.hykdhd"}]: dispatch 2024-01-18T21:58:42.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.012978+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:42.732 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:42 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.014058+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi144.hykdhd","key": "container_image"}]: dispatch 2024-01-18T21:58:43.476 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:58:43 smithi118 bash[59575]: ts=2024-01-18T21:58:43.249Z caller=notify.go:745 level=warn component=dispatcher receiver=web.hook integration=webhook[0] aggrGroup="{}:{alertname=\"CephMgrPrometheusModuleInactive\"}" msg="Notify attempt failed, will retry later" attempts=1 err="Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-01-18T21:58:43.477 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:42.001353+0000 mgr.y (mgr.24776) 54 : cephadm [INF] Reconfiguring rgw.r.z.smithi144.hykdhd (monmap changed)... 2024-01-18T21:58:43.477 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:42.007377+0000 mgr.y (mgr.24776) 55 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi144.hykdhd 2024-01-18T21:58:43.477 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:42.013634+0000 mgr.y (mgr.24776) 56 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi144.hykdhd on smithi144 2024-01-18T21:58:43.477 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.902816+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:43.477 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.905108+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:43.477 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.908220+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:43.477 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.909779+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:43.477 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.915085+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:43.477 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.916038+0000 mon.c (mon.1) 68 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-01-18T21:58:43.477 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.916429+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-01-18T21:58:43.477 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.919725+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-01-18T21:58:43.477 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.920552+0000 mon.c (mon.1) 69 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-01-18T21:58:43.477 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.920850+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-01-18T21:58:43.478 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.924056+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-01-18T21:58:43.478 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.924836+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-01-18T21:58:43.478 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.925124+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-01-18T21:58:43.478 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:42.001353+0000 mgr.y (mgr.24776) 54 : cephadm [INF] Reconfiguring rgw.r.z.smithi144.hykdhd (monmap changed)... 2024-01-18T21:58:43.478 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:42.007377+0000 mgr.y (mgr.24776) 55 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi144.hykdhd 2024-01-18T21:58:43.478 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:42.013634+0000 mgr.y (mgr.24776) 56 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi144.hykdhd on smithi144 2024-01-18T21:58:43.478 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.902816+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:43.478 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.905108+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:43.478 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.908220+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:43.479 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.909779+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:43.479 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.915085+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:43.479 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.916038+0000 mon.c (mon.1) 68 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-01-18T21:58:43.479 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.916429+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-01-18T21:58:43.479 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.919725+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-01-18T21:58:43.479 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.920552+0000 mon.c (mon.1) 69 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-01-18T21:58:43.479 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.920850+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-01-18T21:58:43.479 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.924056+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-01-18T21:58:43.479 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.924836+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-01-18T21:58:43.479 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.925124+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-01-18T21:58:43.479 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.928495+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-01-18T21:58:43.479 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.929728+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:43.479 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.935348+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:43.479 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.936710+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-01-18T21:58:43.480 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.928495+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-01-18T21:58:43.480 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.929728+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:43.480 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.935348+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:43.480 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:43 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.936710+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-01-18T21:58:43.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:43 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:42.001353+0000 mgr.y (mgr.24776) 54 : cephadm [INF] Reconfiguring rgw.r.z.smithi144.hykdhd (monmap changed)... 2024-01-18T21:58:43.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:43 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:42.007377+0000 mgr.y (mgr.24776) 55 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi144.hykdhd 2024-01-18T21:58:43.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:43 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:42.013634+0000 mgr.y (mgr.24776) 56 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi144.hykdhd on smithi144 2024-01-18T21:58:43.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:43 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.902816+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:43.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:43 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.905108+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:43.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:43 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.908220+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:43.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:43 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.909779+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:43.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:43 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.915085+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:43.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:43 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.916038+0000 mon.c (mon.1) 68 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-01-18T21:58:43.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:43 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.916429+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-01-18T21:58:43.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:43 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.919725+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-01-18T21:58:43.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:43 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.920552+0000 mon.c (mon.1) 69 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-01-18T21:58:43.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:43 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.920850+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-01-18T21:58:43.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:43 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.924056+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-01-18T21:58:43.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:43 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.924836+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-01-18T21:58:43.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:43 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.925124+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-01-18T21:58:43.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:43 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.928495+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-01-18T21:58:43.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:43 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.929728+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:43.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:43 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.935348+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:43.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:43 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.936710+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-01-18T21:58:44.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:44 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:42.816769+0000 mgr.y (mgr.24776) 57 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:44.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:44 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:42.910494+0000 mgr.y (mgr.24776) 58 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-01-18T21:58:44.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:44 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:42.930424+0000 mgr.y (mgr.24776) 59 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-01-18T21:58:44.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:44 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:42.936869+0000 mgr.y (mgr.24776) 60 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-01-18T21:58:44.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:44 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:42.937752+0000 mgr.y (mgr.24776) 61 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-01-18T21:58:44.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:44 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:43.868316+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:44.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:44 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:43.869073+0000 mon.c (mon.1) 73 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T21:58:44.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:44 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:43.869578+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:44.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:44 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:43.870857+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-01-18T21:58:44.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:44 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:42.816769+0000 mgr.y (mgr.24776) 57 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:44.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:44 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:42.910494+0000 mgr.y (mgr.24776) 58 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-01-18T21:58:44.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:44 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:42.930424+0000 mgr.y (mgr.24776) 59 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-01-18T21:58:44.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:44 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:42.936869+0000 mgr.y (mgr.24776) 60 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-01-18T21:58:44.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:44 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:42.937752+0000 mgr.y (mgr.24776) 61 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-01-18T21:58:44.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:44 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:43.868316+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:44.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:44 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:43.869073+0000 mon.c (mon.1) 73 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T21:58:44.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:44 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:43.869578+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:44.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:44 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:43.870857+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-01-18T21:58:44.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:44 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:42.816769+0000 mgr.y (mgr.24776) 57 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:44.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:44 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:42.910494+0000 mgr.y (mgr.24776) 58 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-01-18T21:58:44.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:44 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:42.930424+0000 mgr.y (mgr.24776) 59 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-01-18T21:58:44.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:44 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:42.936869+0000 mgr.y (mgr.24776) 60 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-01-18T21:58:44.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:44 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:42.937752+0000 mgr.y (mgr.24776) 61 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-01-18T21:58:44.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:44 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:43.868316+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:44.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:44 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:43.869073+0000 mon.c (mon.1) 73 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-18T21:58:44.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:44 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:43.869578+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:44.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:44 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:43.870857+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-01-18T21:58:45.716 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:45 smithi118 systemd[1]: Stopping Ceph osd.0 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:58:45.716 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:45 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:43.864011+0000 mgr.y (mgr.24776) 62 : cephadm [INF] Upgrade: Updating osd.0 2024-01-18T21:58:45.716 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:45 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:43.870551+0000 mgr.y (mgr.24776) 63 : cephadm [INF] Deploying daemon osd.0 on smithi118 2024-01-18T21:58:45.717 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:45 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:43.864011+0000 mgr.y (mgr.24776) 62 : cephadm [INF] Upgrade: Updating osd.0 2024-01-18T21:58:45.717 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:45 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:43.870551+0000 mgr.y (mgr.24776) 63 : cephadm [INF] Deploying daemon osd.0 on smithi118 2024-01-18T21:58:45.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:45 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:43.864011+0000 mgr.y (mgr.24776) 62 : cephadm [INF] Upgrade: Updating osd.0 2024-01-18T21:58:45.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:45 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:43.870551+0000 mgr.y (mgr.24776) 63 : cephadm [INF] Deploying daemon osd.0 on smithi118 2024-01-18T21:58:45.980 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:45 smithi118 bash[42521]: debug 2024-01-18T21:58:45.729+0000 7f6f8d502700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-18T21:58:45.980 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:45 smithi118 bash[42521]: debug 2024-01-18T21:58:45.729+0000 7f6f8d502700 -1 osd.0 74 *** Got signal Terminated *** 2024-01-18T21:58:45.980 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:45 smithi118 bash[42521]: debug 2024-01-18T21:58:45.729+0000 7f6f8d502700 -1 osd.0 74 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-18T21:58:45.980 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:45 smithi118 bash[65825]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.0 2024-01-18T21:58:46.479 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:46 smithi118 bash[65881]: Error: no container with name or ID "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.0" found: no such container 2024-01-18T21:58:46.787 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:44.817299+0000 mgr.y (mgr.24776) 64 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:46.787 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:45.986978+0000 mon.a (mon.0) 91 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-18T21:58:46.787 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:45.987018+0000 mon.a (mon.0) 92 : cluster [INF] osd.0 failed (root=default,host=smithi118) (connection refused reported by osd.4) 2024-01-18T21:58:46.787 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:45.987104+0000 mon.a (mon.0) 93 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-18T21:58:46.787 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:45.987348+0000 mon.a (mon.0) 94 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-01-18T21:58:46.787 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:45.987482+0000 mon.a (mon.0) 95 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-18T21:58:46.787 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:45.987590+0000 mon.a (mon.0) 96 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-18T21:58:46.787 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:45.987699+0000 mon.a (mon.0) 97 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-01-18T21:58:46.787 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:45.987781+0000 mon.a (mon.0) 98 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-01-18T21:58:46.787 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:45.987820+0000 mon.a (mon.0) 99 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-18T21:58:46.787 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:45.987957+0000 mon.a (mon.0) 100 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-18T21:58:46.787 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:45.988054+0000 mon.a (mon.0) 101 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-01-18T21:58:46.788 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:45.988160+0000 mon.a (mon.0) 102 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-01-18T21:58:46.788 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:45.988281+0000 mon.a (mon.0) 103 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-18T21:58:46.788 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:45.988400+0000 mon.a (mon.0) 104 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-01-18T21:58:46.788 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:45.988517+0000 mon.a (mon.0) 105 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-18T21:58:46.788 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.187806+0000 mon.a (mon.0) 106 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-18T21:58:46.788 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.188049+0000 mon.a (mon.0) 107 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-18T21:58:46.788 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.188699+0000 mon.a (mon.0) 108 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-18T21:58:46.788 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.188789+0000 mon.a (mon.0) 109 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-18T21:58:46.788 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:44.817299+0000 mgr.y (mgr.24776) 64 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:46.789 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:45.986978+0000 mon.a (mon.0) 91 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-18T21:58:46.789 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:45.987018+0000 mon.a (mon.0) 92 : cluster [INF] osd.0 failed (root=default,host=smithi118) (connection refused reported by osd.4) 2024-01-18T21:58:46.789 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:45.987104+0000 mon.a (mon.0) 93 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-18T21:58:46.789 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:45.987348+0000 mon.a (mon.0) 94 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-01-18T21:58:46.789 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:45.987482+0000 mon.a (mon.0) 95 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-18T21:58:46.789 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:45.987590+0000 mon.a (mon.0) 96 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-18T21:58:46.789 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:45.987699+0000 mon.a (mon.0) 97 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-01-18T21:58:46.789 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:45.987781+0000 mon.a (mon.0) 98 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-01-18T21:58:46.789 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:45.987820+0000 mon.a (mon.0) 99 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-18T21:58:46.789 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:45.987957+0000 mon.a (mon.0) 100 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-18T21:58:46.789 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:45.988054+0000 mon.a (mon.0) 101 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-01-18T21:58:46.789 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:45.988160+0000 mon.a (mon.0) 102 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-01-18T21:58:46.789 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:45.988281+0000 mon.a (mon.0) 103 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-18T21:58:46.789 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:45.988400+0000 mon.a (mon.0) 104 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-01-18T21:58:46.789 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:45.988517+0000 mon.a (mon.0) 105 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-18T21:58:46.790 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.187806+0000 mon.a (mon.0) 106 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-18T21:58:46.790 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.188049+0000 mon.a (mon.0) 107 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-18T21:58:46.790 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.188699+0000 mon.a (mon.0) 108 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-18T21:58:46.790 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.188789+0000 mon.a (mon.0) 109 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-18T21:58:46.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.388240+0000 mon.a (mon.0) 110 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-18T21:58:46.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.388372+0000 mon.a (mon.0) 111 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-18T21:58:46.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.388536+0000 mon.a (mon.0) 112 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-18T21:58:46.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.388659+0000 mon.a (mon.0) 113 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-01-18T21:58:46.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.388759+0000 mon.a (mon.0) 114 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-01-18T21:58:46.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.388799+0000 mon.a (mon.0) 115 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-18T21:58:46.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.388953+0000 mon.a (mon.0) 116 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-18T21:58:46.790 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.389050+0000 mon.a (mon.0) 117 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-01-18T21:58:46.791 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.389093+0000 mon.a (mon.0) 118 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-01-18T21:58:46.791 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.389200+0000 mon.a (mon.0) 119 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-18T21:58:46.791 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.389267+0000 mon.a (mon.0) 120 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-01-18T21:58:46.791 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.389388+0000 mon.a (mon.0) 121 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-18T21:58:46.791 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.389453+0000 mon.a (mon.0) 122 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-18T21:58:46.791 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.389596+0000 mon.a (mon.0) 123 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-01-18T21:58:46.791 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.389724+0000 mon.a (mon.0) 124 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-18T21:58:46.791 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.389845+0000 mon.a (mon.0) 125 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-18T21:58:46.791 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.389949+0000 mon.a (mon.0) 126 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-18T21:58:46.791 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.390013+0000 mon.a (mon.0) 127 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-18T21:58:46.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.388240+0000 mon.a (mon.0) 110 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-18T21:58:46.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.388372+0000 mon.a (mon.0) 111 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-18T21:58:46.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.388536+0000 mon.a (mon.0) 112 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-18T21:58:46.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.388659+0000 mon.a (mon.0) 113 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-01-18T21:58:46.791 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.388759+0000 mon.a (mon.0) 114 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-01-18T21:58:46.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.388799+0000 mon.a (mon.0) 115 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-18T21:58:46.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.388953+0000 mon.a (mon.0) 116 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-18T21:58:46.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.389050+0000 mon.a (mon.0) 117 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-01-18T21:58:46.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.389093+0000 mon.a (mon.0) 118 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-01-18T21:58:46.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.389200+0000 mon.a (mon.0) 119 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-18T21:58:46.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.389267+0000 mon.a (mon.0) 120 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-01-18T21:58:46.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.389388+0000 mon.a (mon.0) 121 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-18T21:58:46.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.389453+0000 mon.a (mon.0) 122 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-18T21:58:46.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.389596+0000 mon.a (mon.0) 123 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-01-18T21:58:46.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.389724+0000 mon.a (mon.0) 124 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-18T21:58:46.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.389845+0000 mon.a (mon.0) 125 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-18T21:58:46.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.389949+0000 mon.a (mon.0) 126 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-18T21:58:46.792 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:46 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.390013+0000 mon.a (mon.0) 127 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-18T21:58:46.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:44.817299+0000 mgr.y (mgr.24776) 64 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:46.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:45.986978+0000 mon.a (mon.0) 91 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-18T21:58:46.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:45.987018+0000 mon.a (mon.0) 92 : cluster [INF] osd.0 failed (root=default,host=smithi118) (connection refused reported by osd.4) 2024-01-18T21:58:46.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:45.987104+0000 mon.a (mon.0) 93 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-18T21:58:46.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:45.987348+0000 mon.a (mon.0) 94 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-01-18T21:58:46.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:45.987482+0000 mon.a (mon.0) 95 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-18T21:58:46.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:45.987590+0000 mon.a (mon.0) 96 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-18T21:58:46.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:45.987699+0000 mon.a (mon.0) 97 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-01-18T21:58:46.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:45.987781+0000 mon.a (mon.0) 98 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-01-18T21:58:46.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:45.987820+0000 mon.a (mon.0) 99 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-18T21:58:46.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:45.987957+0000 mon.a (mon.0) 100 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-18T21:58:46.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:45.988054+0000 mon.a (mon.0) 101 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-01-18T21:58:46.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:45.988160+0000 mon.a (mon.0) 102 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-01-18T21:58:46.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:45.988281+0000 mon.a (mon.0) 103 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-18T21:58:46.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:45.988400+0000 mon.a (mon.0) 104 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-01-18T21:58:46.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:45.988517+0000 mon.a (mon.0) 105 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-18T21:58:46.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.187806+0000 mon.a (mon.0) 106 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-18T21:58:46.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.188049+0000 mon.a (mon.0) 107 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-18T21:58:46.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.188699+0000 mon.a (mon.0) 108 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-18T21:58:46.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.188789+0000 mon.a (mon.0) 109 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-18T21:58:46.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.388240+0000 mon.a (mon.0) 110 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-18T21:58:46.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.388372+0000 mon.a (mon.0) 111 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-18T21:58:46.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.388536+0000 mon.a (mon.0) 112 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-18T21:58:46.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.388659+0000 mon.a (mon.0) 113 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-01-18T21:58:46.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.388759+0000 mon.a (mon.0) 114 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-01-18T21:58:46.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.388799+0000 mon.a (mon.0) 115 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-18T21:58:46.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.388953+0000 mon.a (mon.0) 116 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-18T21:58:46.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.389050+0000 mon.a (mon.0) 117 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-01-18T21:58:46.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.389093+0000 mon.a (mon.0) 118 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-01-18T21:58:46.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.389200+0000 mon.a (mon.0) 119 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-18T21:58:46.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.389267+0000 mon.a (mon.0) 120 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-01-18T21:58:46.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.389388+0000 mon.a (mon.0) 121 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-18T21:58:46.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.389453+0000 mon.a (mon.0) 122 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-18T21:58:46.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.389596+0000 mon.a (mon.0) 123 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-01-18T21:58:46.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.389724+0000 mon.a (mon.0) 124 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-18T21:58:46.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.389845+0000 mon.a (mon.0) 125 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-18T21:58:46.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.389949+0000 mon.a (mon.0) 126 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-18T21:58:46.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:46 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.390013+0000 mon.a (mon.0) 127 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-18T21:58:47.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:47 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.498179+0000 mon.a (mon.0) 128 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:58:47.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:47 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.536755+0000 mon.a (mon.0) 129 : cluster [DBG] osdmap e75: 8 total, 7 up, 8 in 2024-01-18T21:58:47.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:47 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:46.544899+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T21:58:47.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:47 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:46.545228+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T21:58:47.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:47 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:46.546335+0000 mon.c (mon.1) 77 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T21:58:47.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:47 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:46.546971+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T21:58:47.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:47 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:46.817805+0000 mgr.y (mgr.24776) 65 : cluster [DBG] pgmap v22: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:47.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:47 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.498179+0000 mon.a (mon.0) 128 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:58:47.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:47 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.536755+0000 mon.a (mon.0) 129 : cluster [DBG] osdmap e75: 8 total, 7 up, 8 in 2024-01-18T21:58:47.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:47 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:46.544899+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T21:58:47.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:47 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:46.545228+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T21:58:47.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:47 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:46.546335+0000 mon.c (mon.1) 77 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T21:58:47.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:47 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:46.546971+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T21:58:47.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:47 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:46.817805+0000 mgr.y (mgr.24776) 65 : cluster [DBG] pgmap v22: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:47.731 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:47 smithi118 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.0.service: Succeeded. 2024-01-18T21:58:47.732 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:47 smithi118 systemd[1]: Stopped Ceph osd.0 for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:58:47.732 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:47 smithi118 systemd[1]: Starting Ceph osd.0 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:58:47.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:47 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.498179+0000 mon.a (mon.0) 128 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:58:47.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:47 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.536755+0000 mon.a (mon.0) 129 : cluster [DBG] osdmap e75: 8 total, 7 up, 8 in 2024-01-18T21:58:47.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:47 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:46.544899+0000 mon.c (mon.1) 76 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T21:58:47.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:47 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:46.545228+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-18T21:58:47.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:47 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:46.546335+0000 mon.c (mon.1) 77 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T21:58:47.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:47 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:46.546971+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-18T21:58:47.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:47 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:46.817805+0000 mgr.y (mgr.24776) 65 : cluster [DBG] pgmap v22: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:48.524 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:48 smithi118 bash[66132]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-01-18T21:58:48.524 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:48 smithi118 bash[66132]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-18T21:58:48.524 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:48 smithi118 bash[66132]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2024-01-18T21:58:48.525 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:48 smithi118 bash[66132]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-01-18T21:58:48.525 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:48 smithi118 bash[66132]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-01-18T21:58:48.525 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:48 smithi118 bash[66132]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-01-18T21:58:48.525 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:48 smithi118 bash[66132]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-18T21:58:48.525 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:48 smithi118 bash[66132]: --> ceph-volume lvm activate successful for osd ID: 0 2024-01-18T21:58:48.836 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:48 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:47.539633+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-18T21:58:48.836 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:48 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:47.539738+0000 mon.a (mon.0) 133 : cluster [DBG] osdmap e76: 8 total, 7 up, 8 in 2024-01-18T21:58:48.836 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:48 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:47.539633+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-18T21:58:48.836 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:48 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:47.539738+0000 mon.a (mon.0) 133 : cluster [DBG] osdmap e76: 8 total, 7 up, 8 in 2024-01-18T21:58:48.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:48 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:47.539633+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-18T21:58:48.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:48 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:47.539738+0000 mon.a (mon.0) 133 : cluster [DBG] osdmap e76: 8 total, 7 up, 8 in 2024-01-18T21:58:49.230 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:48 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd-0[66411]: debug 2024-01-18T21:58:48.896+0000 7f022557a700 1 -- 172.21.15.118:0/4036066002 <== mon.0 v2:172.21.15.118:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a9429e4680 con 0x55a9429ab800 2024-01-18T21:58:49.230 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:48 smithi118 bash[66397]: 9cb497fd0e9a91b28859faceab0536ba6da982c571bdd65daec2ceaf60b5f571 2024-01-18T21:58:49.230 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:48 smithi118 systemd[1]: Started Ceph osd.0 for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:58:49.729 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:49 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd-0[66411]: debug 2024-01-18T21:58:49.421+0000 7f022d007380 -1 Falling back to public interface 2024-01-18T21:58:50.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:49 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:48.818183+0000 mgr.y (mgr.24776) 66 : cluster [DBG] pgmap v24: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:50.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:49 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:48.954059+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:50.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:49 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:48.955147+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:50.230 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:49 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:48.956413+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:58:50.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:49 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:48.818183+0000 mgr.y (mgr.24776) 66 : cluster [DBG] pgmap v24: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:50.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:49 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:48.954059+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:50.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:49 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:48.955147+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:50.231 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:49 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:48.956413+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:58:50.431 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:49 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:48.818183+0000 mgr.y (mgr.24776) 66 : cluster [DBG] pgmap v24: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:50.431 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:49 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:48.954059+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:50.431 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:49 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:48.955147+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:50.431 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:49 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:48.956413+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:58:52.090 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:51 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd-0[66411]: debug 2024-01-18T21:58:51.886+0000 7f022d007380 -1 osd.0 74 log_to_monitors {default=true} 2024-01-18T21:58:52.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:52 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:50.818740+0000 mgr.y (mgr.24776) 67 : cluster [DBG] pgmap v25: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:52.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:52 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:51.520710+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:52.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:52 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:51.525032+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:52.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:52 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:51.529491+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:52.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:52 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:51.531587+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:52.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:52 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:51.532698+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:52.681 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:52 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:51.533506+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:52.682 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:52 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:51.534549+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-01-18T21:58:52.682 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:52 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:51.890994+0000 mon.c (mon.1) 85 : audit [INF] from='osd.0 [v2:172.21.15.118:6802/3237438534,v1:172.21.15.118:6803/3237438534]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T21:58:52.682 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:52 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:51.891375+0000 mon.a (mon.0) 137 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T21:58:52.729 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:58:52 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd-0[66411]: debug 2024-01-18T21:58:52.537+0000 7f021dcee700 -1 osd.0 74 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-01-18T21:58:52.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:52 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:50.818740+0000 mgr.y (mgr.24776) 67 : cluster [DBG] pgmap v25: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:52.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:52 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:51.520710+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:52.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:52 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:51.525032+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:52.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:52 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:51.529491+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:52.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:52 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:51.531587+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:52.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:52 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:51.532698+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:52.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:52 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:51.533506+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:52.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:52 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:51.534549+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-01-18T21:58:52.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:52 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:51.890994+0000 mon.c (mon.1) 85 : audit [INF] from='osd.0 [v2:172.21.15.118:6802/3237438534,v1:172.21.15.118:6803/3237438534]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T21:58:52.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:52 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:51.891375+0000 mon.a (mon.0) 137 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T21:58:52.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:52 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:50.818740+0000 mgr.y (mgr.24776) 67 : cluster [DBG] pgmap v25: 129 pgs: 16 stale+active+clean, 113 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-18T21:58:52.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:52 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:51.520710+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:52.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:52 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:51.525032+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:52.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:52 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:51.529491+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:52.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:52 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:51.531587+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:52.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:52 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:51.532698+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:52.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:52 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:51.533506+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:58:52.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:52 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:51.534549+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-01-18T21:58:52.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:52 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:51.890994+0000 mon.c (mon.1) 85 : audit [INF] from='osd.0 [v2:172.21.15.118:6802/3237438534,v1:172.21.15.118:6803/3237438534]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T21:58:52.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:52 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:51.891375+0000 mon.a (mon.0) 137 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-18T21:58:53.715 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:51.534673+0000 mgr.y (mgr.24776) 68 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-01-18T21:58:53.715 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:51.535351+0000 mgr.y (mgr.24776) 69 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-01-18T21:58:53.715 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:52.454367+0000 mgr.y (mgr.24776) 70 : cephadm [INF] Upgrade: Updating osd.1 2024-01-18T21:58:53.715 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:52.458571+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:53.715 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:52.459323+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T21:58:53.715 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:52.459803+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:53.715 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:58:52.460770+0000 mgr.y (mgr.24776) 71 : cephadm [INF] Deploying daemon osd.1 on smithi118 2024-01-18T21:58:53.715 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:52.461084+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-01-18T21:58:53.715 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:52.527357+0000 mon.a (mon.0) 139 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-18T21:58:53.715 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:52.527414+0000 mon.a (mon.0) 140 : cluster [DBG] osdmap e77: 8 total, 7 up, 8 in 2024-01-18T21:58:53.715 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:52.528519+0000 mon.c (mon.1) 89 : audit [INF] from='osd.0 [v2:172.21.15.118:6802/3237438534,v1:172.21.15.118:6803/3237438534]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:58:53.716 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:52.528969+0000 mon.a (mon.0) 141 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:58:53.716 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:51.534673+0000 mgr.y (mgr.24776) 68 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-01-18T21:58:53.716 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:51.535351+0000 mgr.y (mgr.24776) 69 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-01-18T21:58:53.716 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:52.454367+0000 mgr.y (mgr.24776) 70 : cephadm [INF] Upgrade: Updating osd.1 2024-01-18T21:58:53.716 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:52.458571+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:53.716 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:52.459323+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T21:58:53.716 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:52.459803+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:53.716 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:58:52.460770+0000 mgr.y (mgr.24776) 71 : cephadm [INF] Deploying daemon osd.1 on smithi118 2024-01-18T21:58:53.716 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:52.461084+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-01-18T21:58:53.716 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:52.527357+0000 mon.a (mon.0) 139 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-18T21:58:53.717 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:52.527414+0000 mon.a (mon.0) 140 : cluster [DBG] osdmap e77: 8 total, 7 up, 8 in 2024-01-18T21:58:53.717 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:52.528519+0000 mon.c (mon.1) 89 : audit [INF] from='osd.0 [v2:172.21.15.118:6802/3237438534,v1:172.21.15.118:6803/3237438534]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:58:53.717 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:53 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:52.528969+0000 mon.a (mon.0) 141 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:58:53.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:53 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:51.534673+0000 mgr.y (mgr.24776) 68 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-01-18T21:58:53.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:53 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:51.535351+0000 mgr.y (mgr.24776) 69 : cephadm [INF] Upgrade: osd.1 is safe to restart 2024-01-18T21:58:53.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:53 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:52.454367+0000 mgr.y (mgr.24776) 70 : cephadm [INF] Upgrade: Updating osd.1 2024-01-18T21:58:53.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:53 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:52.458571+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:53.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:53 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:52.459323+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-18T21:58:53.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:53 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:52.459803+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:58:53.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:53 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:58:52.460770+0000 mgr.y (mgr.24776) 71 : cephadm [INF] Deploying daemon osd.1 on smithi118 2024-01-18T21:58:53.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:53 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:52.461084+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-01-18T21:58:53.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:53 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:52.527357+0000 mon.a (mon.0) 139 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-18T21:58:53.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:53 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:52.527414+0000 mon.a (mon.0) 140 : cluster [DBG] osdmap e77: 8 total, 7 up, 8 in 2024-01-18T21:58:53.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:53 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:52.528519+0000 mon.c (mon.1) 89 : audit [INF] from='osd.0 [v2:172.21.15.118:6802/3237438534,v1:172.21.15.118:6803/3237438534]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:58:53.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:53 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:52.528969+0000 mon.a (mon.0) 141 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:58:54.339 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:58:54 smithi118 systemd[1]: Stopping Ceph osd.1 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:58:54.617 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:58:54 smithi118 bash[44657]: debug 2024-01-18T21:58:54.353+0000 7f41c9706700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-18T21:58:54.617 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:58:54 smithi118 bash[44657]: debug 2024-01-18T21:58:54.353+0000 7f41c9706700 -1 osd.1 78 *** Got signal Terminated *** 2024-01-18T21:58:54.617 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:58:54 smithi118 bash[44657]: debug 2024-01-18T21:58:54.353+0000 7f41c9706700 -1 osd.1 78 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-18T21:58:54.617 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:54 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:52.819390+0000 mgr.y (mgr.24776) 72 : cluster [DBG] pgmap v27: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 66/606 objects degraded (10.891%) 2024-01-18T21:58:54.617 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:54 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:53.525153+0000 mon.a (mon.0) 142 : cluster [WRN] Health check failed: Degraded data redundancy: 66/606 objects degraded (10.891%), 19 pgs degraded (PG_DEGRADED) 2024-01-18T21:58:54.617 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:54 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:53.525742+0000 mon.a (mon.0) 143 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:58:54.617 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:54 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:53.525763+0000 mon.a (mon.0) 144 : cluster [INF] Cluster is now healthy 2024-01-18T21:58:54.618 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:54 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:53.533525+0000 mon.a (mon.0) 145 : cluster [INF] osd.0 [v2:172.21.15.118:6802/3237438534,v1:172.21.15.118:6803/3237438534] boot 2024-01-18T21:58:54.618 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:54 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:53.533559+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-01-18T21:58:54.618 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:54 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:53.534995+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:58:54.618 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:54 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:52.819390+0000 mgr.y (mgr.24776) 72 : cluster [DBG] pgmap v27: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 66/606 objects degraded (10.891%) 2024-01-18T21:58:54.618 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:54 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:53.525153+0000 mon.a (mon.0) 142 : cluster [WRN] Health check failed: Degraded data redundancy: 66/606 objects degraded (10.891%), 19 pgs degraded (PG_DEGRADED) 2024-01-18T21:58:54.618 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:54 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:53.525742+0000 mon.a (mon.0) 143 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:58:54.618 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:54 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:53.525763+0000 mon.a (mon.0) 144 : cluster [INF] Cluster is now healthy 2024-01-18T21:58:54.618 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:54 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:53.533525+0000 mon.a (mon.0) 145 : cluster [INF] osd.0 [v2:172.21.15.118:6802/3237438534,v1:172.21.15.118:6803/3237438534] boot 2024-01-18T21:58:54.618 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:54 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:53.533559+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-01-18T21:58:54.618 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:54 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:53.534995+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:58:54.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:54 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:52.819390+0000 mgr.y (mgr.24776) 72 : cluster [DBG] pgmap v27: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 66/606 objects degraded (10.891%) 2024-01-18T21:58:54.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:54 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:53.525153+0000 mon.a (mon.0) 142 : cluster [WRN] Health check failed: Degraded data redundancy: 66/606 objects degraded (10.891%), 19 pgs degraded (PG_DEGRADED) 2024-01-18T21:58:54.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:54 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:53.525742+0000 mon.a (mon.0) 143 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:58:54.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:54 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:53.525763+0000 mon.a (mon.0) 144 : cluster [INF] Cluster is now healthy 2024-01-18T21:58:54.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:54 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:53.533525+0000 mon.a (mon.0) 145 : cluster [INF] osd.0 [v2:172.21.15.118:6802/3237438534,v1:172.21.15.118:6803/3237438534] boot 2024-01-18T21:58:54.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:54 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:53.533559+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-01-18T21:58:54.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:54 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:53.534995+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-18T21:58:54.948 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:58:54 smithi118 bash[67453]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.1 2024-01-18T21:58:54.948 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:58:54 smithi118 bash[67508]: Error: no container with name or ID "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.1" found: no such container 2024-01-18T21:58:55.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.535586+0000 mon.a (mon.0) 147 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-01-18T21:58:55.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.538185+0000 mon.a (mon.0) 148 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-01-18T21:58:55.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.538215+0000 mon.a (mon.0) 149 : cluster [INF] osd.1 failed (root=default,host=smithi118) (connection refused reported by osd.2) 2024-01-18T21:58:55.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.538603+0000 mon.a (mon.0) 150 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-01-18T21:58:55.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.540379+0000 mon.a (mon.0) 151 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-01-18T21:58:55.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.541936+0000 mon.a (mon.0) 152 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-18T21:58:55.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.545903+0000 mon.a (mon.0) 153 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-01-18T21:58:55.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.546535+0000 mon.a (mon.0) 154 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-01-18T21:58:55.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.602162+0000 mon.a (mon.0) 155 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-01-18T21:58:55.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.602275+0000 mon.a (mon.0) 156 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-01-18T21:58:55.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.602352+0000 mon.a (mon.0) 157 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-01-18T21:58:55.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.602489+0000 mon.a (mon.0) 158 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-01-18T21:58:55.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.602567+0000 mon.a (mon.0) 159 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-01-18T21:58:55.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.602678+0000 mon.a (mon.0) 160 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-01-18T21:58:55.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.602752+0000 mon.a (mon.0) 161 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-01-18T21:58:55.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.602819+0000 mon.a (mon.0) 162 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-01-18T21:58:55.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.602923+0000 mon.a (mon.0) 163 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-01-18T21:58:55.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.602991+0000 mon.a (mon.0) 164 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-01-18T21:58:55.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.603097+0000 mon.a (mon.0) 165 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-01-18T21:58:55.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.603192+0000 mon.a (mon.0) 166 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-18T21:58:55.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.535586+0000 mon.a (mon.0) 147 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-01-18T21:58:55.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.538185+0000 mon.a (mon.0) 148 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-01-18T21:58:55.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.538215+0000 mon.a (mon.0) 149 : cluster [INF] osd.1 failed (root=default,host=smithi118) (connection refused reported by osd.2) 2024-01-18T21:58:55.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.538603+0000 mon.a (mon.0) 150 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-01-18T21:58:55.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.540379+0000 mon.a (mon.0) 151 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-01-18T21:58:55.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.541936+0000 mon.a (mon.0) 152 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-18T21:58:55.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.545903+0000 mon.a (mon.0) 153 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-01-18T21:58:55.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.546535+0000 mon.a (mon.0) 154 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-01-18T21:58:55.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.602162+0000 mon.a (mon.0) 155 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-01-18T21:58:55.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.602275+0000 mon.a (mon.0) 156 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-01-18T21:58:55.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.602352+0000 mon.a (mon.0) 157 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-01-18T21:58:55.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.602489+0000 mon.a (mon.0) 158 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-01-18T21:58:55.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.602567+0000 mon.a (mon.0) 159 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-01-18T21:58:55.732 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.602678+0000 mon.a (mon.0) 160 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-01-18T21:58:55.733 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.602752+0000 mon.a (mon.0) 161 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-01-18T21:58:55.733 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.602819+0000 mon.a (mon.0) 162 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-01-18T21:58:55.733 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.602923+0000 mon.a (mon.0) 163 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-01-18T21:58:55.733 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.602991+0000 mon.a (mon.0) 164 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-01-18T21:58:55.733 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.603097+0000 mon.a (mon.0) 165 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-01-18T21:58:55.733 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.603192+0000 mon.a (mon.0) 166 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-18T21:58:55.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.603294+0000 mon.a (mon.0) 167 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-18T21:58:55.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.603387+0000 mon.a (mon.0) 168 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-01-18T21:58:55.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.735193+0000 mon.a (mon.0) 169 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-01-18T21:58:55.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.738476+0000 mon.a (mon.0) 170 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-01-18T21:58:55.733 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.739845+0000 mon.a (mon.0) 171 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-01-18T21:58:55.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.740261+0000 mon.a (mon.0) 172 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-18T21:58:55.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.742838+0000 mon.a (mon.0) 173 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-01-18T21:58:55.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.745883+0000 mon.a (mon.0) 174 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-01-18T21:58:55.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:54.820105+0000 mgr.y (mgr.24776) 73 : cluster [DBG] pgmap v30: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 66/606 objects degraded (10.891%) 2024-01-18T21:58:55.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.003093+0000 mon.a (mon.0) 175 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-01-18T21:58:55.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.003171+0000 mon.a (mon.0) 176 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-01-18T21:58:55.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.003342+0000 mon.a (mon.0) 177 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-01-18T21:58:55.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.003493+0000 mon.a (mon.0) 178 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-01-18T21:58:55.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.003638+0000 mon.a (mon.0) 179 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-01-18T21:58:55.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.003743+0000 mon.a (mon.0) 180 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-01-18T21:58:55.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.003821+0000 mon.a (mon.0) 181 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-01-18T21:58:55.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.003862+0000 mon.a (mon.0) 182 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-01-18T21:58:55.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.003994+0000 mon.a (mon.0) 183 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-01-18T21:58:55.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.004092+0000 mon.a (mon.0) 184 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-01-18T21:58:55.734 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.004157+0000 mon.a (mon.0) 185 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-01-18T21:58:55.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.603294+0000 mon.a (mon.0) 167 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-18T21:58:55.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.603387+0000 mon.a (mon.0) 168 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-01-18T21:58:55.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.735193+0000 mon.a (mon.0) 169 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-01-18T21:58:55.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.738476+0000 mon.a (mon.0) 170 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-01-18T21:58:55.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.739845+0000 mon.a (mon.0) 171 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-01-18T21:58:55.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.740261+0000 mon.a (mon.0) 172 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-18T21:58:55.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.742838+0000 mon.a (mon.0) 173 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-01-18T21:58:55.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.745883+0000 mon.a (mon.0) 174 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-01-18T21:58:55.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:54.820105+0000 mgr.y (mgr.24776) 73 : cluster [DBG] pgmap v30: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 66/606 objects degraded (10.891%) 2024-01-18T21:58:55.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.003093+0000 mon.a (mon.0) 175 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-01-18T21:58:55.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.003171+0000 mon.a (mon.0) 176 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-01-18T21:58:55.735 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.003342+0000 mon.a (mon.0) 177 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-01-18T21:58:55.736 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.003493+0000 mon.a (mon.0) 178 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-01-18T21:58:55.736 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.003638+0000 mon.a (mon.0) 179 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-01-18T21:58:55.736 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.003743+0000 mon.a (mon.0) 180 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-01-18T21:58:55.736 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.003821+0000 mon.a (mon.0) 181 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-01-18T21:58:55.736 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.003862+0000 mon.a (mon.0) 182 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-01-18T21:58:55.736 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.003994+0000 mon.a (mon.0) 183 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-01-18T21:58:55.736 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.004092+0000 mon.a (mon.0) 184 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-01-18T21:58:55.736 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.004157+0000 mon.a (mon.0) 185 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-01-18T21:58:55.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.004300+0000 mon.a (mon.0) 186 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-18T21:58:55.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.004418+0000 mon.a (mon.0) 187 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-01-18T21:58:55.736 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.004536+0000 mon.a (mon.0) 188 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-18T21:58:55.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.136219+0000 mon.a (mon.0) 189 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-01-18T21:58:55.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.139334+0000 mon.a (mon.0) 190 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-01-18T21:58:55.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.140685+0000 mon.a (mon.0) 191 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-01-18T21:58:55.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.141219+0000 mon.a (mon.0) 192 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-18T21:58:55.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.143844+0000 mon.a (mon.0) 193 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-01-18T21:58:55.737 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.146859+0000 mon.a (mon.0) 194 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-01-18T21:58:55.737 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.004300+0000 mon.a (mon.0) 186 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-18T21:58:55.737 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.004418+0000 mon.a (mon.0) 187 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-01-18T21:58:55.737 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.004536+0000 mon.a (mon.0) 188 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-18T21:58:55.737 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.136219+0000 mon.a (mon.0) 189 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-01-18T21:58:55.737 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.139334+0000 mon.a (mon.0) 190 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-01-18T21:58:55.737 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.140685+0000 mon.a (mon.0) 191 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-01-18T21:58:55.737 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.141219+0000 mon.a (mon.0) 192 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-18T21:58:55.738 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.143844+0000 mon.a (mon.0) 193 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-01-18T21:58:55.738 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:55 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.146859+0000 mon.a (mon.0) 194 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-01-18T21:58:55.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.535586+0000 mon.a (mon.0) 147 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-01-18T21:58:55.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.538185+0000 mon.a (mon.0) 148 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-01-18T21:58:55.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.538215+0000 mon.a (mon.0) 149 : cluster [INF] osd.1 failed (root=default,host=smithi118) (connection refused reported by osd.2) 2024-01-18T21:58:55.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.538603+0000 mon.a (mon.0) 150 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-01-18T21:58:55.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.540379+0000 mon.a (mon.0) 151 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-01-18T21:58:55.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.541936+0000 mon.a (mon.0) 152 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-18T21:58:55.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.545903+0000 mon.a (mon.0) 153 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-01-18T21:58:55.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.546535+0000 mon.a (mon.0) 154 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-01-18T21:58:55.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.602162+0000 mon.a (mon.0) 155 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-01-18T21:58:55.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.602275+0000 mon.a (mon.0) 156 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-01-18T21:58:55.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.602352+0000 mon.a (mon.0) 157 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-01-18T21:58:55.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.602489+0000 mon.a (mon.0) 158 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-01-18T21:58:55.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.602567+0000 mon.a (mon.0) 159 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-01-18T21:58:55.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.602678+0000 mon.a (mon.0) 160 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-01-18T21:58:55.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.602752+0000 mon.a (mon.0) 161 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-01-18T21:58:55.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.602819+0000 mon.a (mon.0) 162 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-01-18T21:58:55.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.602923+0000 mon.a (mon.0) 163 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-01-18T21:58:55.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.602991+0000 mon.a (mon.0) 164 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-01-18T21:58:55.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.603097+0000 mon.a (mon.0) 165 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-01-18T21:58:55.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.603192+0000 mon.a (mon.0) 166 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-18T21:58:55.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.603294+0000 mon.a (mon.0) 167 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-18T21:58:55.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.603387+0000 mon.a (mon.0) 168 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-01-18T21:58:55.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.735193+0000 mon.a (mon.0) 169 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-01-18T21:58:55.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.738476+0000 mon.a (mon.0) 170 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-01-18T21:58:55.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.739845+0000 mon.a (mon.0) 171 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-01-18T21:58:55.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.740261+0000 mon.a (mon.0) 172 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-18T21:58:55.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.742838+0000 mon.a (mon.0) 173 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-01-18T21:58:55.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.745883+0000 mon.a (mon.0) 174 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-01-18T21:58:55.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:54.820105+0000 mgr.y (mgr.24776) 73 : cluster [DBG] pgmap v30: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 66/606 objects degraded (10.891%) 2024-01-18T21:58:55.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.003093+0000 mon.a (mon.0) 175 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-01-18T21:58:55.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.003171+0000 mon.a (mon.0) 176 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-01-18T21:58:55.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.003342+0000 mon.a (mon.0) 177 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-01-18T21:58:55.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.003493+0000 mon.a (mon.0) 178 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-01-18T21:58:55.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.003638+0000 mon.a (mon.0) 179 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-01-18T21:58:55.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.003743+0000 mon.a (mon.0) 180 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-01-18T21:58:55.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.003821+0000 mon.a (mon.0) 181 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-01-18T21:58:55.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.003862+0000 mon.a (mon.0) 182 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-01-18T21:58:55.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.003994+0000 mon.a (mon.0) 183 : cluster [DBG] osd.1 reported immediately failed by osd.6 2024-01-18T21:58:55.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.004092+0000 mon.a (mon.0) 184 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-01-18T21:58:55.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.004157+0000 mon.a (mon.0) 185 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-01-18T21:58:55.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.004300+0000 mon.a (mon.0) 186 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-18T21:58:55.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.004418+0000 mon.a (mon.0) 187 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-01-18T21:58:55.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.004536+0000 mon.a (mon.0) 188 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-18T21:58:55.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.136219+0000 mon.a (mon.0) 189 : cluster [DBG] osd.1 reported immediately failed by osd.2 2024-01-18T21:58:55.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.139334+0000 mon.a (mon.0) 190 : cluster [DBG] osd.1 reported immediately failed by osd.3 2024-01-18T21:58:55.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.140685+0000 mon.a (mon.0) 191 : cluster [DBG] osd.1 reported immediately failed by osd.5 2024-01-18T21:58:55.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.141219+0000 mon.a (mon.0) 192 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-18T21:58:55.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.143844+0000 mon.a (mon.0) 193 : cluster [DBG] osd.1 reported immediately failed by osd.4 2024-01-18T21:58:55.935 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:55 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.146859+0000 mon.a (mon.0) 194 : cluster [DBG] osd.1 reported immediately failed by osd.7 2024-01-18T21:58:56.454 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:58:56 smithi118 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.1.service: Succeeded. 2024-01-18T21:58:56.454 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:58:56 smithi118 systemd[1]: Stopped Ceph osd.1 for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:58:56.454 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:58:56 smithi118 systemd[1]: Starting Ceph osd.1 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:58:56.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.533432+0000 mon.a (mon.0) 195 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:58:56.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:55.542615+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2024-01-18T21:58:56.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.533432+0000 mon.a (mon.0) 195 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:58:56.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:56 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:55.542615+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2024-01-18T21:58:56.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:56 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.533432+0000 mon.a (mon.0) 195 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:58:56.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:56 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:55.542615+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e80: 8 total, 7 up, 8 in 2024-01-18T21:58:57.230 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:58:56 smithi118 bash[67760]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-01-18T21:58:57.230 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:58:56 smithi118 bash[67760]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-01-18T21:58:57.230 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:58:56 smithi118 bash[67760]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2024-01-18T21:58:57.230 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:58:56 smithi118 bash[67760]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-01-18T21:58:57.230 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:58:56 smithi118 bash[67760]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-01-18T21:58:57.230 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:58:56 smithi118 bash[67760]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-01-18T21:58:57.230 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:58:56 smithi118 bash[67760]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-01-18T21:58:57.230 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:58:56 smithi118 bash[67760]: --> ceph-volume lvm activate successful for osd ID: 1 2024-01-18T21:58:57.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:57 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:56.541497+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2024-01-18T21:58:57.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:57 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:56.820513+0000 mgr.y (mgr.24776) 74 : cluster [DBG] pgmap v33: 129 pgs: 51 peering, 61 active+clean, 6 active+undersized, 6 active+undersized+degraded, 4 stale+active+undersized, 1 stale+active+undersized+degraded; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 28/606 objects degraded (4.620%) 2024-01-18T21:58:57.979 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:57 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:56.541497+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2024-01-18T21:58:57.979 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:57 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:56.820513+0000 mgr.y (mgr.24776) 74 : cluster [DBG] pgmap v33: 129 pgs: 51 peering, 61 active+clean, 6 active+undersized, 6 active+undersized+degraded, 4 stale+active+undersized, 1 stale+active+undersized+degraded; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 28/606 objects degraded (4.620%) 2024-01-18T21:58:57.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:57 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:56.541497+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e81: 8 total, 7 up, 8 in 2024-01-18T21:58:57.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:57 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:56.820513+0000 mgr.y (mgr.24776) 74 : cluster [DBG] pgmap v33: 129 pgs: 51 peering, 61 active+clean, 6 active+undersized, 6 active+undersized+degraded, 4 stale+active+undersized, 1 stale+active+undersized+degraded; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 28/606 objects degraded (4.620%) 2024-01-18T21:58:57.980 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:58:57 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd-1[68039]: debug 2024-01-18T21:58:57.519+0000 7fe073a19700 1 -- 172.21.15.118:0/1725145992 <== mon.1 v2:172.21.15.118:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c98075a680 con 0x55c980721800 2024-01-18T21:58:57.980 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:58:57 smithi118 bash[68025]: b1b98599cc1915c86ae5116a9da2dae019ef81d6649aaf29cd03758bfd721c0c 2024-01-18T21:58:57.980 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:58:57 smithi118 systemd[1]: Started Ceph osd.1 for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:58:58.480 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:58:58 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd-1[68039]: debug 2024-01-18T21:58:58.048+0000 7fe07b4a6380 -1 Falling back to public interface 2024-01-18T21:58:58.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:58 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:57.551309+0000 mon.a (mon.0) 198 : cluster [WRN] Health check failed: Reduced data availability: 8 pgs inactive, 13 pgs peering (PG_AVAILABILITY) 2024-01-18T21:58:58.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:58 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:57.578399+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:58.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:58 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:57.579547+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:58.846 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:58 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:58:57.580844+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:58:58.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:58 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:57.551309+0000 mon.a (mon.0) 198 : cluster [WRN] Health check failed: Reduced data availability: 8 pgs inactive, 13 pgs peering (PG_AVAILABILITY) 2024-01-18T21:58:58.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:58 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:57.578399+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:58.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:58 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:57.579547+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:58.847 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:58 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:58:57.580844+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:58:58.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:58 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:57.551309+0000 mon.a (mon.0) 198 : cluster [WRN] Health check failed: Reduced data availability: 8 pgs inactive, 13 pgs peering (PG_AVAILABILITY) 2024-01-18T21:58:58.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:58 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:57.578399+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:58:58.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:58 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:57.579547+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:58:58.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:58 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:58:57.580844+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:58:59.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:58:59 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:58.821035+0000 mgr.y (mgr.24776) 75 : cluster [DBG] pgmap v34: 129 pgs: 51 peering, 73 active+clean, 4 active+undersized, 1 active+undersized+degraded; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 6/606 objects degraded (0.990%) 2024-01-18T21:58:59.974 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:58:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:58.821035+0000 mgr.y (mgr.24776) 75 : cluster [DBG] pgmap v34: 129 pgs: 51 peering, 73 active+clean, 4 active+undersized, 1 active+undersized+degraded; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 6/606 objects degraded (0.990%) 2024-01-18T21:58:59.975 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:58:59 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:58.821035+0000 mgr.y (mgr.24776) 75 : cluster [DBG] pgmap v34: 129 pgs: 51 peering, 73 active+clean, 4 active+undersized, 1 active+undersized+degraded; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 6/606 objects degraded (0.990%) 2024-01-18T21:59:00.729 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:59:00.378+0000 7f538f766700 -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) 2024-01-18T21:59:00.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:58:59.557089+0000 mon.a (mon.0) 200 : cluster [WRN] Health check update: Degraded data redundancy: 6/606 objects degraded (0.990%), 1 pg degraded (PG_DEGRADED) 2024-01-18T21:59:00.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:00.365457+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:59:00.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:00.369648+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:59:00.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:00.374067+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:59:00.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:00.376189+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:59:00.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:00.377269+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:59:00.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:00.378075+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:59:00.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:00.379089+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-01-18T21:59:00.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:00.379207+0000 mgr.y (mgr.24776) 76 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-01-18T21:59:00.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:59:00.379755+0000 mgr.y (mgr.24776) 77 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-01-18T21:59:00.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:58:59.557089+0000 mon.a (mon.0) 200 : cluster [WRN] Health check update: Degraded data redundancy: 6/606 objects degraded (0.990%), 1 pg degraded (PG_DEGRADED) 2024-01-18T21:59:00.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:00.365457+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:59:00.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:00.369648+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:59:00.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:00.374067+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:59:00.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:00.376189+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:59:00.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:00.377269+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:59:00.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:00.378075+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:59:00.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:00.379089+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-01-18T21:59:00.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:00.379207+0000 mgr.y (mgr.24776) 76 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-01-18T21:59:00.731 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:59:00.379755+0000 mgr.y (mgr.24776) 77 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-01-18T21:59:00.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:00 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:58:59.557089+0000 mon.a (mon.0) 200 : cluster [WRN] Health check update: Degraded data redundancy: 6/606 objects degraded (0.990%), 1 pg degraded (PG_DEGRADED) 2024-01-18T21:59:00.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:00 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:00.365457+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:59:00.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:00 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:00.369648+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:59:00.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:00 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:00.374067+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:59:00.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:00 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:00.376189+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:59:00.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:00 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:00.377269+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:59:00.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:00 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:00.378075+0000 mon.c (mon.1) 96 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:59:00.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:00 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:00.379089+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-01-18T21:59:00.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:00 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:00.379207+0000 mgr.y (mgr.24776) 76 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-01-18T21:59:00.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:00 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:59:00.379755+0000 mgr.y (mgr.24776) 77 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (10 PGs are or would become offline) 2024-01-18T21:59:01.229 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:59:00 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd-1[68039]: debug 2024-01-18T21:59:00.791+0000 7fe07b4a6380 -1 osd.1 78 log_to_monitors {default=true} 2024-01-18T21:59:01.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:01 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:00.795808+0000 mon.c (mon.1) 98 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/1208124906,v1:172.21.15.118:6811/1208124906]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T21:59:01.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:01 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:00.796104+0000 mon.a (mon.0) 203 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T21:59:01.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:01 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:00.821443+0000 mgr.y (mgr.24776) 78 : cluster [DBG] pgmap v35: 129 pgs: 51 peering, 73 active+clean, 4 active+undersized, 1 active+undersized+degraded; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 6/606 objects degraded (0.990%) 2024-01-18T21:59:01.979 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:59:01 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd-1[68039]: debug 2024-01-18T21:59:01.590+0000 7fe06d18f700 -1 osd.1 78 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-01-18T21:59:01.993 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:01 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:00.795808+0000 mon.c (mon.1) 98 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/1208124906,v1:172.21.15.118:6811/1208124906]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T21:59:01.993 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:01 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:00.796104+0000 mon.a (mon.0) 203 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T21:59:01.993 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:01 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:00.821443+0000 mgr.y (mgr.24776) 78 : cluster [DBG] pgmap v35: 129 pgs: 51 peering, 73 active+clean, 4 active+undersized, 1 active+undersized+degraded; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 6/606 objects degraded (0.990%) 2024-01-18T21:59:01.994 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:01 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:00.795808+0000 mon.c (mon.1) 98 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/1208124906,v1:172.21.15.118:6811/1208124906]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T21:59:01.994 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:01 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:00.796104+0000 mon.a (mon.0) 203 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-18T21:59:01.994 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:01 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:00.821443+0000 mgr.y (mgr.24776) 78 : cluster [DBG] pgmap v35: 129 pgs: 51 peering, 73 active+clean, 4 active+undersized, 1 active+undersized+degraded; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 6/606 objects degraded (0.990%) 2024-01-18T21:59:02.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:02 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:01.570986+0000 mon.a (mon.0) 204 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-18T21:59:02.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:02 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:01.571092+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2024-01-18T21:59:02.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:02 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:01.572969+0000 mon.c (mon.1) 99 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/1208124906,v1:172.21.15.118:6811/1208124906]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:59:02.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:02 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:01.573334+0000 mon.a (mon.0) 206 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:59:02.979 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:02 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:01.570986+0000 mon.a (mon.0) 204 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-18T21:59:02.979 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:02 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:01.571092+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2024-01-18T21:59:02.979 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:02 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:01.572969+0000 mon.c (mon.1) 99 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/1208124906,v1:172.21.15.118:6811/1208124906]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:59:02.980 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:02 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:01.573334+0000 mon.a (mon.0) 206 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:59:02.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:02 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:01.570986+0000 mon.a (mon.0) 204 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-18T21:59:02.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:02 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:01.571092+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e82: 8 total, 7 up, 8 in 2024-01-18T21:59:02.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:02 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:01.572969+0000 mon.c (mon.1) 99 : audit [INF] from='osd.1 [v2:172.21.15.118:6810/1208124906,v1:172.21.15.118:6811/1208124906]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:59:02.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:02 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:01.573334+0000 mon.a (mon.0) 206 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi118", "root=default"]}]: dispatch 2024-01-18T21:59:03.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:03 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:02.568398+0000 mon.a (mon.0) 207 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:59:03.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:03 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:02.573145+0000 mon.a (mon.0) 208 : cluster [INF] osd.1 [v2:172.21.15.118:6810/1208124906,v1:172.21.15.118:6811/1208124906] boot 2024-01-18T21:59:03.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:03 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:02.573201+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-01-18T21:59:03.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:03 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:02.573952+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:59:03.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:03 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:02.822140+0000 mgr.y (mgr.24776) 79 : cluster [DBG] pgmap v38: 129 pgs: 73 active+clean, 35 active+undersized, 21 active+undersized+degraded; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 85/606 objects degraded (14.026%) 2024-01-18T21:59:03.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:03 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:03.575136+0000 mon.a (mon.0) 210 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-01-18T21:59:03.979 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:03 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:02.568398+0000 mon.a (mon.0) 207 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:59:03.979 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:03 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:02.573145+0000 mon.a (mon.0) 208 : cluster [INF] osd.1 [v2:172.21.15.118:6810/1208124906,v1:172.21.15.118:6811/1208124906] boot 2024-01-18T21:59:03.979 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:03 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:02.573201+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-01-18T21:59:03.980 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:03 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:02.573952+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:59:03.980 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:03 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:02.822140+0000 mgr.y (mgr.24776) 79 : cluster [DBG] pgmap v38: 129 pgs: 73 active+clean, 35 active+undersized, 21 active+undersized+degraded; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 85/606 objects degraded (14.026%) 2024-01-18T21:59:03.980 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:03 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:03.575136+0000 mon.a (mon.0) 210 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-01-18T21:59:03.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:03 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:02.568398+0000 mon.a (mon.0) 207 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-18T21:59:03.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:03 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:02.573145+0000 mon.a (mon.0) 208 : cluster [INF] osd.1 [v2:172.21.15.118:6810/1208124906,v1:172.21.15.118:6811/1208124906] boot 2024-01-18T21:59:03.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:03 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:02.573201+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e83: 8 total, 8 up, 8 in 2024-01-18T21:59:03.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:03 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:02.573952+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-18T21:59:03.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:03 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:02.822140+0000 mgr.y (mgr.24776) 79 : cluster [DBG] pgmap v38: 129 pgs: 73 active+clean, 35 active+undersized, 21 active+undersized+degraded; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 85/606 objects degraded (14.026%) 2024-01-18T21:59:03.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:03 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:03.575136+0000 mon.a (mon.0) 210 : cluster [DBG] osdmap e84: 8 total, 8 up, 8 in 2024-01-18T21:59:04.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:04 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:03.583041+0000 mon.a (mon.0) 211 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 13 pgs peering) 2024-01-18T21:59:04.979 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:04 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:03.583041+0000 mon.a (mon.0) 211 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 13 pgs peering) 2024-01-18T21:59:04.979 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:04 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:03.583041+0000 mon.a (mon.0) 211 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 8 pgs inactive, 13 pgs peering) 2024-01-18T21:59:05.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:05 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:04.822660+0000 mgr.y (mgr.24776) 80 : cluster [DBG] pgmap v40: 129 pgs: 73 active+clean, 35 active+undersized, 21 active+undersized+degraded; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 85/606 objects degraded (14.026%) 2024-01-18T21:59:05.980 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:05 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:04.822660+0000 mgr.y (mgr.24776) 80 : cluster [DBG] pgmap v40: 129 pgs: 73 active+clean, 35 active+undersized, 21 active+undersized+degraded; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 85/606 objects degraded (14.026%) 2024-01-18T21:59:05.980 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:05 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:04.822660+0000 mgr.y (mgr.24776) 80 : cluster [DBG] pgmap v40: 129 pgs: 73 active+clean, 35 active+undersized, 21 active+undersized+degraded; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 85/606 objects degraded (14.026%) 2024-01-18T21:59:07.431 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:07 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:06.020375+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:59:07.431 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:07 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:06.411137+0000 mon.a (mon.0) 213 : cluster [WRN] Health check update: Degraded data redundancy: 85/606 objects degraded (14.026%), 21 pgs degraded (PG_DEGRADED) 2024-01-18T21:59:07.479 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:07 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:06.020375+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:59:07.479 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:07 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:06.411137+0000 mon.a (mon.0) 213 : cluster [WRN] Health check update: Degraded data redundancy: 85/606 objects degraded (14.026%), 21 pgs degraded (PG_DEGRADED) 2024-01-18T21:59:07.480 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:07 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:06.020375+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:59:07.480 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:07 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:06.411137+0000 mon.a (mon.0) 213 : cluster [WRN] Health check update: Degraded data redundancy: 85/606 objects degraded (14.026%), 21 pgs degraded (PG_DEGRADED) 2024-01-18T21:59:08.680 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:08 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:06.823426+0000 mgr.y (mgr.24776) 81 : cluster [DBG] pgmap v41: 129 pgs: 125 active+clean, 3 active+undersized, 1 active+undersized+degraded; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 6/606 objects degraded (0.990%) 2024-01-18T21:59:08.729 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:08 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:06.823426+0000 mgr.y (mgr.24776) 81 : cluster [DBG] pgmap v41: 129 pgs: 125 active+clean, 3 active+undersized, 1 active+undersized+degraded; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 6/606 objects degraded (0.990%) 2024-01-18T21:59:08.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:08 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:06.823426+0000 mgr.y (mgr.24776) 81 : cluster [DBG] pgmap v41: 129 pgs: 125 active+clean, 3 active+undersized, 1 active+undersized+degraded; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 6/606 objects degraded (0.990%) 2024-01-18T21:59:09.729 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:09 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:09.416020+0000 mon.a (mon.0) 214 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 6/606 objects degraded (0.990%), 1 pg degraded) 2024-01-18T21:59:09.729 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:09 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:09.416093+0000 mon.a (mon.0) 215 : cluster [INF] Cluster is now healthy 2024-01-18T21:59:09.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:09 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:09.416020+0000 mon.a (mon.0) 214 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 6/606 objects degraded (0.990%), 1 pg degraded) 2024-01-18T21:59:09.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:09 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:09.416093+0000 mon.a (mon.0) 215 : cluster [INF] Cluster is now healthy 2024-01-18T21:59:09.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:09 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:09.416020+0000 mon.a (mon.0) 214 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 6/606 objects degraded (0.990%), 1 pg degraded) 2024-01-18T21:59:09.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:09 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:09.416093+0000 mon.a (mon.0) 215 : cluster [INF] Cluster is now healthy 2024-01-18T21:59:10.729 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:08.824119+0000 mgr.y (mgr.24776) 82 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2024-01-18T21:59:10.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:10 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:08.824119+0000 mgr.y (mgr.24776) 82 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2024-01-18T21:59:10.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:10 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:08.824119+0000 mgr.y (mgr.24776) 82 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2024-01-18T21:59:11.729 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:10.847158+0000 mon.c (mon.1) 101 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-01-18T21:59:11.729 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:10.847463+0000 mon.c (mon.1) 102 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-01-18T21:59:11.729 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:10.847611+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-01-18T21:59:11.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:10.847689+0000 mon.c (mon.1) 103 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-01-18T21:59:11.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:10.847897+0000 mon.c (mon.1) 104 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-01-18T21:59:11.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:10.848364+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-01-18T21:59:11.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:10.848663+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-01-18T21:59:11.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:10.849009+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-01-18T21:59:11.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:10.847158+0000 mon.c (mon.1) 101 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-01-18T21:59:11.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:10.847463+0000 mon.c (mon.1) 102 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-01-18T21:59:11.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:10.847611+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-01-18T21:59:11.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:10.847689+0000 mon.c (mon.1) 103 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-01-18T21:59:11.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:10.847897+0000 mon.c (mon.1) 104 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-01-18T21:59:11.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:10.848364+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-01-18T21:59:11.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:10.848663+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-01-18T21:59:11.731 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:11 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:10.849009+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-01-18T21:59:11.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:11 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:10.847158+0000 mon.c (mon.1) 101 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-01-18T21:59:11.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:11 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:10.847463+0000 mon.c (mon.1) 102 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-01-18T21:59:11.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:11 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:10.847611+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.18", "id": [7, 2]}]: dispatch 2024-01-18T21:59:11.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:11 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:10.847689+0000 mon.c (mon.1) 103 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-01-18T21:59:11.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:11 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:10.847897+0000 mon.c (mon.1) 104 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-01-18T21:59:11.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:11 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:10.848364+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-01-18T21:59:11.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:11 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:10.848663+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 5]}]: dispatch 2024-01-18T21:59:11.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:11 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:10.849009+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.24776 ' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-01-18T21:59:12.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:12 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:10.824522+0000 mgr.y (mgr.24776) 83 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2024-01-18T21:59:12.729 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:12 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:10.824522+0000 mgr.y (mgr.24776) 83 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2024-01-18T21:59:12.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:12 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:10.824522+0000 mgr.y (mgr.24776) 83 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2024-01-18T21:59:14.729 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:14 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:12.825552+0000 mgr.y (mgr.24776) 84 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2024-01-18T21:59:14.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:14 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:12.825552+0000 mgr.y (mgr.24776) 84 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2024-01-18T21:59:14.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:14 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:12.825552+0000 mgr.y (mgr.24776) 84 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2024-01-18T21:59:15.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:15.390828+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-01-18T21:59:15.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:15 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:15.390828+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-01-18T21:59:15.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:15 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:15.390828+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-01-18T21:59:16.479 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:16 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:14.826079+0000 mgr.y (mgr.24776) 85 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2024-01-18T21:59:16.479 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:16 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:15.391018+0000 mgr.y (mgr.24776) 86 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-01-18T21:59:16.479 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:16 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:59:15.392099+0000 mgr.y (mgr.24776) 87 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-01-18T21:59:16.479 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:16 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:16.031264+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:59:16.479 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:16 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:16.295705+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:59:16.480 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:16 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:16.296450+0000 mon.c (mon.1) 106 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T21:59:16.480 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:16 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:16.296956+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:59:16.480 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:16 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:16.298263+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-01-18T21:59:16.480 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:16 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:14.826079+0000 mgr.y (mgr.24776) 85 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2024-01-18T21:59:16.480 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:16 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:15.391018+0000 mgr.y (mgr.24776) 86 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-01-18T21:59:16.480 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:16 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:59:15.392099+0000 mgr.y (mgr.24776) 87 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-01-18T21:59:16.480 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:16 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:16.031264+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:59:16.480 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:16 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:16.295705+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:59:16.480 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:16 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:16.296450+0000 mon.c (mon.1) 106 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T21:59:16.480 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:16 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:16.296956+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:59:16.480 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:16 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:16.298263+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-01-18T21:59:16.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:16 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:14.826079+0000 mgr.y (mgr.24776) 85 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2024-01-18T21:59:16.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:16 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:15.391018+0000 mgr.y (mgr.24776) 86 : audit [DBG] from='mon.1 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["2"], "max": 16}]: dispatch 2024-01-18T21:59:16.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:16 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:59:15.392099+0000 mgr.y (mgr.24776) 87 : cephadm [INF] Upgrade: osd.2 is safe to restart 2024-01-18T21:59:16.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:16 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:16.031264+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:59:16.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:16 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:16.295705+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:59:16.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:16 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:16.296450+0000 mon.c (mon.1) 106 : audit [INF] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-18T21:59:16.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:16 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:16.296956+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-18T21:59:16.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:16 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:16.298263+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-01-18T21:59:17.577 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:17 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:59:16.291143+0000 mgr.y (mgr.24776) 88 : cephadm [INF] Upgrade: Updating osd.2 2024-01-18T21:59:17.577 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:17 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cephadm 2024-01-18T21:59:16.297955+0000 mgr.y (mgr.24776) 89 : cephadm [INF] Deploying daemon osd.2 on smithi118 2024-01-18T21:59:17.577 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:17 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:59:16.291143+0000 mgr.y (mgr.24776) 88 : cephadm [INF] Upgrade: Updating osd.2 2024-01-18T21:59:17.578 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:17 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cephadm 2024-01-18T21:59:16.297955+0000 mgr.y (mgr.24776) 89 : cephadm [INF] Deploying daemon osd.2 on smithi118 2024-01-18T21:59:17.752 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 49a198c6-b64b-11ee-95ae-87774f69a715 -e sha1=491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -- bash -c 'ceph orch ps' 2024-01-18T21:59:17.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:17 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:59:16.291143+0000 mgr.y (mgr.24776) 88 : cephadm [INF] Upgrade: Updating osd.2 2024-01-18T21:59:17.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:17 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cephadm 2024-01-18T21:59:16.297955+0000 mgr.y (mgr.24776) 89 : cephadm [INF] Deploying daemon osd.2 on smithi118 2024-01-18T21:59:18.476 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:18 smithi118 systemd[1]: Stopping Ceph osd.2 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:59:18.477 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:18 smithi118 bash[46872]: debug 2024-01-18T21:59:18.306+0000 7f80d330a700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-18T21:59:18.477 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:18 smithi118 bash[46872]: debug 2024-01-18T21:59:18.306+0000 7f80d330a700 -1 osd.2 84 *** Got signal Terminated *** 2024-01-18T21:59:18.477 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:18 smithi118 bash[46872]: debug 2024-01-18T21:59:18.306+0000 7f80d330a700 -1 osd.2 84 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-18T21:59:18.729 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:18 smithi118 bash[69155]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.2 2024-01-18T21:59:18.729 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:18 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:16.826891+0000 mgr.y (mgr.24776) 90 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2024-01-18T21:59:18.730 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:18 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:16.826891+0000 mgr.y (mgr.24776) 90 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2024-01-18T21:59:18.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:18 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:16.826891+0000 mgr.y (mgr.24776) 90 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2024-01-18T21:59:19.257 INFO:teuthology.orchestra.run.smithi118.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-18T21:59:19.258 INFO:teuthology.orchestra.run.smithi118.stdout:alertmanager.a smithi118 running (2m) 18s ago 6m 16.6M - 0.26.0 9f27df16978d 3dcc70ea501a 2024-01-18T21:59:19.258 INFO:teuthology.orchestra.run.smithi118.stdout:grafana.a smithi144 running (6m) 49s ago 6m 30.5M - 6.6.2 87a51ecf0b1c 1273190189a6 2024-01-18T21:59:19.258 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.x smithi144 *:8443 running (90s) 49s ago 9m 390M - 16.2.14-454-g491b5e13 5debfd7ac2a7 1a7b59b6b48f 2024-01-18T21:59:19.258 INFO:teuthology.orchestra.run.smithi118.stdout:mgr.y smithi118 *:8443 running (2m) 18s ago 10m 433M - 16.2.14-454-g491b5e13 5debfd7ac2a7 4b6b5314ec47 2024-01-18T21:59:19.258 INFO:teuthology.orchestra.run.smithi118.stdout:mon.a smithi118 running (83s) 18s ago 10m 125M 2048M 16.2.14-454-g491b5e13 5debfd7ac2a7 8ca6266cf804 2024-01-18T21:59:19.258 INFO:teuthology.orchestra.run.smithi118.stdout:mon.b smithi144 running (53s) 49s ago 9m 29.2M 2048M 16.2.14-454-g491b5e13 5debfd7ac2a7 fd1f58f059e8 2024-01-18T21:59:19.258 INFO:teuthology.orchestra.run.smithi118.stdout:mon.c smithi118 running (59s) 18s ago 9m 118M 2048M 16.2.14-454-g491b5e13 5debfd7ac2a7 6d84395f448d 2024-01-18T21:59:19.258 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.a smithi118 running (6m) 18s ago 6m 11.0M - 1.7.0 72c9c2088986 dd594b0c0255 2024-01-18T21:59:19.258 INFO:teuthology.orchestra.run.smithi118.stdout:node-exporter.b smithi144 running (6m) 49s ago 6m 10.9M - 1.7.0 72c9c2088986 e5ba0f5706cf 2024-01-18T21:59:19.258 INFO:teuthology.orchestra.run.smithi118.stdout:osd.0 smithi118 running (30s) 18s ago 8m 53.3M 4096M 16.2.14-454-g491b5e13 5debfd7ac2a7 9cb497fd0e9a 2024-01-18T21:59:19.258 INFO:teuthology.orchestra.run.smithi118.stdout:osd.1 smithi118 running (21s) 18s ago 8m 14.0M 4096M 16.2.14-454-g491b5e13 5debfd7ac2a7 b1b98599cc19 2024-01-18T21:59:19.258 INFO:teuthology.orchestra.run.smithi118.stdout:osd.2 smithi118 running (8m) 18s ago 8m 69.2M 4096M 15.2.0 204a01f9b0b6 6ac3abed46f3 2024-01-18T21:59:19.258 INFO:teuthology.orchestra.run.smithi118.stdout:osd.3 smithi118 running (8m) 18s ago 8m 94.1M 4096M 15.2.0 204a01f9b0b6 77400dcb1ef0 2024-01-18T21:59:19.258 INFO:teuthology.orchestra.run.smithi118.stdout:osd.4 smithi144 running (7m) 49s ago 8m 84.0M 4096M 15.2.0 204a01f9b0b6 6b3554b0d596 2024-01-18T21:59:19.258 INFO:teuthology.orchestra.run.smithi118.stdout:osd.5 smithi144 running (7m) 49s ago 7m 75.9M 4096M 15.2.0 204a01f9b0b6 15d6e117200b 2024-01-18T21:59:19.259 INFO:teuthology.orchestra.run.smithi118.stdout:osd.6 smithi144 running (7m) 49s ago 7m 69.1M 4096M 15.2.0 204a01f9b0b6 d34bb615c943 2024-01-18T21:59:19.259 INFO:teuthology.orchestra.run.smithi118.stdout:osd.7 smithi144 running (7m) 49s ago 7m 79.5M 4096M 15.2.0 204a01f9b0b6 823db36eef4c 2024-01-18T21:59:19.259 INFO:teuthology.orchestra.run.smithi118.stdout:prometheus.a smithi144 running (2m) 49s ago 6m 38.7M - 2.49.1 2a72b385beaf 5f9c9d74839c 2024-01-18T21:59:19.259 INFO:teuthology.orchestra.run.smithi118.stdout:rgw.r.z.smithi118.bcicuk smithi118 running (6m) 18s ago 6m 54.1M - 15.2.0 204a01f9b0b6 e34d36be5102 2024-01-18T21:59:19.259 INFO:teuthology.orchestra.run.smithi118.stdout:rgw.r.z.smithi144.hykdhd smithi144 running (6m) 49s ago 6m 57.3M - 15.2.0 204a01f9b0b6 18c17a7ad04a 2024-01-18T21:59:19.574 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.545921+0000 mon.a (mon.0) 222 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-01-18T21:59:19.574 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.545957+0000 mon.a (mon.0) 223 : cluster [INF] osd.2 failed (root=default,host=smithi118) (connection refused reported by osd.3) 2024-01-18T21:59:19.574 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.548647+0000 mon.a (mon.0) 224 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:59:19.574 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.564901+0000 mon.a (mon.0) 225 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-18T21:59:19.574 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.565076+0000 mon.a (mon.0) 226 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:59:19.574 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.565205+0000 mon.a (mon.0) 227 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-01-18T21:59:19.574 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.565330+0000 mon.a (mon.0) 228 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-01-18T21:59:19.574 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.565448+0000 mon.a (mon.0) 229 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-01-18T21:59:19.574 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.565608+0000 mon.a (mon.0) 230 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:59:19.574 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.565732+0000 mon.a (mon.0) 231 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-01-18T21:59:19.575 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.565859+0000 mon.a (mon.0) 232 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-01-18T21:59:19.575 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.565985+0000 mon.a (mon.0) 233 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-01-18T21:59:19.575 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.566149+0000 mon.a (mon.0) 234 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-01-18T21:59:19.575 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.566308+0000 mon.a (mon.0) 235 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-01-18T21:59:19.575 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.566465+0000 mon.a (mon.0) 236 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-01-18T21:59:19.575 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.566632+0000 mon.a (mon.0) 237 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-01-18T21:59:19.575 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.566795+0000 mon.a (mon.0) 238 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-18T21:59:19.575 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.746499+0000 mon.a (mon.0) 239 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-01-18T21:59:19.575 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.749533+0000 mon.a (mon.0) 240 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:59:19.575 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.965830+0000 mon.a (mon.0) 241 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-01-18T21:59:19.576 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.545921+0000 mon.a (mon.0) 222 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-01-18T21:59:19.576 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.545957+0000 mon.a (mon.0) 223 : cluster [INF] osd.2 failed (root=default,host=smithi118) (connection refused reported by osd.3) 2024-01-18T21:59:19.576 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.548647+0000 mon.a (mon.0) 224 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:59:19.576 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.564901+0000 mon.a (mon.0) 225 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-18T21:59:19.576 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.565076+0000 mon.a (mon.0) 226 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:59:19.576 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.565205+0000 mon.a (mon.0) 227 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-01-18T21:59:19.576 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.565330+0000 mon.a (mon.0) 228 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-01-18T21:59:19.576 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.565448+0000 mon.a (mon.0) 229 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-01-18T21:59:19.576 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.565608+0000 mon.a (mon.0) 230 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:59:19.576 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.565732+0000 mon.a (mon.0) 231 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-01-18T21:59:19.576 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.565859+0000 mon.a (mon.0) 232 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-01-18T21:59:19.576 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.565985+0000 mon.a (mon.0) 233 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-01-18T21:59:19.576 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.566149+0000 mon.a (mon.0) 234 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-01-18T21:59:19.577 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.566308+0000 mon.a (mon.0) 235 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-01-18T21:59:19.577 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.566465+0000 mon.a (mon.0) 236 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-01-18T21:59:19.577 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.566632+0000 mon.a (mon.0) 237 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-01-18T21:59:19.577 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.566795+0000 mon.a (mon.0) 238 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-18T21:59:19.577 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.746499+0000 mon.a (mon.0) 239 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-01-18T21:59:19.577 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.749533+0000 mon.a (mon.0) 240 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:59:19.577 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.965830+0000 mon.a (mon.0) 241 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-01-18T21:59:19.577 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.965999+0000 mon.a (mon.0) 242 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-01-18T21:59:19.577 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.966075+0000 mon.a (mon.0) 243 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-01-18T21:59:19.577 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.966271+0000 mon.a (mon.0) 244 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-01-18T21:59:19.577 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.966445+0000 mon.a (mon.0) 245 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-01-18T21:59:19.577 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.966576+0000 mon.a (mon.0) 246 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-01-18T21:59:19.577 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.966704+0000 mon.a (mon.0) 247 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-01-18T21:59:19.577 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.966821+0000 mon.a (mon.0) 248 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-01-18T21:59:19.577 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.966948+0000 mon.a (mon.0) 249 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:59:19.577 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.967058+0000 mon.a (mon.0) 250 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:59:19.578 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.967165+0000 mon.a (mon.0) 251 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-18T21:59:19.578 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.967279+0000 mon.a (mon.0) 252 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-18T21:59:19.578 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.967388+0000 mon.a (mon.0) 253 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-01-18T21:59:19.578 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.967495+0000 mon.a (mon.0) 254 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-01-18T21:59:19.578 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:19.147480+0000 mon.a (mon.0) 255 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-01-18T21:59:19.578 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:19.150293+0000 mon.a (mon.0) 256 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:59:19.578 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:19.262973+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-18T21:59:19.578 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:19.263377+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-18T21:59:19.578 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:19.263683+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.578 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:19.263998+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.578 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.965999+0000 mon.a (mon.0) 242 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-01-18T21:59:19.578 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.966075+0000 mon.a (mon.0) 243 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-01-18T21:59:19.578 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.966271+0000 mon.a (mon.0) 244 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-01-18T21:59:19.579 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.966445+0000 mon.a (mon.0) 245 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-01-18T21:59:19.579 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.966576+0000 mon.a (mon.0) 246 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-01-18T21:59:19.579 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.966704+0000 mon.a (mon.0) 247 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-01-18T21:59:19.579 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.966821+0000 mon.a (mon.0) 248 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-01-18T21:59:19.579 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.966948+0000 mon.a (mon.0) 249 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:59:19.579 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.967058+0000 mon.a (mon.0) 250 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:59:19.579 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.967165+0000 mon.a (mon.0) 251 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-18T21:59:19.579 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.967279+0000 mon.a (mon.0) 252 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-18T21:59:19.579 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.967388+0000 mon.a (mon.0) 253 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-01-18T21:59:19.579 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.967495+0000 mon.a (mon.0) 254 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-01-18T21:59:19.579 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:19.147480+0000 mon.a (mon.0) 255 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-01-18T21:59:19.579 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:19.150293+0000 mon.a (mon.0) 256 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:59:19.579 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:19.262973+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-18T21:59:19.579 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:19.263377+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-18T21:59:19.579 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:19.263683+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.579 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:19.263998+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.580 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:19.264295+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.580 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:19.264582+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.580 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:19.266137+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-18T21:59:19.580 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:19.266440+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.580 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:19.266731+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.580 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:19.267026+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.580 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:19.267314+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.580 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:19.264295+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.581 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:19.264582+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.581 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:19.266137+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-18T21:59:19.581 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:19.266440+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.581 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:19.266731+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.581 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:19.267026+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.581 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:19 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:19.267314+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.582 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 49a198c6-b64b-11ee-95ae-87774f69a715 -e sha1=491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -- bash -c 'ceph versions' 2024-01-18T21:59:19.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.545921+0000 mon.a (mon.0) 222 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-01-18T21:59:19.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.545957+0000 mon.a (mon.0) 223 : cluster [INF] osd.2 failed (root=default,host=smithi118) (connection refused reported by osd.3) 2024-01-18T21:59:19.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.548647+0000 mon.a (mon.0) 224 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:59:19.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.564901+0000 mon.a (mon.0) 225 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-18T21:59:19.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.565076+0000 mon.a (mon.0) 226 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:59:19.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.565205+0000 mon.a (mon.0) 227 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-01-18T21:59:19.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.565330+0000 mon.a (mon.0) 228 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-01-18T21:59:19.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.565448+0000 mon.a (mon.0) 229 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-01-18T21:59:19.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.565608+0000 mon.a (mon.0) 230 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:59:19.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.565732+0000 mon.a (mon.0) 231 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-01-18T21:59:19.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.565859+0000 mon.a (mon.0) 232 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-01-18T21:59:19.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.565985+0000 mon.a (mon.0) 233 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-01-18T21:59:19.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.566149+0000 mon.a (mon.0) 234 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-01-18T21:59:19.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.566308+0000 mon.a (mon.0) 235 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-01-18T21:59:19.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.566465+0000 mon.a (mon.0) 236 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-01-18T21:59:19.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.566632+0000 mon.a (mon.0) 237 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-01-18T21:59:19.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.566795+0000 mon.a (mon.0) 238 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-18T21:59:19.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.746499+0000 mon.a (mon.0) 239 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-01-18T21:59:19.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.749533+0000 mon.a (mon.0) 240 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:59:19.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.965830+0000 mon.a (mon.0) 241 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-01-18T21:59:19.932 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.965999+0000 mon.a (mon.0) 242 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-01-18T21:59:19.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.966075+0000 mon.a (mon.0) 243 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-01-18T21:59:19.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.966271+0000 mon.a (mon.0) 244 : cluster [DBG] osd.2 reported immediately failed by osd.4 2024-01-18T21:59:19.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.966445+0000 mon.a (mon.0) 245 : cluster [DBG] osd.2 reported immediately failed by osd.5 2024-01-18T21:59:19.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.966576+0000 mon.a (mon.0) 246 : cluster [DBG] osd.2 reported immediately failed by osd.7 2024-01-18T21:59:19.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.966704+0000 mon.a (mon.0) 247 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-01-18T21:59:19.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.966821+0000 mon.a (mon.0) 248 : cluster [DBG] osd.2 reported immediately failed by osd.6 2024-01-18T21:59:19.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.966948+0000 mon.a (mon.0) 249 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:59:19.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.967058+0000 mon.a (mon.0) 250 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:59:19.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.967165+0000 mon.a (mon.0) 251 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-18T21:59:19.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.967279+0000 mon.a (mon.0) 252 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-18T21:59:19.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.967388+0000 mon.a (mon.0) 253 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-01-18T21:59:19.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.967495+0000 mon.a (mon.0) 254 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-01-18T21:59:19.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:19.147480+0000 mon.a (mon.0) 255 : cluster [DBG] osd.2 reported immediately failed by osd.3 2024-01-18T21:59:19.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:19.150293+0000 mon.a (mon.0) 256 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-18T21:59:19.933 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:19.262973+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-18T21:59:19.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:19.263377+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-18T21:59:19.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:19.263683+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:19.263998+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:19.264295+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:19.264582+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:19.266137+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-18T21:59:19.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:19.266440+0000 mon.c (mon.1) 116 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:19.266731+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:19.267026+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:19.934 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:19 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:19.267314+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-18T21:59:20.785 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:20 smithi118 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.2.service: Succeeded. 2024-01-18T21:59:20.785 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:20 smithi118 systemd[1]: Stopped Ceph osd.2 for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:59:20.785 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:18.827574+0000 mgr.y (mgr.24776) 91 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2024-01-18T21:59:20.785 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:19.261159+0000 mgr.y (mgr.24776) 92 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:59:20.785 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:19.492103+0000 mon.a (mon.0) 257 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:59:20.785 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:19.501458+0000 mon.a (mon.0) 258 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2024-01-18T21:59:20.786 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:18.827574+0000 mgr.y (mgr.24776) 91 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2024-01-18T21:59:20.786 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:19.261159+0000 mgr.y (mgr.24776) 92 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:59:20.786 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:19.492103+0000 mon.a (mon.0) 257 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:59:20.786 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:20 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:19.501458+0000 mon.a (mon.0) 258 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2024-01-18T21:59:20.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:20 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:18.827574+0000 mgr.y (mgr.24776) 91 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2024-01-18T21:59:20.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:20 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:19.261159+0000 mgr.y (mgr.24776) 92 : audit [DBG] from='client.34152 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-18T21:59:20.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:20 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:19.492103+0000 mon.a (mon.0) 257 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-18T21:59:20.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:20 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:19.501458+0000 mon.a (mon.0) 258 : cluster [DBG] osdmap e85: 8 total, 7 up, 8 in 2024-01-18T21:59:21.076 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:20 smithi118 systemd[1]: Starting Ceph osd.2 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:59:21.251 INFO:teuthology.orchestra.run.smithi118.stdout:{ 2024-01-18T21:59:21.251 INFO:teuthology.orchestra.run.smithi118.stdout: "mon": { 2024-01-18T21:59:21.251 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable)": 3 2024-01-18T21:59:21.251 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:59:21.251 INFO:teuthology.orchestra.run.smithi118.stdout: "mgr": { 2024-01-18T21:59:21.252 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable)": 2 2024-01-18T21:59:21.252 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:59:21.252 INFO:teuthology.orchestra.run.smithi118.stdout: "osd": { 2024-01-18T21:59:21.252 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 5, 2024-01-18T21:59:21.252 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable)": 2 2024-01-18T21:59:21.252 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:59:21.252 INFO:teuthology.orchestra.run.smithi118.stdout: "mds": {}, 2024-01-18T21:59:21.252 INFO:teuthology.orchestra.run.smithi118.stdout: "rgw": { 2024-01-18T21:59:21.252 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-18T21:59:21.252 INFO:teuthology.orchestra.run.smithi118.stdout: }, 2024-01-18T21:59:21.252 INFO:teuthology.orchestra.run.smithi118.stdout: "overall": { 2024-01-18T21:59:21.252 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 7, 2024-01-18T21:59:21.252 INFO:teuthology.orchestra.run.smithi118.stdout: "ceph version 16.2.14-454-g491b5e13 (491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0) pacific (stable)": 7 2024-01-18T21:59:21.253 INFO:teuthology.orchestra.run.smithi118.stdout: } 2024-01-18T21:59:21.253 INFO:teuthology.orchestra.run.smithi118.stdout:} 2024-01-18T21:59:21.678 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 49a198c6-b64b-11ee-95ae-87774f69a715 -e sha1=491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-01-18T21:59:21.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:21 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:20.499136+0000 mon.a (mon.0) 259 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2024-01-18T21:59:21.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:21 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:20.827938+0000 mgr.y (mgr.24776) 93 : cluster [DBG] pgmap v50: 129 pgs: 10 stale+active+clean, 119 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2024-01-18T21:59:21.729 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:21 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:21.265994+0000 mon.c (mon.1) 120 : audit [DBG] from='client.44119 172.21.15.118:0/889910128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:59:21.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:21 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:20.499136+0000 mon.a (mon.0) 259 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2024-01-18T21:59:21.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:21 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:20.827938+0000 mgr.y (mgr.24776) 93 : cluster [DBG] pgmap v50: 129 pgs: 10 stale+active+clean, 119 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2024-01-18T21:59:21.730 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:21 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:21.265994+0000 mon.c (mon.1) 120 : audit [DBG] from='client.44119 172.21.15.118:0/889910128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:59:21.730 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:21 smithi118 bash[69694]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-01-18T21:59:21.730 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:21 smithi118 bash[69694]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-01-18T21:59:21.730 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:21 smithi118 bash[69694]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2024-01-18T21:59:21.730 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:21 smithi118 bash[69694]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-01-18T21:59:21.730 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:21 smithi118 bash[69694]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-01-18T21:59:21.730 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:21 smithi118 bash[69694]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-01-18T21:59:21.730 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:21 smithi118 bash[69694]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-01-18T21:59:21.730 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:21 smithi118 bash[69694]: --> ceph-volume lvm activate successful for osd ID: 2 2024-01-18T21:59:21.930 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:21 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:20.499136+0000 mon.a (mon.0) 259 : cluster [DBG] osdmap e86: 8 total, 7 up, 8 in 2024-01-18T21:59:21.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:21 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:20.827938+0000 mgr.y (mgr.24776) 93 : cluster [DBG] pgmap v50: 129 pgs: 10 stale+active+clean, 119 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail 2024-01-18T21:59:21.931 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:21 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:21.265994+0000 mon.c (mon.1) 120 : audit [DBG] from='client.44119 172.21.15.118:0/889910128' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:59:22.791 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:22 smithi118 bash[70031]: 0dcc92dbb1b5f859a64a24ae22f8d0b558bf50a63ea5736dd5f8fd579ff629b5 2024-01-18T21:59:22.791 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:22 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd-2[70067]: debug 2024-01-18T21:59:22.726+0000 7f24d2967700 1 -- 172.21.15.118:0/1721946557 <== mon.1 v2:172.21.15.118:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55b25a978680 con 0x55b25a93f400 2024-01-18T21:59:22.791 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:22 smithi118 systemd[1]: Started Ceph osd.2 for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:59:23.189 INFO:teuthology.orchestra.run.smithi118.stdout:false 2024-01-18T21:59:23.479 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd-2[70067]: debug 2024-01-18T21:59:23.245+0000 7f24da3f4380 -1 Falling back to public interface 2024-01-18T21:59:23.593 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T21:59:23.594 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi118 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 49a198c6-b64b-11ee-95ae-87774f69a715 -e sha1=491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-01-18T21:59:23.801 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=aa5a646218784c969b033ec54780c228 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi118 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 49a198c6-b64b-11ee-95ae-87774f69a715 -e sha1=491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-01-18T21:59:23.804 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-18T21:59:23.813 INFO:tasks.cephadm:Teardown begin 2024-01-18T21:59:23.814 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T21:59:23.855 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:22.774266+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:59:23.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:22.775408+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:59:23.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: cluster 2024-01-18T21:59:22.828718+0000 mgr.y (mgr.24776) 94 : cluster [DBG] pgmap v51: 129 pgs: 11 active+undersized+degraded, 21 active+undersized, 97 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 51/606 objects degraded (8.416%) 2024-01-18T21:59:23.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:23.020515+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:59:23.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:23.021847+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:59:23.856 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: audit 2024-01-18T21:59:23.188245+0000 mon.a (mon.0) 262 : audit [DBG] from='client.34167 172.21.15.118:0/2814368759' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:59:23.856 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:22.774266+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:59:23.857 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:22.775408+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:59:23.857 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: cluster 2024-01-18T21:59:22.828718+0000 mgr.y (mgr.24776) 94 : cluster [DBG] pgmap v51: 129 pgs: 11 active+undersized+degraded, 21 active+undersized, 97 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 51/606 objects degraded (8.416%) 2024-01-18T21:59:23.857 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:23.020515+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:59:23.857 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:23.021847+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:59:23.857 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:23 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: audit 2024-01-18T21:59:23.188245+0000 mon.a (mon.0) 262 : audit [DBG] from='client.34167 172.21.15.118:0/2814368759' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:59:23.859 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T21:59:23.896 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-18T21:59:23.897 DEBUG:teuthology.orchestra.run.smithi118:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-18T21:59:23.917 DEBUG:teuthology.orchestra.run.smithi144:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-18T21:59:23.956 INFO:tasks.cephadm:Stopping all daemons... 2024-01-18T21:59:23.956 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-01-18T21:59:23.957 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.a 2024-01-18T21:59:24.180 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:23 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:22.774266+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:59:24.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:23 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:22.775408+0000 mon.c (mon.1) 121 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-18T21:59:24.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:23 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: cluster 2024-01-18T21:59:22.828718+0000 mgr.y (mgr.24776) 94 : cluster [DBG] pgmap v51: 129 pgs: 11 active+undersized+degraded, 21 active+undersized, 97 active+clean; 7.0 KiB data, 588 MiB used, 709 GiB / 715 GiB avail; 51/606 objects degraded (8.416%) 2024-01-18T21:59:24.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:23 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:23.020515+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.24776 ' entity='mgr.y' 2024-01-18T21:59:24.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:23 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:23.021847+0000 mon.c (mon.1) 122 : audit [DBG] from='mgr.24776 172.21.15.118:0/2420282507' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-18T21:59:24.181 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:23 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: audit 2024-01-18T21:59:23.188245+0000 mon.a (mon.0) 262 : audit [DBG] from='client.34167 172.21.15.118:0/2814368759' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-18T21:59:24.229 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:24 smithi118 systemd[1]: Stopping Ceph mon.a for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:59:24.229 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:24 smithi118 bash[70492]: Error: no container with name or ID "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon.a" found: no such container 2024-01-18T21:59:24.571 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:59:24.257+0000 7fef080e3700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-18T21:59:24.571 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:24 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a[62182]: debug 2024-01-18T21:59:24.257+0000 7fef080e3700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-01-18T21:59:24.797 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.a.service' 2024-01-18T21:59:24.826 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:24 smithi118 bash[70569]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a 2024-01-18T21:59:24.826 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:24 smithi118 bash[70734]: Error: no container with name or ID "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-a" found: no such container 2024-01-18T21:59:24.826 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:24 smithi118 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.a.service: Succeeded. 2024-01-18T21:59:24.826 INFO:journalctl@ceph.mon.a.smithi118.stdout:Jan 18 21:59:24 smithi118 systemd[1]: Stopped Ceph mon.a for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:59:24.857 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T21:59:24.857 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-01-18T21:59:24.857 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-01-18T21:59:24.857 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.c 2024-01-18T21:59:25.130 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:24 smithi118 systemd[1]: Stopping Ceph mon.c for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:59:25.130 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:24 smithi118 bash[70856]: Error: no container with name or ID "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon.c" found: no such container 2024-01-18T21:59:25.395 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:25 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:59:25.264+0000 7fc80417a700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-18T21:59:25.395 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:25 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c[64156]: debug 2024-01-18T21:59:25.264+0000 7fc80417a700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2024-01-18T21:59:25.959 INFO:journalctl@ceph.mon.c.smithi118.stdout:Jan 18 21:59:25 smithi118 bash[70941]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-c 2024-01-18T21:59:25.980 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.c.service' 2024-01-18T21:59:26.021 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T21:59:26.021 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-01-18T21:59:26.022 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-01-18T21:59:26.022 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.b 2024-01-18T21:59:26.229 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:25 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd-2[70067]: debug 2024-01-18T21:59:25.973+0000 7f24da3f4380 -1 osd.2 84 log_to_monitors {default=true} 2024-01-18T21:59:26.431 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:26 smithi144 systemd[1]: Stopping Ceph mon.b for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:59:26.431 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:26 smithi144 bash[57295]: Error: no container with name or ID "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon.b" found: no such container 2024-01-18T21:59:26.431 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:26 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:59:26.291+0000 7f04efee9700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-18T21:59:26.431 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:26 smithi144 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b[55809]: debug 2024-01-18T21:59:26.291+0000 7f04efee9700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2024-01-18T21:59:26.832 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:26 smithi144 bash[57334]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mon-b 2024-01-18T21:59:26.833 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:26 smithi144 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.b.service: Succeeded. 2024-01-18T21:59:26.833 INFO:journalctl@ceph.mon.b.smithi144.stdout:Jan 18 21:59:26 smithi144 systemd[1]: Stopped Ceph mon.b for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:59:26.834 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mon.b.service' 2024-01-18T21:59:26.886 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T21:59:26.886 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-01-18T21:59:26.887 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-01-18T21:59:26.887 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mgr.y 2024-01-18T21:59:27.181 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:59:26 smithi118 systemd[1]: Stopping Ceph mgr.y for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:59:27.182 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:59:26 smithi118 bash[71279]: Error: no container with name or ID "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr.y" found: no such container 2024-01-18T21:59:27.182 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:59:27 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y[60148]: debug 2024-01-18T21:59:27.164+0000 7f53ca5b9700 -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 2024-01-18T21:59:27.479 INFO:journalctl@ceph.mgr.y.smithi118.stdout:Jan 18 21:59:27 smithi118 bash[71318]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-y 2024-01-18T21:59:27.562 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mgr.y.service' 2024-01-18T21:59:27.613 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T21:59:27.614 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-01-18T21:59:27.614 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-01-18T21:59:27.614 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mgr.x 2024-01-18T21:59:27.930 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:59:27 smithi144 systemd[1]: Stopping Ceph mgr.x for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:59:27.931 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:59:27 smithi144 bash[57454]: Error: no container with name or ID "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr.x" found: no such container 2024-01-18T21:59:28.359 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:59:28 smithi144 bash[57492]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-mgr-x 2024-01-18T21:59:28.360 INFO:journalctl@ceph.mgr.x.smithi144.stdout:Jan 18 21:59:28 smithi144 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-01-18T21:59:28.365 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@mgr.x.service' 2024-01-18T21:59:28.402 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T21:59:28.402 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-01-18T21:59:28.402 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-01-18T21:59:28.402 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.0 2024-01-18T21:59:28.729 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:59:28 smithi118 systemd[1]: Stopping Ceph osd.0 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:59:28.729 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:59:28 smithi118 bash[71438]: Error: no container with name or ID "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.0" found: no such container 2024-01-18T21:59:28.729 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:59:28 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd-0[66411]: debug 2024-01-18T21:59:28.655+0000 7f0224578700 -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 2024-01-18T21:59:28.730 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:59:28 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd-0[66411]: debug 2024-01-18T21:59:28.655+0000 7f0224578700 -1 osd.0 86 *** Got signal Terminated *** 2024-01-18T21:59:28.730 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:59:28 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd-0[66411]: debug 2024-01-18T21:59:28.655+0000 7f0224578700 -1 osd.0 86 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-18T21:59:34.230 INFO:journalctl@ceph.osd.0.smithi118.stdout:Jan 18 21:59:33 smithi118 bash[71477]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd-0 2024-01-18T21:59:34.994 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.0.service' 2024-01-18T21:59:35.035 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T21:59:35.035 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-01-18T21:59:35.036 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-01-18T21:59:35.036 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.1 2024-01-18T21:59:35.315 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:59:35 smithi118 systemd[1]: Stopping Ceph osd.1 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:59:35.315 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:59:35 smithi118 bash[71710]: Error: no container with name or ID "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.1" found: no such container 2024-01-18T21:59:35.729 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:59:35 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd-1[68039]: debug 2024-01-18T21:59:35.329+0000 7fe072a17700 -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 2024-01-18T21:59:35.729 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:59:35 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd-1[68039]: debug 2024-01-18T21:59:35.329+0000 7fe072a17700 -1 osd.1 86 *** Got signal Terminated *** 2024-01-18T21:59:35.730 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:59:35 smithi118 ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd-1[68039]: debug 2024-01-18T21:59:35.329+0000 7fe072a17700 -1 osd.1 86 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-18T21:59:40.729 INFO:journalctl@ceph.osd.1.smithi118.stdout:Jan 18 21:59:40 smithi118 bash[71751]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd-1 2024-01-18T21:59:41.594 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.1.service' 2024-01-18T21:59:41.633 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T21:59:41.633 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-01-18T21:59:41.634 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-01-18T21:59:41.634 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.2 2024-01-18T21:59:41.979 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:41 smithi118 systemd[1]: Stopping Ceph osd.2 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:59:41.979 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:41 smithi118 bash[71991]: Error: no container with name or ID "ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.2" found: no such container 2024-01-18T21:59:42.479 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:42 smithi118 bash[72030]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd-2 2024-01-18T21:59:42.479 INFO:journalctl@ceph.osd.2.smithi118.stdout:Jan 18 21:59:42 smithi118 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.2.service: Main process exited, code=exited, status=143/n/a 2024-01-18T21:59:43.293 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.2.service' 2024-01-18T21:59:43.334 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T21:59:43.334 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-01-18T21:59:43.334 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-01-18T21:59:43.334 DEBUG:teuthology.orchestra.run.smithi118:> sudo systemctl stop ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.3 2024-01-18T21:59:43.676 INFO:journalctl@ceph.osd.3.smithi118.stdout:Jan 18 21:59:43 smithi118 systemd[1]: Stopping Ceph osd.3 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:59:43.676 INFO:journalctl@ceph.osd.3.smithi118.stdout:Jan 18 21:59:43 smithi118 bash[47407]: debug 2024-01-18T21:59:43.503+0000 7f0aa86ba700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-18T21:59:43.676 INFO:journalctl@ceph.osd.3.smithi118.stdout:Jan 18 21:59:43 smithi118 bash[47407]: debug 2024-01-18T21:59:43.503+0000 7f0aa86ba700 -1 osd.3 86 *** Got signal Terminated *** 2024-01-18T21:59:43.677 INFO:journalctl@ceph.osd.3.smithi118.stdout:Jan 18 21:59:43 smithi118 bash[47407]: debug 2024-01-18T21:59:43.503+0000 7f0aa86ba700 -1 osd.3 86 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-18T21:59:43.979 INFO:journalctl@ceph.osd.3.smithi118.stdout:Jan 18 21:59:43 smithi118 bash[72261]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.3 2024-01-18T21:59:43.979 INFO:journalctl@ceph.osd.3.smithi118.stdout:Jan 18 21:59:43 smithi118 bash[72301]: bash: /var/lib/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/osd.3/unit.stop: No such file or directory 2024-01-18T21:59:44.477 DEBUG:teuthology.orchestra.run.smithi118:> sudo pkill -f 'journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.3.service' 2024-01-18T21:59:44.515 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T21:59:44.515 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-01-18T21:59:44.515 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-01-18T21:59:44.515 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.4 2024-01-18T21:59:44.895 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:59:44 smithi144 systemd[1]: Stopping Ceph osd.4 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:59:44.895 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:59:44 smithi144 bash[39286]: debug 2024-01-18T21:59:44.647+0000 7f85b40d4700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-18T21:59:44.895 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:59:44 smithi144 bash[39286]: debug 2024-01-18T21:59:44.647+0000 7f85b40d4700 -1 osd.4 86 *** Got signal Terminated *** 2024-01-18T21:59:44.896 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:59:44 smithi144 bash[39286]: debug 2024-01-18T21:59:44.647+0000 7f85b40d4700 -1 osd.4 86 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-18T21:59:45.169 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:59:44 smithi144 bash[57616]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.4 2024-01-18T21:59:45.169 INFO:journalctl@ceph.osd.4.smithi144.stdout:Jan 18 21:59:44 smithi144 bash[57659]: bash: /var/lib/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/osd.4/unit.stop: No such file or directory 2024-01-18T21:59:45.769 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.4.service' 2024-01-18T21:59:45.808 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T21:59:45.808 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-01-18T21:59:45.808 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-01-18T21:59:45.809 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.5 2024-01-18T21:59:46.136 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:59:45 smithi144 systemd[1]: Stopping Ceph osd.5 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:59:46.136 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:59:45 smithi144 bash[41344]: debug 2024-01-18T21:59:45.955+0000 7f8af2c06700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-18T21:59:46.136 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:59:45 smithi144 bash[41344]: debug 2024-01-18T21:59:45.955+0000 7f8af2c06700 -1 osd.5 86 *** Got signal Terminated *** 2024-01-18T21:59:46.136 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:59:45 smithi144 bash[41344]: debug 2024-01-18T21:59:45.955+0000 7f8af2c06700 -1 osd.5 86 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-18T21:59:46.430 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:59:46 smithi144 bash[57777]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.5 2024-01-18T21:59:46.430 INFO:journalctl@ceph.osd.5.smithi144.stdout:Jan 18 21:59:46 smithi144 bash[57819]: bash: /var/lib/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/osd.5/unit.stop: No such file or directory 2024-01-18T21:59:46.927 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.5.service' 2024-01-18T21:59:46.967 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T21:59:46.967 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-01-18T21:59:46.967 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-01-18T21:59:46.967 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.6 2024-01-18T21:59:47.180 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:59:47 smithi144 systemd[1]: Stopping Ceph osd.6 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:59:47.180 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:59:47 smithi144 bash[43624]: debug 2024-01-18T21:59:47.113+0000 7f8206d7e700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-18T21:59:47.180 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:59:47 smithi144 bash[43624]: debug 2024-01-18T21:59:47.113+0000 7f8206d7e700 -1 osd.6 86 *** Got signal Terminated *** 2024-01-18T21:59:47.180 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:59:47 smithi144 bash[43624]: debug 2024-01-18T21:59:47.113+0000 7f8206d7e700 -1 osd.6 86 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-18T21:59:47.637 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:59:47 smithi144 bash[57936]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.6 2024-01-18T21:59:47.637 INFO:journalctl@ceph.osd.6.smithi144.stdout:Jan 18 21:59:47 smithi144 bash[57977]: bash: /var/lib/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/osd.6/unit.stop: No such file or directory 2024-01-18T21:59:48.103 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.6.service' 2024-01-18T21:59:48.141 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T21:59:48.142 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-01-18T21:59:48.142 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-01-18T21:59:48.142 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.7 2024-01-18T21:59:48.430 INFO:journalctl@ceph.osd.7.smithi144.stdout:Jan 18 21:59:48 smithi144 systemd[1]: Stopping Ceph osd.7 for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:59:48.431 INFO:journalctl@ceph.osd.7.smithi144.stdout:Jan 18 21:59:48 smithi144 bash[44173]: debug 2024-01-18T21:59:48.280+0000 7f1d4b37f700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-18T21:59:48.431 INFO:journalctl@ceph.osd.7.smithi144.stdout:Jan 18 21:59:48 smithi144 bash[44173]: debug 2024-01-18T21:59:48.280+0000 7f1d4b37f700 -1 osd.7 86 *** Got signal Terminated *** 2024-01-18T21:59:48.431 INFO:journalctl@ceph.osd.7.smithi144.stdout:Jan 18 21:59:48 smithi144 bash[44173]: debug 2024-01-18T21:59:48.280+0000 7f1d4b37f700 -1 osd.7 86 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-18T21:59:48.836 INFO:journalctl@ceph.osd.7.smithi144.stdout:Jan 18 21:59:48 smithi144 bash[58093]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-osd.7 2024-01-18T21:59:48.836 INFO:journalctl@ceph.osd.7.smithi144.stdout:Jan 18 21:59:48 smithi144 bash[58134]: bash: /var/lib/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/osd.7/unit.stop: No such file or directory 2024-01-18T21:59:49.285 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@osd.7.service' 2024-01-18T21:59:49.324 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T21:59:49.324 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-01-18T21:59:49.325 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-01-18T21:59:49.325 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-49a198c6-b64b-11ee-95ae-87774f69a715@prometheus.a 2024-01-18T21:59:49.643 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:59:49 smithi144 systemd[1]: Stopping Ceph prometheus.a for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:59:49.644 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:59:49 smithi144 bash[51765]: ts=2024-01-18T21:59:49.480Z caller=main.go:874 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-01-18T21:59:49.644 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:59:49 smithi144 bash[51765]: ts=2024-01-18T21:59:49.480Z caller=main.go:898 level=info msg="Stopping scrape discovery manager..." 2024-01-18T21:59:49.644 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:59:49 smithi144 bash[51765]: ts=2024-01-18T21:59:49.480Z caller=main.go:912 level=info msg="Stopping notify discovery manager..." 2024-01-18T21:59:49.644 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:59:49 smithi144 bash[51765]: ts=2024-01-18T21:59:49.480Z caller=manager.go:160 level=info component="rule manager" msg="Stopping rule manager..." 2024-01-18T21:59:49.644 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:59:49 smithi144 bash[51765]: ts=2024-01-18T21:59:49.480Z caller=main.go:894 level=info msg="Scrape discovery manager stopped" 2024-01-18T21:59:49.644 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:59:49 smithi144 bash[51765]: ts=2024-01-18T21:59:49.480Z caller=main.go:908 level=info msg="Notify discovery manager stopped" 2024-01-18T21:59:49.645 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:59:49 smithi144 bash[51765]: ts=2024-01-18T21:59:49.480Z caller=manager.go:170 level=info component="rule manager" msg="Rule manager stopped" 2024-01-18T21:59:49.645 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:59:49 smithi144 bash[51765]: ts=2024-01-18T21:59:49.480Z caller=main.go:949 level=info msg="Stopping scrape manager..." 2024-01-18T21:59:49.645 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:59:49 smithi144 bash[51765]: ts=2024-01-18T21:59:49.481Z caller=main.go:941 level=info msg="Scrape manager stopped" 2024-01-18T21:59:49.645 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:59:49 smithi144 bash[51765]: ts=2024-01-18T21:59:49.481Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2024-01-18T21:59:49.645 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:59:49 smithi144 bash[51765]: ts=2024-01-18T21:59:49.481Z caller=main.go:1171 level=info msg="Notifier manager stopped" 2024-01-18T21:59:49.645 INFO:journalctl@ceph.prometheus.a.smithi144.stdout:Jan 18 21:59:49 smithi144 bash[51765]: ts=2024-01-18T21:59:49.481Z caller=main.go:1183 level=info msg="See you next time!" 2024-01-18T21:59:49.856 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-49a198c6-b64b-11ee-95ae-87774f69a715@prometheus.a.service' 2024-01-18T21:59:49.891 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-18T21:59:49.891 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-01-18T21:59:49.892 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 --force --keep-logs 2024-01-18T21:59:50.028 INFO:teuthology.orchestra.run.smithi118.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-01-18T21:59:50.028 INFO:teuthology.orchestra.run.smithi118.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-01-18T21:59:50.028 INFO:teuthology.orchestra.run.smithi118.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-01-18T21:59:50.028 INFO:teuthology.orchestra.run.smithi118.stderr: [--retry RETRY] 2024-01-18T21:59:50.028 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} 2024-01-18T21:59:50.028 INFO:teuthology.orchestra.run.smithi118.stderr: ... 2024-01-18T21:59:50.028 INFO:teuthology.orchestra.run.smithi118.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-01-18T21:59:50.037 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-18T21:59:50.038 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 --force --keep-logs 2024-01-18T21:59:50.157 INFO:teuthology.orchestra.run.smithi144.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-01-18T21:59:50.157 INFO:teuthology.orchestra.run.smithi144.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-01-18T21:59:50.158 INFO:teuthology.orchestra.run.smithi144.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-01-18T21:59:50.158 INFO:teuthology.orchestra.run.smithi144.stderr: [--retry RETRY] 2024-01-18T21:59:50.158 INFO:teuthology.orchestra.run.smithi144.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install} 2024-01-18T21:59:50.158 INFO:teuthology.orchestra.run.smithi144.stderr: ... 2024-01-18T21:59:50.158 INFO:teuthology.orchestra.run.smithi144.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-01-18T21:59:50.167 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-18T21:59:50.167 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T21:59:50.195 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-18T21:59:50.222 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-18T21:59:50.223 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/lib/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520657/remote/ubuntu@smithi118.front.sepia.ceph.com/crash 2024-01-18T21:59:50.224 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/lib/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/crash -- . 2024-01-18T21:59:50.272 DEBUG:teuthology.misc:Transferring archived files from smithi144:/var/lib/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520657/remote/ubuntu@smithi144.front.sepia.ceph.com/crash 2024-01-18T21:59:50.273 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /var/lib/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/crash -- . 2024-01-18T21:59:50.310 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-18T21:59:50.310 DEBUG:teuthology.orchestra.run.smithi118:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-18T21:59:50.340 INFO:teuthology.orchestra.run.smithi118.stderr:grep: /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph.log: No such file or directory 2024-01-18T21:59:50.342 INFO:tasks.cephadm:Compressing logs... 2024-01-18T21:59:50.342 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 -- 2024-01-18T21:59:50.384 DEBUG:teuthology.orchestra.run.smithi144:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-18T21:59:50.409 INFO:teuthology.orchestra.run.smithi118.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-18T21:59:50.409 INFO:teuthology.orchestra.run.smithi118.stderr:: No such file or directory 2024-01-18T21:59:50.409 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-volume.log 2024-01-18T21:59:50.410 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.2.log 2024-01-18T21:59:50.410 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-mgr.y.log 2024-01-18T21:59:50.410 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-volume.log: /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.3.log 2024-01-18T21:59:50.411 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.0.log 2024-01-18T21:59:50.412 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-mgr.y.log: /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-client.rgw.r.z.smithi118.bcicuk.log 2024-01-18T21:59:50.413 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.0.log: /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-client.rgw.r.z.smithi118.bcicuk.log: 58.7% -- replaced with /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-client.rgw.r.z.smithi118.bcicuk.log.gz 2024-01-18T21:59:50.413 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-mon.a.log 2024-01-18T21:59:50.413 INFO:teuthology.orchestra.run.smithi118.stderr: 90.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-18T21:59:50.413 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-mon.c.log 2024-01-18T21:59:50.414 INFO:teuthology.orchestra.run.smithi144.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-18T21:59:50.415 INFO:teuthology.orchestra.run.smithi144.stderr:: No such file or directory 2024-01-18T21:59:50.415 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.6.log 2024-01-18T21:59:50.415 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-volume.log 2024-01-18T21:59:50.415 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.7.log 2024-01-18T21:59:50.415 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.6.log: /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-mgr.x.log 2024-01-18T21:59:50.415 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-mon.b.log 2024-01-18T21:59:50.415 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-client.rgw.r.z.smithi144.hykdhd.log 2024-01-18T21:59:50.415 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-mgr.x.log: 90.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-18T21:59:50.416 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-mon.b.log: /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-client.rgw.r.z.smithi144.hykdhd.log: 58.7% -- replaced with /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-client.rgw.r.z.smithi144.hykdhd.log.gz 2024-01-18T21:59:50.416 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.4.log 2024-01-18T21:59:50.416 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.5.log 2024-01-18T21:59:50.417 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.4.log: /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.5.log: 91.3% -- replaced with /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-volume.log.gz 2024-01-18T21:59:50.417 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-mon.a.log: /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-mon.c.log: 91.5% -- replaced with /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-volume.log.gz 2024-01-18T21:59:50.417 INFO:teuthology.orchestra.run.smithi118.stderr:gzip -5 --verbose -- /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.1.log 2024-01-18T21:59:50.435 INFO:teuthology.orchestra.run.smithi144.stderr: 89.6% -- replaced with /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-mgr.x.log.gz 2024-01-18T21:59:50.633 INFO:teuthology.orchestra.run.smithi118.stderr:/var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.1.log: 91.7% -- replaced with /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-mgr.y.log.gz 2024-01-18T21:59:50.666 INFO:teuthology.orchestra.run.smithi144.stderr: 93.0% -- replaced with /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.6.log.gz 2024-01-18T21:59:50.684 INFO:teuthology.orchestra.run.smithi118.stderr: 92.9% -- replaced with /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.2.log.gz 2024-01-18T21:59:50.729 INFO:teuthology.orchestra.run.smithi144.stderr: 92.9% -- replaced with /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-mon.b.log.gz 2024-01-18T21:59:50.751 INFO:teuthology.orchestra.run.smithi118.stderr: 93.5% -- replaced with /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.3.log.gz 2024-01-18T21:59:50.766 INFO:teuthology.orchestra.run.smithi144.stderr: 93.5% -- replaced with /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.7.log.gz 2024-01-18T21:59:50.829 INFO:teuthology.orchestra.run.smithi144.stderr: 93.3% -- replaced with /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.5.log.gz 2024-01-18T21:59:50.830 INFO:teuthology.orchestra.run.smithi118.stderr: 93.6% -- replaced with /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.1.log.gz 2024-01-18T21:59:50.830 INFO:teuthology.orchestra.run.smithi118.stderr: 93.4% -- replaced with /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.0.log.gz 2024-01-18T21:59:50.838 INFO:teuthology.orchestra.run.smithi118.stderr: 93.4% -- replaced with /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-mon.c.log.gz 2024-01-18T21:59:50.882 INFO:teuthology.orchestra.run.smithi144.stderr: 93.5% -- replaced with /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-osd.4.log.gz 2024-01-18T21:59:50.883 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-01-18T21:59:50.883 INFO:teuthology.orchestra.run.smithi144.stderr:real 0m0.482s 2024-01-18T21:59:50.883 INFO:teuthology.orchestra.run.smithi144.stderr:user 0m1.763s 2024-01-18T21:59:50.884 INFO:teuthology.orchestra.run.smithi144.stderr:sys 0m0.092s 2024-01-18T21:59:51.120 INFO:teuthology.orchestra.run.smithi118.stderr: 91.3% -- replaced with /var/log/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/ceph-mon.a.log.gz 2024-01-18T21:59:51.122 INFO:teuthology.orchestra.run.smithi118.stderr: 2024-01-18T21:59:51.122 INFO:teuthology.orchestra.run.smithi118.stderr:real 0m0.723s 2024-01-18T21:59:51.122 INFO:teuthology.orchestra.run.smithi118.stderr:user 0m2.724s 2024-01-18T21:59:51.122 INFO:teuthology.orchestra.run.smithi118.stderr:sys 0m0.107s 2024-01-18T21:59:51.123 INFO:tasks.cephadm:Archiving logs... 2024-01-18T21:59:51.123 DEBUG:teuthology.misc:Transferring archived files from smithi118:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520657/remote/ubuntu@smithi118.front.sepia.ceph.com/log 2024-01-18T21:59:51.124 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-18T21:59:51.555 DEBUG:teuthology.misc:Transferring archived files from smithi144:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520657/remote/ubuntu@smithi144.front.sepia.ceph.com/log 2024-01-18T21:59:51.556 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-18T21:59:51.829 INFO:tasks.cephadm:Removing cluster... 2024-01-18T21:59:51.830 DEBUG:teuthology.orchestra.run.smithi118:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 --force 2024-01-18T21:59:52.920 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:59:52 smithi118 systemd[1]: Stopping Ceph node-exporter.a for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:59:53.183 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:59:53 smithi118 bash[72785]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-node-exporter.a 2024-01-18T21:59:53.183 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:59:53 smithi118 bash[72824]: bash: /var/lib/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/node-exporter.a/unit.stop: No such file or directory 2024-01-18T21:59:53.479 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:59:53 smithi118 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-01-18T21:59:53.479 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:59:53 smithi118 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2024-01-18T21:59:53.479 INFO:journalctl@ceph.node-exporter.a.smithi118.stdout:Jan 18 21:59:53 smithi118 systemd[1]: Stopped Ceph node-exporter.a for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T21:59:53.480 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:59:53 smithi118 systemd[1]: Stopping Ceph alertmanager.a for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T21:59:53.480 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:59:53 smithi118 bash[59575]: ts=2024-01-18T21:59:53.377Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2024-01-18T21:59:53.897 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:59:53 smithi118 bash[72858]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-alertmanager.a 2024-01-18T21:59:53.897 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:59:53 smithi118 bash[72897]: bash: /var/lib/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/alertmanager.a/unit.stop: No such file or directory 2024-01-18T21:59:53.897 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:59:53 smithi118 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@alertmanager.a.service: Succeeded. 2024-01-18T21:59:53.898 INFO:journalctl@ceph.alertmanager.a.smithi118.stdout:Jan 18 21:59:53 smithi118 systemd[1]: Stopped Ceph alertmanager.a for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T22:00:04.745 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 49a198c6-b64b-11ee-95ae-87774f69a715 --force 2024-01-18T22:00:05.799 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 22:00:05 smithi144 systemd[1]: Stopping Ceph node-exporter.b for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T22:00:06.100 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 22:00:05 smithi144 bash[58688]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-node-exporter.b 2024-01-18T22:00:06.100 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 22:00:05 smithi144 bash[58725]: bash: /var/lib/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/node-exporter.b/unit.stop: No such file or directory 2024-01-18T22:00:06.430 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 22:00:06 smithi144 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-01-18T22:00:06.430 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 22:00:06 smithi144 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2024-01-18T22:00:06.430 INFO:journalctl@ceph.node-exporter.b.smithi144.stdout:Jan 18 22:00:06 smithi144 systemd[1]: Stopped Ceph node-exporter.b for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T22:00:06.431 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 22:00:06 smithi144 systemd[1]: Stopping Ceph grafana.a for 49a198c6-b64b-11ee-95ae-87774f69a715... 2024-01-18T22:00:06.431 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 22:00:06 smithi144 bash[46545]: t=2024-01-18T22:00:06+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-01-18T22:00:06.431 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 22:00:06 smithi144 bash[46545]: t=2024-01-18T22:00:06+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2024-01-18T22:00:06.431 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 22:00:06 smithi144 bash[46545]: t=2024-01-18T22:00:06+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2024-01-18T22:00:06.431 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 22:00:06 smithi144 bash[46545]: t=2024-01-18T22:00:06+0000 lvl=info msg="Stopped Stream Manager" 2024-01-18T22:00:06.431 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 22:00:06 smithi144 bash[46545]: t=2024-01-18T22:00:06+0000 lvl=info msg="Stopped AlertEngine" logger=server reason="context canceled" 2024-01-18T22:00:06.431 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 22:00:06 smithi144 bash[46545]: t=2024-01-18T22:00:06+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2024-01-18T22:00:06.432 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 22:00:06 smithi144 bash[46545]: t=2024-01-18T22:00:06+0000 lvl=info msg="Stopped provisioningServiceImpl" logger=server reason="context canceled" 2024-01-18T22:00:06.432 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 22:00:06 smithi144 bash[46545]: t=2024-01-18T22:00:06+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2024-01-18T22:00:06.432 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 22:00:06 smithi144 bash[46545]: t=2024-01-18T22:00:06+0000 lvl=info msg="Stopped BackendPluginManager" logger=server reason="context canceled" 2024-01-18T22:00:06.432 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 22:00:06 smithi144 bash[46545]: t=2024-01-18T22:00:06+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2024-01-18T22:00:06.432 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 22:00:06 smithi144 bash[46545]: t=2024-01-18T22:00:06+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2024-01-18T22:00:06.432 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 22:00:06 smithi144 bash[46545]: t=2024-01-18T22:00:06+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2024-01-18T22:00:06.432 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 22:00:06 smithi144 bash[46545]: t=2024-01-18T22:00:06+0000 lvl=eror msg="Server shutdown" logger=server reason=nil 2024-01-18T22:00:06.796 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 22:00:06 smithi144 bash[58761]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715-grafana.a 2024-01-18T22:00:06.796 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 22:00:06 smithi144 bash[58801]: bash: /var/lib/ceph/49a198c6-b64b-11ee-95ae-87774f69a715/grafana.a/unit.stop: No such file or directory 2024-01-18T22:00:06.796 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 22:00:06 smithi144 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-01-18T22:00:06.796 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 22:00:06 smithi144 systemd[1]: ceph-49a198c6-b64b-11ee-95ae-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-01-18T22:00:06.796 INFO:journalctl@ceph.grafana.a.smithi144.stdout:Jan 18 22:00:06 smithi144 systemd[1]: Stopped Ceph grafana.a for 49a198c6-b64b-11ee-95ae-87774f69a715. 2024-01-18T22:00:17.613 INFO:tasks.cephadm:Removing cephadm ... 2024-01-18T22:00:17.614 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-18T22:00:17.638 DEBUG:teuthology.orchestra.run.smithi144:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-18T22:00:17.657 INFO:tasks.cephadm:Teardown complete 2024-01-18T22:00:17.657 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-18T22:00:17.667 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-18T22:00:17.667 DEBUG:teuthology.orchestra.run.smithi118:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T22:00:17.681 DEBUG:teuthology.orchestra.run.smithi144:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-18T22:00:17.699 INFO:teuthology.orchestra.run.smithi118.stderr:bash: ntpq: command not found 2024-01-18T22:00:17.704 INFO:teuthology.orchestra.run.smithi118.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T22:00:17.704 INFO:teuthology.orchestra.run.smithi118.stdout:=============================================================================== 2024-01-18T22:00:17.704 INFO:teuthology.orchestra.run.smithi118.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 64 -62us[ -62us] +/- 85ms 2024-01-18T22:00:17.704 INFO:teuthology.orchestra.run.smithi118.stdout:^* hv02.front.sepia.ceph.com 3 6 377 63 +462us[ +462us] +/- 62ms 2024-01-18T22:00:17.704 INFO:teuthology.orchestra.run.smithi118.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 63 -578us[ -578us] +/- 86ms 2024-01-18T22:00:17.704 INFO:teuthology.orchestra.run.smithi118.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T22:00:17.713 INFO:teuthology.orchestra.run.smithi144.stderr:bash: ntpq: command not found 2024-01-18T22:00:17.717 INFO:teuthology.orchestra.run.smithi144.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-18T22:00:17.717 INFO:teuthology.orchestra.run.smithi144.stdout:=============================================================================== 2024-01-18T22:00:17.717 INFO:teuthology.orchestra.run.smithi144.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 64 -70us[ -71us] +/- 85ms 2024-01-18T22:00:17.717 INFO:teuthology.orchestra.run.smithi144.stdout:^* hv02.front.sepia.ceph.com 3 6 377 62 +460us[ +458us] +/- 62ms 2024-01-18T22:00:17.717 INFO:teuthology.orchestra.run.smithi144.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 64 -587us[ -589us] +/- 86ms 2024-01-18T22:00:17.717 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-18T22:00:17.718 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-18T22:00:17.728 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-18T22:00:17.728 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-18T22:00:17.736 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 2024-01-18T22:00:17.818 DEBUG:teuthology.orchestra.run.smithi144:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-18T22:00:17.880 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 2024-01-18T22:00:17.911 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T22:00:17.912 DEBUG:teuthology.orchestra.run.smithi144:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-18T22:00:17.940 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T22:00:17.941 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-18T22:00:17.950 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-18T22:00:17.967 INFO:teuthology.task.internal:Duration was 1116.753927 seconds 2024-01-18T22:00:17.968 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-18T22:00:17.975 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-18T22:00:17.975 DEBUG:teuthology.orchestra.run.smithi118:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-18T22:00:17.978 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-18T22:00:18.024 INFO:teuthology.orchestra.run.smithi118.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T22:00:18.026 INFO:teuthology.orchestra.run.smithi144.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-18T22:00:18.188 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-18T22:00:18.188 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi118.front.sepia.ceph.com 2024-01-18T22:00:18.188 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 2024-01-18T22:00:18.211 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi144.front.sepia.ceph.com 2024-01-18T22:00:18.211 DEBUG:teuthology.orchestra.run.smithi144:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-18T22:00:18.233 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-18T22:00:18.233 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-18T22:00:18.253 DEBUG:teuthology.orchestra.run.smithi144:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-18T22:00:18.335 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-18T22:00:18.336 DEBUG:teuthology.orchestra.run.smithi118:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-18T22:00:18.338 DEBUG:teuthology.orchestra.run.smithi144:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-18T22:00:18.496 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-18T22:00:18.506 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-18T22:00:18.506 DEBUG:teuthology.orchestra.run.smithi118:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-18T22:00:18.532 DEBUG:teuthology.orchestra.run.smithi144:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-18T22:00:18.560 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-18T22:00:18.569 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 2024-01-18T22:00:18.575 DEBUG:teuthology.orchestra.run.smithi144:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-18T22:00:18.600 INFO:teuthology.orchestra.run.smithi118.stdout:kernel.core_pattern = core 2024-01-18T22:00:18.627 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern = core 2024-01-18T22:00:18.669 DEBUG:teuthology.orchestra.run.smithi118:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-18T22:00:18.693 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T22:00:18.694 DEBUG:teuthology.orchestra.run.smithi144:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-18T22:00:18.726 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-18T22:00:18.727 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-18T22:00:18.737 INFO:teuthology.task.internal:Transferring archived files... 2024-01-18T22:00:18.738 DEBUG:teuthology.misc:Transferring archived files from smithi118:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520657/remote/smithi118 2024-01-18T22:00:18.739 DEBUG:teuthology.orchestra.run.smithi118:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-18T22:00:18.784 DEBUG:teuthology.misc:Transferring archived files from smithi144:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520657/remote/smithi144 2024-01-18T22:00:18.785 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-18T22:00:18.826 INFO:teuthology.task.internal:Removing archive directory... 2024-01-18T22:00:18.827 DEBUG:teuthology.orchestra.run.smithi118:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-18T22:00:18.829 DEBUG:teuthology.orchestra.run.smithi144:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-18T22:00:18.878 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-18T22:00:18.890 INFO:teuthology.task.internal:Not uploading archives. 2024-01-18T22:00:18.891 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-18T22:00:18.901 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-18T22:00:18.901 DEBUG:teuthology.orchestra.run.smithi118:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-18T22:00:18.904 DEBUG:teuthology.orchestra.run.smithi144:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-18T22:00:18.919 INFO:teuthology.orchestra.run.smithi118.stdout: 525353 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 18 22:00 /home/ubuntu/cephtest 2024-01-18T22:00:18.935 INFO:teuthology.orchestra.run.smithi144.stdout: 525353 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 18 22:00 /home/ubuntu/cephtest 2024-01-18T22:00:18.936 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-18T22:00:18.946 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-18T22:00:18.966 INFO:teuthology.nuke:Checking targets against current locks 2024-01-18T22:00:18.994 DEBUG:teuthology.nuke:shortname: smithi118 2024-01-18T22:00:18.994 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T22:00:19.017 DEBUG:teuthology.nuke:shortname: smithi144 2024-01-18T22:00:19.017 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-18T22:00:19.022 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi118.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520657', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 21:32:50.127753', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAAXvEvC8iZs88dX9b9uVKXuaMjbwlGh5/l4LSHhMg32+SfRPsA+oEzWUq3Aj7EPdw/N+T63YC4eNDCMG6Dsk5o='} 2024-01-18T22:00:19.047 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi144.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-18_15:15:19-rados-wip-yuri10-testing-2024-01-17-0759-pacific-distro-default-smithi/7520657', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-18 21:32:50.130963', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO+OuuHy2B3D6pp/Rhuo/hkkB4fiImdMF/0yyfcsVeRmypJS4MKUbWmPby/esc/AiNwIPzfvTw6CMR4R/JbjthE='} 2024-01-18T22:00:19.075 INFO:teuthology.orchestra.console.smithi118:Power off 2024-01-18T22:00:19.076 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-18T22:00:19.092 INFO:teuthology.orchestra.console.smithi144:Power off 2024-01-18T22:00:19.092 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-18T22:00:19.102 DEBUG:teuthology.orchestra.console.smithi118:power off output: Chassis Power Control: Down/Off 2024-01-18T22:00:19.102 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T22:00:19.116 DEBUG:teuthology.orchestra.console.smithi144:power off output: Chassis Power Control: Down/Off 2024-01-18T22:00:19.116 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T22:00:19.126 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is on 2024-01-18T22:00:19.140 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is on 2024-01-18T22:00:23.127 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T22:00:23.141 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T22:00:23.238 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is on 2024-01-18T22:00:23.251 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is on 2024-01-18T22:00:27.243 DEBUG:teuthology.orchestra.console.smithi118:pexpect command: ipmitool -H smithi118.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T22:00:27.252 DEBUG:teuthology.orchestra.console.smithi144:pexpect command: ipmitool -H smithi144.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-18T22:00:27.352 DEBUG:teuthology.orchestra.console.smithi118:check power output: Chassis Power is off 2024-01-18T22:00:27.360 DEBUG:teuthology.orchestra.console.smithi144:check power output: Chassis Power is off 2024-01-18T22:00:27.454 INFO:teuthology.orchestra.console.smithi118:Power off completed 2024-01-18T22:00:27.461 INFO:teuthology.orchestra.console.smithi144:Power off completed 2024-01-18T22:00:27.566 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: 1116.7539265155792 failure_reason: 'Command failed on smithi118 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 49a198c6-b64b-11ee-95ae-87774f69a715 -e sha1=491b5e13e5ce87708e2d21a24a4fb19ac79ef4f0 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=aa5a646218784c969b033ec54780c228 status: fail success: false 2024-01-18T22:00:27.566 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-18T22:00:27.641 INFO:teuthology.run:FAIL